We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2180d commit f6a0fa7Copy full SHA for f6a0fa7
x-pack/plugins/infra/public/utils/logs_overview_fetchers.ts
@@ -89,9 +89,8 @@ async function fetchLogsOverview(
89
params: FetchDataParams,
90
dataPlugin: InfraClientStartDeps['data']
91
): Promise<StatsAndSeries> {
92
- const esSearcher = dataPlugin.search.getSearchStrategy('es');
93
return new Promise((resolve, reject) => {
94
- esSearcher
+ dataPlugin.search
95
.search({
96
params: {
97
index: logParams.index,
0 commit comments