Parsers using Python

Is it possible to create custom parsers by using only "Python" and not "Logstash"?

I have seen few pre-built parses which are written in Python, curious to know how to do this.

If yes, please post the documentation links that I can look into.

Solved Solved
0 1 172
1 ACCEPTED SOLUTION

Take a look at this Medium post: https://medium.com/@thatsiemguy/creating-udm-objects-in-python-3cea4cfbcf34

You can definitely parse with Python (or any language), but keep in mind you'll have to host the Python code that does all of this. The parsers within SecOps can only be the ones that leverage our parsing language.

-mike

View solution in original post

1 REPLY 1

Take a look at this Medium post: https://medium.com/@thatsiemguy/creating-udm-objects-in-python-3cea4cfbcf34

You can definitely parse with Python (or any language), but keep in mind you'll have to host the Python code that does all of this. The parsers within SecOps can only be the ones that leverage our parsing language.

-mike