-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Stack Monitoring] Agent fails to publish docs to metrics-elasticsearch.stack_monitoring.enrich index #140039
Comments
I think this points to a missing data stream (for |
What's curious here is that we're trying to index the document in the |
This might be the culprit https://github.com/elastic/beats/blob/main/metricbeat/module/elasticsearch/enrich/data.go#L104-L105 Notice the lack of |
The fix is here elastic/beats#33057. I'll work next on verifying whether this also solves the agent issue, but it should me merged even if it's not related |
I was able to test this change locally with guidance from this documentation (internal), within a workspace structured like this:
This fixed the issue and enrich documents are now ingested correctly: enrich document
Testing steps:
|
Summary
While testing elastic/integrations#3929 it was observed that for logstash metrics collection, the Logs UI shows an entry about an error when publishing to
metrics-elasticsearch.stack_monitoring.enrich
index. Apparently, the agent lacks some privilegeSteps to reproduce
The text was updated successfully, but these errors were encountered: