You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR edits the search sessions/background search settings page.
**Must merge the following PR first to re-add a link to a new page
here:**
Relates to: elastic/docs-content#3455
(cherry picked from commit 03a57fb)
[Background search](docs-content://explore-analyze/discover/background-search.md) is a feature introduced in version 9.2. It replaces the **Search sessions** feature, deprecated in version 8.15.
15
+
:::
13
16
14
17
:::{note}
15
18
If a setting is applicable to {{ech}} environments, its name is followed by this icon: 
16
19
:::
17
20
21
+
:::::{tab-set}
22
+
:group: background search
23
+
24
+
::::{tab-item} 9.2 and later
25
+
:sync: 92
26
+
`data.search.sessions.enabled`
27
+
: `false` by default. Set to `true` to enable background searches.
28
+
29
+
`data.search.sessions.maxUpdateRetries`
30
+
: How many retries {{kib}} can perform while attempting to send a search to the background. The default is `10`.
31
+
32
+
`data.search.sessions.defaultExpiration`
33
+
: How long background search results are stored before they expire and are deleted. When users extend the validity period of the background search, this setting also determines by how long. The default is `7d`.
34
+
::::
35
+
36
+
::::{tab-item} 9.1 and earlier
37
+
:sync: 91
18
38
`data.search.sessions.enabled`
19
39
: Deprecated in 8.15.0. `false` by default. Set to `true` to enable search sessions.
20
40
@@ -27,3 +47,6 @@ If a setting is applicable to {{ech}} environments, its name is followed by this
27
47
`data.search.sessions.defaultExpiration`
28
48
: Deprecated in 8.15.0. 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`.
0 commit comments