Update your Logstash patterns!
Posted: Mon Feb 29, 2016 10:38 am
Wanted to pass on a reminder for everyone to update your Logstash patterns.
I was having issues with Logstash not parsing the Cisco ASA-6-302016 messages correctly, leading to a grokparsefailure. Found this GitHub thread: https://github.com/elastic/logstash/issues/1369 that addressed it.
Since Logstash v1.5, Logstash maintains their built-in patterns separately from their app code. You can update your built-in patterns by:
Which should give you an output like:
Keep calm and parse on.
-Andrew
I was having issues with Logstash not parsing the Cisco ASA-6-302016 messages correctly, leading to a grokparsefailure. Found this GitHub thread: https://github.com/elastic/logstash/issues/1369 that addressed it.
Since Logstash v1.5, Logstash maintains their built-in patterns separately from their app code. You can update your built-in patterns by:
Code: Select all
cd /usr/local/nagioslogserver/logstash/bin
./plugin update logstash-patterns-coreCode: Select all
Updating logstash-patterns-core
Updated logstash-patterns-core 0.1.10 to 0.4.0-Andrew