Files
deprecated-helm-charts/incubator/elastic-stack/values.yaml
T
Rob Kernick 1e2a5d27c7 [incubator/elastic-stack] Add fluent-bit option (#6558)
* Update url in test and probes

* bump chart version

* [incubator/elastic-stack] Add fluent-bit option to elastic-stack chart

* Update requirements.lock
2018-07-10 05:20:25 -07:00

47 lines
1.1 KiB
YAML

# Default values for elk.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
kibana:
env:
ELASTICSEARCH_URL: http://http.default.svc.cluster.local:9200
logstash:
enabled: true
fluentd:
enabled: false
fluent-bit:
enabled: false
nginx-ldapauth-proxy:
enabled: false
# Example config to get it working with ELK. Adjust as you need to.
# proxy:
# port: 5601
# # This is the internal hostname for the kibana service
# host: "elk-kibana.default.svc.cluster.local"
# authName: "ELK:Infrastructure:LDAP"
# ldapHost: "ldap.example.com"
# ldapDN: "dc=example,dc=com"
# ldapFilter: "objectClass=organizationalPerson"
# ldapBindDN: "cn=reader,dc=example,dc=com"
# requires:
# - name: "ELK-USER"
# filter: "cn=elkuser,ou=groups,dc=example,dc=com"
# ingress:
# enabled: true
# hosts:
# - "elk.example.com"
# annotations:
# kubernetes.io/ingress.class: nginx
# tls:
# - hosts:
# - elk.example.com
# secretName: example-elk-tls
# secrets:
# ldapBindPassword: PASSWORD
elasticsearch-curator:
enabled: false