emilio
(Emilio)
April 21, 2017, 5:47am
1
Dear all,
I need exclude archive files from filebeat processing.
My archive exstensions: *.gz, *.bz2
Currently i have configured exclusion of such type of files, but it is not working.
exclude_files: [".gz$",".out$",".bz2$"]
Quick response will be greatly appreciated.
1 Like
ruflin
(ruflin)
April 24, 2017, 8:25am
2
1 Like
emilio
(Emilio)
April 24, 2017, 11:50am
3
Is there any differences between ['.gz$','.bz2$'] and [".gz$",".bz2$"] ?
ruflin
(ruflin)
April 26, 2017, 11:52am
4
Yes, single and double quotes can matter.
system
(system)
Closed
May 24, 2017, 12:04pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.