2019-10-22 11:06:06 -04:00
|
|
|
elasticsearch:
|
|
|
|
enabled: true
|
|
|
|
cluster:
|
|
|
|
env:
|
|
|
|
MINIMUM_MASTER_NODES: "1"
|
|
|
|
master:
|
|
|
|
replicas: 2
|
|
|
|
client:
|
|
|
|
replicas: 1
|
|
|
|
data:
|
|
|
|
replicas: 1
|
|
|
|
|
|
|
|
kibana:
|
2020-01-13 19:08:14 -05:00
|
|
|
enabled: false
|
2019-10-22 11:06:06 -04:00
|
|
|
|
|
|
|
logstash:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
filebeat:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
output.file.enabled: false
|
|
|
|
output.elasticsearch:
|
|
|
|
enabled: true
|
|
|
|
hosts: ["http://elastic-stack-elasticsearch-client:9200"]
|
|
|
|
|
|
|
|
fluentd:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
fluent-bit:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
nginx-ldapauth-proxy:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
elasticsearch-curator:
|
2020-01-16 13:08:46 -05:00
|
|
|
enabled: true
|
|
|
|
configMaps:
|
|
|
|
config_yml: |-
|
|
|
|
---
|
|
|
|
client:
|
|
|
|
hosts:
|
|
|
|
- elastic-stack-elasticsearch-client
|
|
|
|
port: 9200
|
|
|
|
action_file_yml: |-
|
|
|
|
---
|
|
|
|
actions:
|
|
|
|
1:
|
|
|
|
action: delete_indices
|
|
|
|
description: >-
|
|
|
|
Delete indices older than 15 days (based on index name), for filebeat-
|
|
|
|
prefixed indices. Ignore the error if the filter does not result in an
|
|
|
|
actionable list of indices (ignore_empty_list) and exit cleanly.
|
|
|
|
options:
|
|
|
|
ignore_empty_list: True
|
|
|
|
filters:
|
|
|
|
- filtertype: pattern
|
|
|
|
kind: prefix
|
|
|
|
value: filebeat-
|
|
|
|
- filtertype: age
|
|
|
|
source: name
|
|
|
|
direction: older
|
|
|
|
timestring: '%Y.%m.%d'
|
|
|
|
unit: days
|
|
|
|
unit_count: 15
|
2019-10-22 11:06:06 -04:00
|
|
|
|
|
|
|
elasticsearch-exporter:
|
|
|
|
enabled: false
|