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

ansible-roles/netdata#27 Update to netdata 1.25.0

parent c3080880
No related branches found
No related tags found
No related merge requests found
---
netdata_version: v1.24.0
netdata_version: v1.25.0
netdata_force_reset: no
netdata_fluentd_buffer:
green: 75
......
local:
host: 127.0.0.1
port: 9200
cluster_health: True
cluster_stats: True
......@@ -2,9 +2,9 @@
# file: roles/netdata/tasks/elasticsearch.yml
- name: Configure ElasticSearch Plugin
copy:
template:
src: elasticsearch.conf
dest: /etc/netdata/python.d/elasticsearch.conf
dest: /etc/netdata/go.d/elasticsearch.conf
owner: netdata
group: netdata
mode: 0660
jobs:
- name: local
url: http://127.0.0.1:9200
{% if elasticsearch is defined and elasticsearch.users is defined and elasticsearch.users.elastic is defined %}
username: elastic
password: {{ elasticsearch.users.elastic }}
{% endif %}
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