Hello,
I'm using filebeat and Logstash I want to force re-parse the files provided in the path section, but that doesn't seem to work
my config filebeat is:
filebeat.inputs:
- type: log
enabled: true
paths:
- /data/volumes/monitoring/logstash/logCtrlM/stocks.csv
exclude_lines: ['^chaine']
output.logstash:
hosts: ["logstash:5044"]