mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Enable Change Point Detection UI (#146991)
## Summary Enables [Change Point Detection UI ](https://github.com/elastic/kibana/pull/144093)
This commit is contained in:
parent
131aa1b3c8
commit
917d9187fa
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ export const PLUGIN_NAME = 'AIOps';
|
|||
*/
|
||||
export const AIOPS_ENABLED = true;
|
||||
|
||||
export const CHANGE_POINT_DETECTION_ENABLED = false;
|
||||
export const CHANGE_POINT_DETECTION_ENABLED = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue