Hi,
Using ELK 7.14.0 release.
I'm trying to excludes lines from IIS access log files. I've tried several methods but It still will not work.
I've done that previously with logstash, but I prefer use a simplified architecture.
Last try was to include the following line in filebeat.yml:
Have you tried the exclude_lines options on the input?
I'm using that since Version 5 to exclude some nonsensical lines (empty lines and separator lines) in our logs.
Hi,
Yes, I tried this options in filebeat.yml: exclude_lines: [ 'OPTIONS' ]
It won't work I think, because the log files path comes from iis.yml module configuration files.
the previous exclude_lines option seems to work only for log paths files from the filebeat.yml file.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.