Skip to content

Ansible role to install and configure a Kibana dashboard

License

Notifications You must be signed in to change notification settings

rolehippie/kibana

Repository files navigation

kibana

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install and configure a Kibana dashboard.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

kibana_elasticsearch_hosts

Default value

kibana_elasticsearch_hosts: []

kibana_elasticsearch_preserve_host

Default value

kibana_elasticsearch_preserve_host: false

kibana_group

Name of the group owning Kibana

Default value

kibana_group: kibana

kibana_keyring

Path for the repository keyring

Default value

kibana_keyring: /usr/share/keyrings/elastic-archive-keyring.gpg

kibana_major_version

Major version built via server version variable

Default value

kibana_major_version: "{{ kibana_server_version.split('.')[0] }}"

kibana_server_base_path

When this setting's value is true Kibana uses the hostname specified in server host

kibana_server_name

Name of the server

Default value

kibana_server_name: '{{ ansible_hostname }}'

kibana_server_version

Version of Kibana that gets installed

Default value

kibana_server_version: '7.8'

kibana_user

Name of the user owning Kibana

Default value

kibana_user: kibana

Discovered Tags

kibana

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger