elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.47k stars 8.04k forks source link

[data.search] Deprecate search sessions feature #186334

Open lukasolson opened 2 weeks ago

lukasolson commented 2 weeks ago

Summary:

Currently, the search sessions feature adds significant complexity to the data.search codebase. It is a feature that has received very low usage.

This features adds very significant complexity to the whole data.search stack (both client/server). It is also preventing us from iterating quickly on search-related improvements.

Before we completely remove the feature, we need to deprecate it. This should include some sort of indicator in a couple of places in the UX, including the popover:

image

As well as the management page:

image

We should probably also update the description text for search:timeout advanced setting so it doesn't reference search sessions.

elasticmachine commented 2 weeks ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)