Hi experts,
I am trying to figure out a way to create new fields from a log path. Is there a way to configure this using processors in filebeat? or can anyone help me with the grok pattern that creates the below fields?
For example:
filebeat.prospectors:
- type: log
paths:
- /var/lib/mesos/slave/slaves/some_slave_id/frameworks/some_framework_id/executors/some_executor_id/runs/latest/stdout
I want new fields that shows some_slave_id, some_framework_id and some_executor_id values.
Thanks!