@@ -9,15 +9,26 @@ You can create {anomaly-jobs} from the compatible Lens charts on **Dashboard**.
9
9
10
10
[discrete]
11
11
[[prereqs]]
12
- == Prerequisites
12
+ == Prerequisites and limitations
13
13
14
14
* Only chart-like visualizations are compatible. Supported chart types are
15
15
`area`, `area_percentage_stacked`, `area_stacked`, `bar`, `bar_horizontal`,
16
16
`bar_horizontal_stacked`, `bar_percentage_stacked`, `bar_stacked`, and `line`.
17
17
18
+ * Supported {anomaly-detect} functions are `average`, `count`, `max`, `median`,
19
+ `min`, `sum`, `unique_count`.
20
+
18
21
* The chart must contain a date field on one axis and it must be the same as the
19
22
default date field for the {data-source}.
20
23
24
+ * In case of a multi-layered chart, only the compatible layers can be used to
25
+ create an {anomaly-job}.
26
+
27
+ * Chart layers which contain a field that uses a
28
+ {kibana-ref}/create-a-dashboard-of-panels-with-ecommerce-data.html#compare-time-ranges[time shift]
29
+ or a field that has a `filter by` setting applied cannot be used to create an
30
+ {anomaly-job}.
31
+
21
32
22
33
[discrete]
23
34
[[create-job]]
@@ -29,7 +40,6 @@ NOTE: You need to have a compatible visualization on **Dashboard** to create an
29
40
which is based on the {kib} sample flight data set. Select the `Flight count`
30
41
visualization from the dashboard.
31
42
32
-
33
43
. Go to **Analytics > Dashboard** and select a dashboard with a compatible
34
44
visualization.
35
45
. Open the **Options (...) menu** for the panel, then select **More**.
@@ -51,8 +61,8 @@ field, the multi metric job wizard is used for creating the job. For a single
51
61
metric chart, the single metric wizard is used.
52
62
53
63
If the configured time range of the chart is relative, it is converted to
54
- absolute start and end times in the job configuration. If the conversion of these times
55
- fails, the whole time range from the index is used.
64
+ absolute start and end times in the job configuration. If the conversion of
65
+ these times fails, the whole time range from the index is used.
56
66
57
67
58
68
[discrete]
0 commit comments