Skip to content
Snippets Groups Projects
Commit fedcf83f authored by jurgenhaas's avatar jurgenhaas
Browse files

#6 Configure ElasticSearch plugin

parent bb6078b4
No related branches found
No related tags found
No related merge requests found
local:
host: '127.0.0.1'
port: '9200'
cluster_health: True
cluster_stats: True
---
# file: roles/netdata/tasks/elasticsearch.yml
- name: "Configure ElasticSearch Plugin"
copy:
src: 'elasticsearch.conf'
dest: '/etc/netdata/python.d/elasticsearch.conf'
owner: 'netdata'
group: 'netdata'
mode: '660'
......@@ -16,6 +16,9 @@
- include: apache.yml
when: groups['webserver'] is defined and inventory_hostname in groups['webserver']
- include: elasticsearch.yml
when: groups['logserver'] is defined and inventory_hostname in groups['logserver']
- include: haproxy.yml
when: groups['proxyserver'] is defined and inventory_hostname in groups['proxyserver']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment