Skip to content

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

Notifications You must be signed in to change notification settings

RaSerge/ansible-elk-hl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

#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/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published