I have filebeat setup to read log files from a specific directory.
My issue is that the systemID is not in the logs. Rather, it is appended in the filename.
e.g. 551904.log
I need each line in the log to be tagged to a fieldname(systemID) with the value of 551904 so that I know where the log came from.
Any suggestions on how I can achieve this in graylog? Thanks!