RaSerge / ansible-elk-hl

ansible role for install elk with redis as broker and nginx (see ELK Stack Architecture https://logz.io/learn/complete-guide-elk-stack/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Set no replicas for new index. Not automated.
curl -XPUT 'localhost:9200/_template/logstash_template' -d ' 
{ 
  "template" : "logstash-*", 
  "settings" : {"number_of_replicas" : 0 }
} '

About

ansible role for install elk with redis as broker and nginx (see ELK Stack Architecture https://logz.io/learn/complete-guide-elk-stack/)