-
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
[Usage Collection] [Schema] "kibana" collector #77893
[Usage Collection] [Schema] "kibana" collector #77893
Conversation
Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
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.
LGTM
type: 'kibana', | ||
isReady: () => true, | ||
schema: { |
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.
The payload for stack_stats.kibana
doesn't contain an index
field, it has indices
as a long. I assume we're adding os
, versions and plugins through a different collector.
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Pinging @elastic/kibana-core (Team:Core) |
Summary
Add
schema
definition to the collectorkibana
.Related to #70180
For maintainers