-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Monitoring] Use monitoring_type here instead of _type #32506
[Monitoring] Use monitoring_type here instead of _type #32506
Conversation
Pinging @elastic/stack-monitoring |
💚 Build Succeeded |
@chrisronline However, I am only just now realizing that with that change as I recommended you can no longer send multiple types within the same bulk request. i.e. each bulk request would need to have the same type, which (likely) changes things much more then intended. Can you confirm/deny that multiple types may be sent in the same bulk request ? |
Nice catch @jakelandis!
Yes, I can confirm multiple types may be sent. |
@chrisronline - in that case, the only way I can see to resolve this is for Kibana (and LS/Beats) to send the Specifically adding the type here: https://github.com/elastic/elasticsearch/blob/master/x-pack/plugin/core/src/main/resources/monitoring-kibana.json#L25 ES will need to be updated to ignore the thoughts ? |
@jakelandis Yes that makes sense. For compatibility, we'd still want ES to read this the Does that introduce too much headache on your side to do that? |
Update here. We will provide the type in the document payload, but we are blocked by a few things listed in #32515 |
💚 Build Succeeded |
We won't be doing this work right now in Kibana. |
Resolves #32503
BLOCKED BY #32515
From the ticket linked in the issue:
See issue for more details.
Until the ES changes are in, this is an expected warning in the kibana server log: