rackspace-cookbooks / elkstack

Elasticsearch, logstash, and kibana stack
Other
81 stars 54 forks source link

When deploying a single node, ensure ES & Kibana don't create indexes with replica > 0 #132

Open martinb3 opened 9 years ago

martinb3 commented 9 years ago

We should ensure that Kibana doesn't create its kibana-int index requiring replica = 1, and Elasticsearch defaults to replica = 0, when we're only deploying one node.