Custom Grok filters #1950
Replies: 1 comment 1 reply
-
The groks should be fairly similar between the Logstash config and ingest config. Can you provide an example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Anyone know how to create custom Grok filters in SO 2? I had custom logstash filters in the older version that matched Meraki firewall logs coming in but now the default syslog parser doesn't parse the logs correctly. I'm guessing this is due to them being parsed by Elasticsearch rather than logstash now?
I've checked in /opt/so/conf/elasticsearch/ingest/ and found the syslog parser but can't figure out how to create my own. I know they need to go into /opt/so/saltstack/local/salt/elasticsearch/files/ingest/
In my old conf file I also had some logic to determine and apply Grok for different fw log types (url, flows, nat) and not sure how this would work in the new version.
Am I even on the right track?
Thanks
James
Beta Was this translation helpful? Give feedback.
All reactions