-
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. elasticsearch-xpack module failed to start. #14984
Comments
Hmm seems like you are missing
|
Brilliant! |
Next level, one of three nodes shows the following INFO messages: Error fetching data for metricset elasticsearch.enrich: HTTP error 403 in : 403 Forbidden |
@gray380 I'm also getting a similar error on one of my master nodes.
Have you had any luck with solving your errors? My elasticsearch module is the same as yours, however I'm using the beats_system user credentials. Update: I've fixed this by using the built-in elastic user. So it seems it was a permission issue, but I still don't know why errors were only generated on one of the nodes. |
Having the same issue as @djb000m and @gray380 on only one of my master nodes (happens to be the current master). I'm using the built-in remote_monitoring_user user (with a password set) which has the recommended roles from the docs: Update: the elasticsearch.index_summary and elasticsearch.index errors I was receiving on only the master node were because of a couple closed indices. After opening them, the only erroor I receive is from the elasticsearch.enrich metricset. I discovered the issue by trying to curl against the _stats endpoint which told me about the closed index. Looks like this change will address the enrich monitoring capabilities: elastic/elasticsearch#52027 |
Indeed. Consequently, I'm going to close this issue here for now. Feel free to open a new one if there are other issues with the |
Hi,
I've tried to implement cluster monitoring according this manual.
Collection settings:
metricbeat version:
enabled modules:
/etc/metricbeat/modules.d/elasticsearch-xpack.yml:
faced error:
The text was updated successfully, but these errors were encountered: