Skip to content

Commit 13992ce

Browse files
authored
[7.4] [DOCS] Extends analyzed.fields description in DFA resources. (#48306)
1 parent 4b285c4 commit 13992ce

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc

+10-9
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@
1616
<<dfanalytics-types>>.
1717

1818
`analyzed_fields`::
19-
(object) You can specify both `includes` and/or `excludes` patterns. If
20-
`analyzed_fields` is not set, only the relevant fields will be included. For
21-
example all the numeric fields for {oldetection}.
19+
(object) You can specify both `includes` and/or `excludes` patterns.
20+
If `analyzed_fields` is not set, only the relevant fields will be included.
21+
For example, all the numeric fields for {oldetection}. For the supported field
22+
types, see <<ml-put-dfanalytics-supported-fields>>.
2223

23-
`analyzed_fields.includes`:::
24-
(array) An array of strings that defines the fields that will be included in
25-
the analysis.
24+
`includes`:::
25+
(array) An array of strings that defines the fields that will be
26+
included in the analysis.
2627

27-
`analyzed_fields.excludes`:::
28-
(array) An array of strings that defines the fields that will be excluded
29-
from the analysis.
28+
`excludes`:::
29+
(array) An array of strings that defines the fields that will be
30+
excluded from the analysis.
3031

3132

3233
[source,js]

0 commit comments

Comments
 (0)