Hi everyone
I am trying to add a new field for pick up a hostname from a logfile like this format:
Source : \\abc123
I tried with setting patterns file and add_filed in grok and mutate but it is not added, it seems is not able to be referenced from pattern file.
I would need at the end to have a new field called "source" with value "abc123" displaying that value in kibana dashboard for searching records.
Thanks