Filebeat elasticsearch module sending gc.log even if only server submodule is enabled #30995
Labels
Team:Infra Monitoring UI - DEPRECATED
Infrastructure Monitoring UI team - DEPRECATED - Use Team:Monitoring
Team:Service-Integrations
Label for the Service Integrations team
Bug description
Filebeat elasticsearch module sending gc.log even if only server submodule is enabled and gc submodule is disabled.
/etc/filebeat/modules.d/elasticsearch.yml
gc.log added cause *.log pattern
/usr/share/filebeat/module/elasticsearch/server/manifest.yml
Files like access.log, slowlog.log and deprecation.log excluded but not gc.log
/usr/share/filebeat/module/elasticsearch/server/config/log.yml
Solution
gc.log should be added to exclude_files:
exclude_files: [".gz$","_slowlog.log$","_access.log$","_deprecation.log$", "gc.log$"]
Version
Filebeat 7.17.1
The text was updated successfully, but these errors were encountered: