-
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
Migrates elasticsearch client in the kibana_usage_collector #86406
Migrates elasticsearch client in the kibana_usage_collector #86406
Conversation
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.
Thank you for doing this Tina! 🧡
I added a few NITs and one comment to a test that I think we changed the intended response from ES.
I've also tested the changes. It LGTM, and can be merged once the comments are taken care of!
src/plugins/kibana_usage_collection/server/collectors/kibana/get_saved_object_counts.test.ts
Outdated
Show resolved
Hide resolved
src/plugins/kibana_usage_collection/server/collectors/kibana/get_saved_object_counts.test.ts
Outdated
Show resolved
Hide resolved
src/plugins/kibana_usage_collection/server/collectors/kibana/get_saved_object_counts.test.ts
Show resolved
Hide resolved
src/plugins/kibana_usage_collection/server/collectors/kibana/get_saved_object_counts.test.ts
Outdated
Show resolved
Hide resolved
Pinging @elastic/kibana-core (Team:Core) |
@afharo I don't know why your LGTM didn't trigger for a review for the core-team. Maybe it's because I changed the PR status? Would you mind trying to LGTM again please? |
I guess I got kicked out of the team for a minute 😅! Done! |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Summary
Uses the new elasticsearch client in the
kibana_usage_collector
.Part of #86358
Checklist
Delete any items that are not applicable to this PR.
For maintainers