tommyvn / ansible-kibana

Installs and Configures Kibana 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kibana

Ansible role to install and configure Kibana 4.

Examples

- hosts: loghost

  vars:
    kibana_version: 5.2.0
	kibana_elasticsearch_url: "http://elasticsearch_host:9200"

  roles:
    - wunzeco.kibana

Testing

To test this role, run

kitchen test

Dependencies:

None

About

Installs and Configures Kibana 4


Languages

Language:Ruby 100.0%