We have found an interesting issue when ingesting our Sourcefire logs into Logstash. When we ingest the syslog message, Kibana adds a field "Error_Processing_Payload" which replicates the 'Message' field and have not been able to find anything during research. (See attached screenshot).
We were able to capture the TCPDump and it doesn't seem to be the Sourcefire in this instance.
I can only suggest that there might be an issue with one of the grok patterns. I would try removing all except the one that you think matches this message and see if the duplicate field goes away. If it does then work through the patterns until you find the one that causes the issue.
Hey @Badger,
We tried removing the entire grok and replacing it with %{GREEDYDATA:Message} - This produced the same issue
We also removed the {SOURCEFIRE} from 6202_Cisco_Firewall.conf - This produced the same result.
If we remove the pattern from the 6202 config, it should produce an entirely different output which leads me to believe it is something other than grok.
Would you have any other ideas?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.