Logs parsing

Hi -
Am receiving the Build logs from the Jenkins using the Logstash plugin, and directly publishing the data to the Elastic Search.
How would I parse the out the message and pull out the required data and map it as (key-value). Could someone please let me know. Thanks !

Might need to use a Grok filter.

https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html

It allows you to extract data from a log into fields.
use the Grok Debugger to test your filters.

https://grokdebug.herokuapp.com/

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.