You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The glob is /home/cmp/**/*.log, if the filePath is /home/cmp/a/b/c.log, the match will be false. Then the source will be dropped, which is an unexpected behavior.
Then the filebeat will collect the log from beginning, which is duplicately.
The text was updated successfully, but these errors were encountered:
@Kirax00 Thanks for the report. This is definitively a bug. On startup the prospector compares the pattern to the prospector config and in the comparison part we use the old matching as you pointed out above.
Please help to check the problem.
Version: master
Operating System: SUSE11
Steps to Reproduce:
The glob is /home/cmp/**/*.log, if the filePath is /home/cmp/a/b/c.log, the match will be false. Then the source will be dropped, which is an unexpected behavior.
Then the filebeat will collect the log from beginning, which is duplicately.
The text was updated successfully, but these errors were encountered: