I am using Filebeat to ship log data from my local txt files into Elasticsearch, and
I want to add some fields from the message
line to the event - like timestamp and log level. For example here is one of my log lines:
2016-09-22 13:51:02,877 INFO 'start myservice service'
My question is: Can I do that by Filebeat -> Elasticsearch or must I go through Logstash?