Elasticsearch server fileset processes logs of other metricsets #23583
Labels
bug
Feature:Stack Monitoring
Filebeat
Filebeat
module
Stalled
Team:Integrations
Label for the Integrations team
Default paths configuration in the Elasticsearch
server
metricset is too broad, so it harvests files that should be harvested by other metricsets, resulting in incorrectly parsed logs.Default paths in the
server
metricset include patterns like/var/log/elasticsearch/*.log
.Logs that should be managed by other filesets match this pattern, e.g. the GC one:
/var/log/elasticsearch/gc.log
, or the deprecation one:/var/log/elasticsearch/some-name_deprecation.log
.So it can happen that the
server
fileset harvests these files, selecting for them an incorrect pipeline.While this is fixed, a possible workaround is to set the paths in the
server
metricset to the actual server logs, something like this:Or for JSON logs:
The text was updated successfully, but these errors were encountered: