Hello, i am fairly new to Filebeat and would like to do change the filebeat.yml entry
"- input_type: log
Paths that should be crawled and fetched. Glob based paths.
paths:
- D:\whatever\here.log
" upon starting Filebeat with command line to - D:\somewhere\here.log
with something like this
filebeat.exe -filebeat.yml - paths: - D:\somewhere\here.log
Is that at all possible or do i have to change the filebeat with something else beforehand?
The reason i am asking this, is because i have many agents on which i run Filebeat and sometimes the directory changes in which logs are being stored. Thank you