[Discuss] Use soClient instead of esClient in usage collector fetch #88944
Labels
discuss
Feature:Telemetry
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
triage_needed
Here is the initial suggestion to use
soClient
instead ofesClient
to fetch saved objects from.kibana
index. Here is the concern:Question:
Do we need to do the same replacement for other places, where we use
esClient
for searching in.kibana
index?Couple of places I found in OSS, but maybe this is not the full list:
src/plugins/data/server/search/collectors/fetch.ts
;src/plugins/home/server/services/sample_data/usage/collector.ts
;src/plugins/vis_type_vega/server/usage_collector/get_usage_collector.ts
;src/plugins/visualizations/server/usage_collector
;The text was updated successfully, but these errors were encountered: