Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
NetData
Commits
a447e840
Commit
a447e840
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
ansible-roles/netdata#27 Update to netdata 1.25.0
parent
c3080880
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
defaults/main.yml
+1
-1
1 addition, 1 deletion
defaults/main.yml
files/elasticsearch.conf
+0
-5
0 additions, 5 deletions
files/elasticsearch.conf
tasks/elasticsearch.yml
+2
-2
2 additions, 2 deletions
tasks/elasticsearch.yml
templates/elasticsearch.conf
+7
-0
7 additions, 0 deletions
templates/elasticsearch.conf
with
10 additions
and
8 deletions
defaults/main.yml
+
1
−
1
View file @
a447e840
---
netdata_version
:
v1.2
4
.0
netdata_version
:
v1.2
5
.0
netdata_force_reset
:
no
netdata_fluentd_buffer
:
green
:
75
...
...
This diff is collapsed.
Click to expand it.
files/elasticsearch.conf
deleted
100644 → 0
+
0
−
5
View file @
c3080880
local
:
host
:
127
.
0
.
0
.
1
port
:
9200
cluster_health
:
True
cluster_stats
:
True
This diff is collapsed.
Click to expand it.
tasks/elasticsearch.yml
+
2
−
2
View file @
a447e840
...
...
@@ -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
This diff is collapsed.
Click to expand it.
templates/elasticsearch.conf
0 → 100644
+
7
−
0
View file @
a447e840
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
%}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment