If I have several different log files in a directory, and I'm wanting to forward them to logstash for grok'ing and buffering, and then to downstream Elasticsearch.
As the files are coming out of Filebeat, how do I tag them with something so that logstash knows which filter to apply?
So if I have:
paths: - /path/to/logs/access.log - /path/to/other/logs/errors.log
What do I do with the beats input within logstash that allows me to send the right logs to the right grok filter?