mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Enable manual rule run in 8.15 branch (#188073)
## Enable manual rule run in 8.15 (this PR target in 8.15, not main) As we want to enable manual rule run in 8.15, but we can't yet do it in main, as docs not ready. We want to enable in 8.15 to be able test in BC
This commit is contained in:
parent
37c981937d
commit
27685e9782
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ export const allowedExperimentalValues = Object.freeze({
|
|||
/**
|
||||
* Enables the manual rule run
|
||||
*/
|
||||
manualRuleRunEnabled: false,
|
||||
manualRuleRunEnabled: 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