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

ansible-roles/elasticsearch#15 Configure fluentd for xpack security

parent 511e7c05
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,8 @@
@type elasticsearch
host 127.0.0.1
port 9200
user elastic
password {{ elasticsearch.users.elastic|default("") }}
include_tag_key true
tag_key @log_name
index_name ansible
......@@ -294,6 +296,8 @@
@type elasticsearch
host 127.0.0.1
port 9200
user elastic
password {{ elasticsearch.users.elastic|default("") }}
include_tag_key true
tag_key @log_name
index_name uptime
......@@ -312,6 +316,8 @@
@type elasticsearch
host 127.0.0.1
port 9200
user elastic
password {{ elasticsearch.users.elastic|default("") }}
include_tag_key true
tag_key @log_name
index_name haproxy
......@@ -331,6 +337,8 @@
logstash_format true
host 127.0.0.1
port 9200
user elastic
password {{ elasticsearch.users.elastic|default("") }}
include_tag_key true
tag_key @log_name
index_name fluentd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment