Skip to content
/ elk Public
forked from Dolbager/elk

Role setup and configure elasticsearch, nginx, kibana, logstash

Notifications You must be signed in to change notification settings

studio-net/elk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELK setup

Role setup and configure elasticsearch, nginx, kibana, logstash

Role Variables

kibana_server_name: "" - server name for kibana
htpasswords: "" - login and password for basic auth 

Example Playbook

---
- hosts: all
  become: yes
  roles: 
    - { role: "dolbager.elk", kibana_server_name: "logs.you.domain.com", htpasswords: {name: "login", pass: "password"}}

About

Role setup and configure elasticsearch, nginx, kibana, logstash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published