-
Notifications
You must be signed in to change notification settings - Fork 507
add discovery.datasets to docker_otel and kubernetes_otel #15733
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
add discovery.datasets to docker_otel and kubernetes_otel #15733
Conversation
|
The dashboard filter for |
💚 Build Succeeded
|
| discovery: | ||
| fields: [] | ||
| datasets: | ||
| - name: kubeletstatsreceiver.otel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These you figured out from the dashboard ? @mykola-elastic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ishleenk17 no, in the dashboard there is only *.otel filter, none of them are specified there. I picked the datasets names from the receiver list in the elastic-agent (EDOT). I also, asked the @elastic/obs-ds-hosted-services team for clarification/checking #15733 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mykola you are correct. You can find in the list of receivers also here
Also a comment about logs for kubernetes that go to logs-generic.otel . Do you want also to add this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for confirming!
About generic.otel - I would rather keep only "specialized" names. I guess it is possible to some other data to get that "generic.otel" dataset name which would lead to auto-installation of kubernetes dashboard where there is no kubernetes data
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/elasticsearchexporter#elasticsearch-document-routing
|
Package docker_otel - 0.2.0 containing this change is available at https://epr.elastic.co/package/docker_otel/0.2.0/ |
|
Package kubernetes_otel - 1.3.0 containing this change is available at https://epr.elastic.co/package/kubernetes_otel/1.3.0/ |
Follow-up PR for #15664, #14770
Adding
discovery.datasetsfield (to support auto-install) for:Increased
kibana.versionto^9.2.0as all those packages useformat_version: 3.5.0which is only supported beginning Kibana 9.2.0.Proposed commit message
See title.