Hi,
I want to send log to logstash from different path to seperate indices.
filebeat:
prospectors:
-
paths:
- /data/*.log
input_type: log
document_type: firstlog
-
paths:
- /data/*.log
input_type: log
document_type: secondlog
something like the config i have above. I an using filebeat 1.3
is this possible and also if i need additional config?