-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
multiple - module: name
configuration has different behaviour between modules.d/module.yml
and filebeat.yml
#29649
Comments
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
This issue doesn't have a |
It's because for modules defined in the filebeat.yml -> Stack Trace for modules loaded from filebeat.yml
From modules in their own files (ex. aws.yml)
|
Please post all questions and issues on https://discuss.elastic.co/c/beats
before opening a Github Issue. Your questions will reach a wider audience there,
and if we confirm that there is a bug, then you can open a new issue.
For security vulnerabilities please only send reports to [email protected].
See https://www.elastic.co/community/security for more information.
Please include configurations and logs if available.
For confirmed bugs, please report:
Define in
filebeat.yml
the following:run filebeat and observe how only one of the two modules/queues is actually loaded
configure the same multiple modules in
modules.d/aws.yml
:run filebeat and observe how both the two modules/queues are loaded
it's not relevant for the test that the queues actually exist
The text was updated successfully, but these errors were encountered: