-
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
Filebeat module doesn't load ML jobs without --modules #5504
Comments
exekias
added a commit
to exekias/beats
that referenced
this issue
Nov 3, 2017
Modules from `modules.d` were ignored by both `setup` command and `--setup` flag. Fixes elastic#5504
tsg
pushed a commit
that referenced
this issue
Nov 6, 2017
* Fix ML jobs setup for dynamic modules Modules from `modules.d` were ignored by both `setup` command and `--setup` flag. Fixes #5504 * Fix test
exekias
added a commit
to exekias/beats
that referenced
this issue
Nov 6, 2017
* Fix ML jobs setup for dynamic modules Modules from `modules.d` were ignored by both `setup` command and `--setup` flag. Fixes elastic#5504 * Fix test (cherry picked from commit adcd3d0)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
elastic#5518) * Fix ML jobs setup for dynamic modules (elastic#5509) * Fix ML jobs setup for dynamic modules Modules from `modules.d` were ignored by both `setup` command and `--setup` flag. Fixes elastic#5504 * Fix test (cherry picked from commit 70a5ae4) * Update CHANGELOG.asciidoc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using --modules= the Nginx module's Machine Learning jobs for X-Pack will load. However, users who prefer to use the enable/disable CLI commands should be able to take advantage of this functionality as well. Similarly, users who have enabled the module via the metricbeat.yml should be able to use this also? (I didn't test this method)
./filebeat modules enable nginx
./filebeat setup
Note that ML jobs don't load.
./filebeat setup --modules=nginx
Note that ML jobs load this time.
The text was updated successfully, but these errors were encountered: