Skip to content

Commit

Permalink
Merge pull request #24198 from mburke5678/BZ-1860135
Browse files Browse the repository at this point in the history
Index Management underestimate number of documents in the index to rollover
  • Loading branch information
mburke5678 committed Jul 30, 2020
2 parents b166a05 + fe9c7f2 commit 1ed1d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cluster-logging-elasticsearch-retention.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Elasticsearch rolls over an index, moving the current index and creating a new
index, when an index matches any of the following conditions:

* The index is older than than the `rollover.maxAge` value in the Elasticsearch CR.
* The index size is greater than 40gb x number of primary shards.
* The index doc count is greater than 40960 x number of primary shards.
* The index size is greater than 40 GB × the number of primary shards.
* The index doc count is greater than 40960 KB × the number of primary shards.

Elasticsearch deletes the rolled-over indices are deleted based on the
retention policy you configure.
Expand Down

0 comments on commit 1ed1d70

Please sign in to comment.