[Search] Are isRunning / isRestored properties necessary? #183964
Labels
chore
loe:small
Small Level of Effort
performance
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Kibana version:
8.15/main
Description
When a search has not completed, the polling result of an async searches always include following properties:
It does not seem we are using
isRunning
andisRestored
on the client (ie. in the browser). Is this a correct reading?If so, we should remove. With the removal of
bsearch
, we are generating more of these polls and a good chunk of the response does not seem necessary. The values are flagged as optionally already (kibana/packages/kbn-search-types/src/kibana_search_types.ts
Lines 42 to 50 in 807da63
The text was updated successfully, but these errors were encountered: