[Telemetry] Test helpers for kibana_system
#92825
Labels
Feature:Telemetry
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
We should provide some test helpers for devs to make sure the data they are collecting is actually accessible by the internal
kibana_system
.At the moment, we have the service https://github.com/elastic/kibana/blob/master/x-pack/test/api_integration/services/usage_api.ts that folks can use to retrieve the telemetry in their FTR. We could improve this service by making it more accessible (not only in the X-Pack API Integration tests), and by performing the calls with the right
kibana_system
user to make sure they can test accordingly.Then add some documentation and examples encouraging this kind of tests.
The text was updated successfully, but these errors were encountered: