Docs: Document action.replication_type setting
Document action.replication_type setting Closes #8290
This commit is contained in:
parent
5bd720b259
commit
4049154dbc
|
@ -359,6 +359,11 @@ place in the background, set the `replication` parameter to `async`.
|
|||
When asynchronous replication is used, the index operation will return
|
||||
as soon as the operation succeeds on the primary shard.
|
||||
|
||||
The default value for the `replication` setting is `sync` and this default can
|
||||
be overridden on a node-by-node basis using the `action.replication_type`
|
||||
setting. Valid values for replication type are `sync` and `async`. To alter this
|
||||
behavior per-operation, the `replication` request parameter can be used.
|
||||
|
||||
[float]
|
||||
[[index-refresh]]
|
||||
=== Refresh
|
||||
|
|
Loading…
Reference in New Issue