Skip to content

Commit

Permalink
[7.4] [DOCS] Extends analyzed.fields description in DFA resources. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Oct 21, 2019
1 parent 4b285c4 commit 13992ce
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@
<<dfanalytics-types>>.

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

`analyzed_fields.includes`:::
(array) An array of strings that defines the fields that will be included in
the analysis.
`includes`:::
(array) An array of strings that defines the fields that will be
included in the analysis.

`analyzed_fields.excludes`:::
(array) An array of strings that defines the fields that will be excluded
from the analysis.
`excludes`:::
(array) An array of strings that defines the fields that will be
excluded from the analysis.


[source,js]
Expand Down

0 comments on commit 13992ce

Please sign in to comment.