Skip to content

Commit 8994f14

Browse files
committed
Update min_doc_count value (#52)
1 parent 3e923f6 commit 8994f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/indexer-ism-init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Policy settings
66
MIN_SHARD_SIZE="25"
77
MIN_INDEX_AGE="7d"
8-
MIN_DOC_COUNT="200000000"
8+
MIN_DOC_COUNT="600000000"
99
ISM_INDEX_PATTERNS='["wazuh-alerts-*", "wazuh-archives-*", "-wazuh-alerts-4.x-sample*"]'
1010
ISM_PRIORITY="50"
1111
INDEXER_PASSWORD="admin"

0 commit comments

Comments
 (0)