Skip to content

Commit

Permalink
Document known issue in 6.4.0 (#8108) (#8132)
Browse files Browse the repository at this point in the history
* Document known issue in 6.4.0

Documents the known issue and the workaround for #8104.

* Addressed comments

(cherry picked from commit 3555b29)
  • Loading branch information
tsg authored Sep 17, 2018
1 parent 037a4f2 commit 7b0fb04
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,25 @@ https://github.com/elastic/beats/compare/v6.4.0...master[Check the HEAD diff]
=== Beats version 6.4.0
https://github.com/elastic/beats/compare/v6.3.1...v6.4.0[View commits]
==== Known issue
Due to a packaging mistake, the `modules.d` configuration directory is
installed in the wrong path in the Metricbeat DEB and RPM packages. This issue
results in an empty list when you run `metricbeat modules list` and failures
when you try to enable or disable modules. To work around this issue, run the
following command:
[source,sh]
-----------
sudo cp -r /usr/share/metricbeat/modules.d /etc/metricbeat/
-----------
This issue affects all new installations on DEB and RPM. Upgrades will run, but
use old configurations defined in the `modules.d` directory from the previous
installation.
The issue will be fixed in the 6.4.1 release.
==== Breaking changes
*Affecting all Beats*
Expand Down

0 comments on commit 7b0fb04

Please sign in to comment.