diff --git a/ansible/group_vars/logs.nimbus.yml b/ansible/group_vars/logs.nimbus.yml index 78531ba..4dcd174 100644 --- a/ansible/group_vars/logs.nimbus.yml +++ b/ansible/group_vars/logs.nimbus.yml @@ -28,10 +28,11 @@ es_image: 'elasticsearch:7.14.2' es_api_port: 9200 es_node_port: 9300 -# Since Logstash stores 1 index per day this is fine +# Since Logstash stores 1 index per day this is fine. # See: https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster -es_number_of_replicas: 1 es_number_of_shards: 3 +# Since Nimbus logs are low-value we don't need replicas. +es_number_of_replicas: 0 # JVM memory settings es_jvm_mem_ratio: 0.8