Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filebeat] Reduce log noise from unnecessary warnings #34897

Closed
andrewkroh opened this issue Mar 22, 2023 · 1 comment · Fixed by #36659
Closed

[Filebeat] Reduce log noise from unnecessary warnings #34897

andrewkroh opened this issue Mar 22, 2023 · 1 comment · Fixed by #36659
Assignees
Labels
bug Filebeat Filebeat Team:Elastic-Agent Label for the Agent team

Comments

@andrewkroh
Copy link
Member

andrewkroh commented Mar 22, 2023

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"
}

Related

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Mar 22, 2023
@cmacknz cmacknz added the Team:Elastic-Agent Label for the Agent team label Mar 22, 2023
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent (Team:Elastic-Agent)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Mar 22, 2023
@cmacknz cmacknz linked a pull request Sep 22, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Filebeat Filebeat Team:Elastic-Agent Label for the Agent team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants