-
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
[Metricbeat] modules.d installed to wrong location #8104
Labels
Comments
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Aug 27, 2018
This fixes the location of the Metricbeat modules.d directory as installed by .deb and .rpm packages. Fixes elastic#8104
This nos a solution based on best practices. I've production environment and update to last version 6.4 not running. |
The good news is that this doesn't seem to affect upgrades (because the old
|
tsg
added a commit
to tsg/beats
that referenced
this issue
Aug 28, 2018
Documents the known issue and the workaround for elastic#8104.
tsg
added a commit
that referenced
this issue
Aug 29, 2018
* Document known issue in 6.4.0 Documents the known issue and the workaround for #8104. * Addressed comments
tsg
added a commit
to tsg/beats
that referenced
this issue
Aug 29, 2018
* Document known issue in 6.4.0 Documents the known issue and the workaround for elastic#8104. * Addressed comments (cherry picked from commit 3555b29)
tsg
added a commit
to tsg/beats
that referenced
this issue
Aug 29, 2018
* Document known issue in 6.4.0 Documents the known issue and the workaround for elastic#8104. * Addressed comments (cherry picked from commit 3555b29)
andrewkroh
added a commit
that referenced
this issue
Aug 29, 2018
This fixes the location of the Metricbeat modules.d directory as installed by .deb and .rpm packages. Fixes #8104
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Aug 29, 2018
This fixes the location of the Metricbeat modules.d directory as installed by .deb and .rpm packages. Fixes elastic#8104 (cherry picked from commit ac96597)
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Aug 29, 2018
This fixes the location of the Metricbeat modules.d directory as installed by .deb and .rpm packages. Fixes elastic#8104 (cherry picked from commit ac96597)
andrewkroh
added a commit
that referenced
this issue
Aug 30, 2018
exekias
pushed a commit
that referenced
this issue
Sep 3, 2018
tsg
added a commit
that referenced
this issue
Sep 17, 2018
tsg
added a commit
that referenced
this issue
Sep 17, 2018
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
* Document known issue in 6.4.0 Documents the known issue and the workaround for elastic#8104. * Addressed comments
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…tic#8152) This fixes the location of the Metricbeat modules.d directory as installed by .deb and .rpm packages. Fixes elastic#8104 (cherry picked from commit b62f374)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 6.4.0 the .deb and .rpm packages install the modules.d directory to
/usr/share/metricbeat/modules.d
but they are expected to be at/etc/metricbeat/modules.d
.As a workaround you can copy or move the files. Or you can tell metricbeat to look in the /usr with
metricbeat.config.modules.path: '${path.home}/modules.d/*.yml'
. You can test if that works withmetricbeat modules list
.The text was updated successfully, but these errors were encountered: