File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3763,7 +3763,7 @@ async def put_template(
37633763
37643764 :param name: The name of the template
37653765 :param aliases: Aliases for the index.
3766- :param cause:
3766+ :param cause: User defined reason for creating/updating the index template
37673767 :param create: If true, this request cannot replace or update existing index
37683768 templates.
37693769 :param index_patterns: Array of wildcard expressions used to match the names
Original file line number Diff line number Diff line change @@ -3599,11 +3599,11 @@ async def put_datafeed(
35993599 :param ignore_unavailable: If true, unavailable indices (missing or closed) are
36003600 ignored.
36013601 :param indexes: An array of index names. Wildcards are supported. If any of the
3602- indices are in remote clusters, the machine learning nodes must have the
3603- `remote_cluster_client` role.
3602+ indices are in remote clusters, the master nodes and the machine learning
3603+ nodes must have the `remote_cluster_client` role.
36043604 :param indices: An array of index names. Wildcards are supported. If any of the
3605- indices are in remote clusters, the machine learning nodes must have the
3606- `remote_cluster_client` role.
3605+ indices are in remote clusters, the master nodes and the machine learning
3606+ nodes must have the `remote_cluster_client` role.
36073607 :param indices_options: Specifies index expansion options that are used during
36083608 search
36093609 :param job_id: Identifier for the anomaly detection job.
Original file line number Diff line number Diff line change @@ -3763,7 +3763,7 @@ def put_template(
37633763
37643764 :param name: The name of the template
37653765 :param aliases: Aliases for the index.
3766- :param cause:
3766+ :param cause: User defined reason for creating/updating the index template
37673767 :param create: If true, this request cannot replace or update existing index
37683768 templates.
37693769 :param index_patterns: Array of wildcard expressions used to match the names
Original file line number Diff line number Diff line change @@ -3599,11 +3599,11 @@ def put_datafeed(
35993599 :param ignore_unavailable: If true, unavailable indices (missing or closed) are
36003600 ignored.
36013601 :param indexes: An array of index names. Wildcards are supported. If any of the
3602- indices are in remote clusters, the machine learning nodes must have the
3603- `remote_cluster_client` role.
3602+ indices are in remote clusters, the master nodes and the machine learning
3603+ nodes must have the `remote_cluster_client` role.
36043604 :param indices: An array of index names. Wildcards are supported. If any of the
3605- indices are in remote clusters, the machine learning nodes must have the
3606- `remote_cluster_client` role.
3605+ indices are in remote clusters, the master nodes and the machine learning
3606+ nodes must have the `remote_cluster_client` role.
36073607 :param indices_options: Specifies index expansion options that are used during
36083608 search
36093609 :param job_id: Identifier for the anomaly detection job.
You can’t perform that action at this time.
0 commit comments