mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
894b883942
commit
50964e29f4
1 changed files with 9 additions and 9 deletions
|
@ -11,15 +11,15 @@ Configure the search session settings in your `kibana.yml` configuration file.
|
|||
[cols="2*<"]
|
||||
|===
|
||||
a| `xpack.data_enhanced.`
|
||||
`search.sessions:enabled`
|
||||
| Set to `true` (default) to enable search sessions.
|
||||
`search.sessions.enabled`
|
||||
| Set to `true` (default) to enable search sessions.
|
||||
|
||||
a| `xpack.data.enhanced.`
|
||||
`search.sessions:trackingInterval`
|
||||
| The frequency for updating the state of a search session. The default is 10s.
|
||||
a| `xpack.data_enhanced.`
|
||||
`search.sessions.trackingInterval`
|
||||
| The frequency for updating the state of a search session. The default is 10s.
|
||||
|
||||
a| `xpack.data.enhanced.`
|
||||
`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.
|
||||
a| `xpack.data_enhanced.`
|
||||
`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.
|
||||
|===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue