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
When running under Elastic Agent, Filebeat produces a warning each time it restarts. These warnings in the log file are noisy and distracting. Filebeat should not log this warning if it is not configured to manage any Ingest Node pipelines.
{
"@timestamp": "2023-03-21T00:52:55.512Z",
"agent": {
"version": "8.7.0"
},
"event": {
"dataset": "elastic_agent.filebeat"
},
"log.level": "warn",
"log.origin": {
"file.line": 307,
"file.name": "beater/filebeat.go"
},
"message": "Filebeat is unable to load the ingest pipelines for the configured modules because the Elasticsearch output is not configured/enabled. If you have already loaded the ingest pipelines or are using Logstash pipelines, you can ignore this warning.",
"service.name": "filebeat"
}
When running under Elastic Agent, Filebeat produces a warning each time it restarts. These warnings in the log file are noisy and distracting. Filebeat should not log this warning if it is not configured to manage any Ingest Node pipelines.
Related
The text was updated successfully, but these errors were encountered: