|
8 | 8 |
|
9 | 9 | experimental[] |
10 | 10 |
|
11 | | -The following limitations and known problems apply to the 7.3 release of |
| 11 | +The following limitations and known problems apply to the {version} release of |
12 | 12 | the Elastic {dfanalytics} feature: |
13 | 13 |
|
14 | 14 | [float] |
15 | 15 | [[dfa-ccs-limitations]] |
16 | 16 | === {ccs-cap} limitation |
17 | 17 |
|
18 | | -{ccs-cap} is not supported in 7.3 for {dfanalytics}. |
| 18 | +{ccs-cap} is not supported for {dfanalytics}. |
19 | 19 |
|
20 | 20 | [float] |
21 | 21 | [[dfa-deletion-limitations]] |
@@ -56,3 +56,26 @@ values will be skipped entirely. |
56 | 56 | If there are missing values in feature fields (fields that are subjects of the |
57 | 57 | {dfanalytics}), then the document that contains the fields with the missing |
58 | 58 | values will be skipped during the analysis. |
| 59 | + |
| 60 | +[float] |
| 61 | +[[dfa-od-field-type-docs-limitations]] |
| 62 | +==== {oldetection-cap} field type and document limitation |
| 63 | + |
| 64 | +{oldetection-cap} requires numeric or boolean data to analyze. The algorithms |
| 65 | +don't support missing values (see also <<dfa-missing-fields-limitations>>), |
| 66 | +therefore fields that have data types other than numeric or boolean are ignored. |
| 67 | +Documents where included fields contain missing values, null values, or an array |
| 68 | +are also ignored. Therefore a destination index may contain documents that don't |
| 69 | +have an {olscore}. These documents are still reindexed from the source index to |
| 70 | +the destination index, but they are not included in the {oldetection} analysis |
| 71 | +and therefore no {olscore} is computed. |
| 72 | + |
| 73 | +[float] |
| 74 | +[[dfa-regression-field-type-docs-limitations]] |
| 75 | +==== {regression-cap} field type and document limitation |
| 76 | + |
| 77 | +{regression-cap} supports fields that are numeric, boolean, text, keyword and |
| 78 | +ip. It is also tolerant of missing values. Fields that are supported are |
| 79 | +included in the analysis, other fields are ignored. Documents where included |
| 80 | +fields contain an array are also ignored. Documents in the destination index |
| 81 | +that don't contain a results field are not included in the {reganalysis}. |
0 commit comments