Skip to content

Commit

Permalink
change setting names in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed Sep 18, 2019
1 parent 54797f9 commit eef09a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/settings/data-frames-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ file.
[[general-data-frames-settings]]
==== General {transforms} settings

`xpack.data_frame.enabled`::
`xpack.transform.enabled`::
Set to `true` (default) to enable {transforms} on the node. +
+
If set to `false` in `elasticsearch.yml`, the {transform} APIs are disabled on the node.
Therefore the node cannot start or administrate {transform} or receive transport (internal)
communication requests related to {transform} APIs.
+
IMPORTANT: If you want to use {transform} features in your cluster, you must have
`xpack.data_frame.enabled` set to `true` on all master-eligible nodes. This is the
`xpack.transform.enabled` set to `true` on all master-eligible nodes. This is the
default behavior.

`xpack.data_frame.num_transform_failure_retries` (<<cluster-update-settings,Dynamic>>)::
`xpack.transform.num_transform_failure_retries` (<<cluster-update-settings,Dynamic>>)::
The number of times that a {transform} retries when it experiences a
non-fatal error. Once the number of retries is exhausted, the {transform}
task will be marked as `failed`. The default value is `10` with a valid minimum of `0`
Expand Down

0 comments on commit eef09a1

Please sign in to comment.