You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update create detector page and detector detail page to add custom result index lifecycle management settings (#770) (#771)
* add custom result index lifecycle management conditions
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
* update create detector page and detector detail page to add custom result index lifecycle management settings
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
* code formatting update
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
* add more tests
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
---------
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
(cherry picked from commit 1080d60)
Co-authored-by: Jackie Han <jkhanjob@gmail.com>
@@ -86,7 +89,7 @@ function CustomResultIndex(props: CustomResultIndexProps) {
86
89
<EuiFlexItem>
87
90
<EuiCallOut
88
91
data-test-subj="cannotEditResultIndexCallout"
89
-
title="You can't change the custom result index after you create the detector. You can manage the result index with the Index Management plugin."
92
+
title="You can't change the custom result index after creating the detector. You can manage the result index using the following three settings inside Anomaly Detection plugin or with the Index Management plugin."
90
93
color="warning"
91
94
iconType="alert"
92
95
size="s"
@@ -115,6 +118,121 @@ function CustomResultIndex(props: CustomResultIndexProps) {
`This setting would define a specific threshold for the age of an index. When this threshold is surpassed, a rollover will be triggered automatically.`,
`This setting would define a specific threshold for the size of an index. When this threshold is surpassed, a rollover will be triggered automatically.`,
0 commit comments