mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Enable gaps in 9.0 (#214847)
enable gaps in 9.0 Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
1864c03e60
commit
7fd9a8309b
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ export const allowedExperimentalValues = Object.freeze({
|
|||
/**
|
||||
* Enables the storing of gaps in the event log
|
||||
*/
|
||||
storeGapsInEventLogEnabled: false,
|
||||
storeGapsInEventLogEnabled: true,
|
||||
|
||||
/**
|
||||
* Adds a new option to filter descendants of a process for Management / Event Filters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue