Skip to content

Commit

Permalink
Update min_doc_count value (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Apr 24, 2024
1 parent a12ff9d commit accd31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/indexer-ism-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Policy settings
MIN_SHARD_SIZE="25"
MIN_INDEX_AGE="7d"
MIN_DOC_COUNT="200000000"
MIN_DOC_COUNT="600000000"
ISM_INDEX_PATTERNS='["wazuh-alerts-*", "wazuh-archives-*", "-wazuh-alerts-4.x-sample*"]'
ISM_PRIORITY="50"
INDEXER_PASSWORD="admin"
Expand Down

0 comments on commit accd31e

Please sign in to comment.