Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobsonSutton authored and tobio committed Nov 10, 2022
1 parent 2f4cb27 commit 00f886c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/elasticsearch_index_lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Optional:
- `include` (String) Assigns an index to nodes that have at least one of the specified custom attributes. Must be valid JSON document.
- `number_of_replicas` (Number) Number of replicas to assign to the index. Default: `0`
- `require` (String) Assigns an index to nodes that have all of the specified custom attributes. Must be valid JSON document.
- `total_shards_per_node` (Number) The maximum number of shards for the index on a single Elasticsearch node. Defaults to `-1` (unlimited)
- `total_shards_per_node` (Number) The maximum number of shards for the index on a single Elasticsearch node. Defaults to `-1` (unlimited). Supported from Elasticsearch version **7.16**


<a id="nestedblock--cold--freeze"></a>
Expand Down Expand Up @@ -321,7 +321,7 @@ Optional:
- `include` (String) Assigns an index to nodes that have at least one of the specified custom attributes. Must be valid JSON document.
- `number_of_replicas` (Number) Number of replicas to assign to the index. Default: `0`
- `require` (String) Assigns an index to nodes that have all of the specified custom attributes. Must be valid JSON document.
- `total_shards_per_node` (Number) The maximum number of shards for the index on a single Elasticsearch node. Defaults to `-1` (unlimited)
- `total_shards_per_node` (Number) The maximum number of shards for the index on a single Elasticsearch node. Defaults to `-1` (unlimited). Supported from Elasticsearch version **7.16**


<a id="nestedblock--warm--forcemerge"></a>
Expand Down

0 comments on commit 00f886c

Please sign in to comment.