mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[EDR Workflows][8.15] Enable process descendant event filtering feature flag for 8.15 (#187627)
<img width="664" alt="image"
src="04472587
-23b1-4c9e-8eec-83e10abe6dac">
This commit is contained in:
parent
2004c4c933
commit
445a9129d5
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ export const allowedExperimentalValues = Object.freeze({
|
|||
/**
|
||||
* Adds a new option to filter descendants of a process for Management / Event Filters
|
||||
*/
|
||||
filterProcessDescendantsForEventFiltersEnabled: false,
|
||||
filterProcessDescendantsForEventFiltersEnabled: true,
|
||||
});
|
||||
|
||||
type ExperimentalConfigKeys = Array<keyof ExperimentalFeatures>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue