I was just wondering if it is advisable to set up a filebeat config with multiple inputs matching the same log paths and potentially the same lines. Is there any uniqueness required in separate file streams?
- type: filestream
id: test1
enabled: true
ignore_inactive: since_first_start
fields_under_root: true
include_lines: [Error]
paths: [/home/test_user/dir/test_*.log]
- type: filestream
id: test2
enabled: true
ignore_inactive: since_first_start
fields_under_root: true
include_lines: [Error]
paths: [/home/test_user/dir/test_*.log]