Search sessions settings in Kibanaedit
Configure the search session settings in your kibana.yml
configuration file.
-
data.search.sessions.enabled
-
Set to
true
(default) to enable search sessions. -
data.search.sessions.pageSize
-
How many search sessions Kibana processes at once while monitoring
session progress. The default is
100
. -
data.search.sessions.notTouchedTimeout
-
How long Kibana stores search results from unsaved sessions,
after the last search in the session completes. The default is
5m
. -
data.search.sessions.maxUpdateRetries
-
How many retries Kibana can perform while attempting to save a search session. The default is
10
. -
data.search.sessions.defaultExpiration
-
How long search session results are stored before they are deleted.
Extending a search session resets the expiration by the same value. The default is
7d
.