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
Copy file name to clipboardexpand all lines: public/components/FeatureAnywhereContextMenu/AssociatedDetectors/components/__tests__/__snapshots__/EmptyAssociatedDetectorMessage.test.tsx.snap
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ exports[`ConfirmUnlinkDetectorModal spec renders the component with filter appli
22
22
class="euiText euiText--medium"
23
23
>
24
24
<div
25
-
class="euiText euiText--medium"
25
+
class="euiText euiText--small"
26
26
>
27
27
<p>
28
28
There are no detectors matching your search
@@ -56,7 +56,7 @@ exports[`ConfirmUnlinkDetectorModal spec renders the component with filter appli
56
56
class="euiText euiText--medium"
57
57
>
58
58
<div
59
-
class="euiText euiText--medium"
59
+
class="euiText euiText--small"
60
60
>
61
61
<p>
62
62
There are no anomaly detectors associated with test-title visualization.
Set the index fields that you want to find anomalies for by defining the model features. You can also set other model parameters such as category field and shingle size for more granular views. After you set the model features and other optional parameters, you can preview your anomalies from a sample feature output.
31
33
@@ -910,7 +912,7 @@ exports[`<ConfigureModel /> spec creating model configuration renders the compon
910
912
class="euiFlexItem"
911
913
>
912
914
<div
913
-
class="euiText euiText--medium"
915
+
class="euiText euiText--small"
914
916
>
915
917
You can preview how your anomalies may look like from sample feature output and adjust the feature settings as needed.
916
918
@@ -995,18 +997,20 @@ exports[`<ConfigureModel /> spec editing model configuration renders the compone
Set the index fields that you want to find anomalies for by defining the model features. You can also set other model parameters such as category field and shingle size for more granular views. After you set the model features and other optional parameters, you can preview your anomalies from a sample feature output.
A detector is an individual anomaly detection task. You can create multiple detectors, and all the detectors can run simultaneously, with each analyzing data from different sources. Create an anomaly detector to get started.
Copy file name to clipboardexpand all lines: public/pages/HistoricalDetectorResults/components/__tests__/__snapshots__/EmptyHistoricalDetectorResults.test.tsx.snap
Historical analysis lets you apply anomaly detection models over long historical data windows (weeks or months). You can identify anomaly patterns, seasonality, and trends.
Historical analysis lets you apply anomaly detection models over long historical data windows (weeks or months). You can identify anomaly patterns, seasonality, and trends.
0 commit comments