You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed the following behavior on 6.8.6 and ES with a basic license:
20:08 $ ./metricbeat version
metricbeat version 6.8.6 (amd64), libbeat 6.8.6 [ed8710b437606e8e2915efbb1bef0764fc4c350c built 2019-12-05 19:00:42 +0000 UTC]
Enable the Elasticsearch module:
./metricbeat modules enable elasticsearch
Set xpack.enabled: true
Start Metricbeat and observe an error:
2019-12-05T20:04:24.296+0100 ERROR instance/beat.go:906 Exiting: 1 error: The elasticsearch module with xpack.enabled: true must have metricsets: [ccr cluster_stats index index_recovery index_summary
ml_job node_stats shard]
Modify the elasticsearch.yml file to include the requested metricsets:
2019-12-05T20:05:10.507+0100 ERROR instance/beat.go:906 Exiting: 1 error: The elasticsearch module with xpack.enabled: true must have metricsets: [ccr cluster_stats index index_recovery index_summary
ml_job node_stats shard]
Exiting: 1 error: The elasticsearch module with xpack.enabled: true must have metricsets: [ccr cluster_stats index index_recovery index_summary ml_job node_stats shard]
Per the 6.8 docs, the xpack.enabled flag seems to have been supported back then, so I'm finding this curious. :) I have not tested this in other versions.
The text was updated successfully, but these errors were encountered:
I observed the following behavior on 6.8.6 and ES with a basic license:
./metricbeat modules enable elasticsearch
Set
xpack.enabled: true
Start Metricbeat and observe an error:
elasticsearch.yml
file to include the requested metricsets:ccr
metricset from the module configuration as suggested in the output of step 5:Per the 6.8 docs, the
xpack.enabled
flag seems to have been supported back then, so I'm finding this curious. :) I have not tested this in other versions.The text was updated successfully, but these errors were encountered: