Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 902b3ba

Browse files
changed min_docs to min_doc_count
1 parent f3d2961 commit 902b3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ism/policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Set `index.index_state_management.rollover_alias` as the alias to rollover.
188188
Parameter | Description | Type | Required
189189
:--- | :--- |:--- |:--- |
190190
`min_size` | The minimum size of the primary shard index storage required to roll over. | `number` | No
191-
`min_docs` | The minimum number of documents required to roll over. | `number` | No
191+
`min_doc_count` | The minimum number of documents required to roll over. | `number` | No
192192
`min_age` | The minimum age from index creation required to roll over. | `number` | No
193193

194194
```json

0 commit comments

Comments
 (0)