Hi i have 10 different type of log files in one folder which all end with ".log" as of now i have been using one prospector to poll all the data using "/.log" as path but now i have to change some multiline settings for one of the log file. can i use two prospectors one with "/*.log" and one with something like "/1.log". Will this setting pull the logs from "1.log" once or twice
-
type: log
enabled: true
paths:- /opt/logs/*.log
multiline.pattern:
multiline.negate: true
multiline.match: after
- /opt/logs/*.log
-
type: log
enabled: true
paths:- /opt/logs/1.log
multiline.pattern:
multiline.negate: true
multiline.match: after
- /opt/logs/1.log