3b7ec190e5ee35148cf5a81a6d75cdea38580814
[it/dep.git] / ric-infra / 20-Monitoring / helm / elfkp / values.yaml
1 # Default values for elk.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 prometheus:
6   enabled: true
7
8   # individual component configs
9   # full listing: https://github.com/helm/charts/tree/master/stable/prometheus
10   alertmanager:
11     enabled: true
12     persistentVolume:
13       enabled: false
14   kubeStateMetrics:
15     enabled: false
16   nodeExporter:
17     enabled: false
18   pushgateway:
19     enabled: false
20     persistentVolume:
21       enabled: false
22   server:
23     ingress:
24       enabled: true
25       hosts:
26         - prometheus-entry
27     persistentVolume:
28             enabled: false
29
30
31 fluentd-elasticsearch:
32   enabled: true
33
34 elastic-stack:
35   enabled: true
36
37   # individual component configs
38   # full listing: https://github.com/helm/charts/tree/master/stable/elastic-stack
39   elasticsearch:
40     enabled: true
41     data:
42       persistence:
43         enabled: false
44     master:
45       persistence:
46         enabled: false
47
48   kibana:
49     enabled: true
50     files:
51       kibana.yml:
52         elasticsearch.url: http://r1-elfkp-elasticsearch-client:9200
53     env:
54       ELASTICSEARCH_URL: http://r1-elfkp-elasticsearch-client:9200
55       ELASTICSEARCH_HOSTS: http://r1-elfkp-elasticsearch-client:9200
56     ingress:
57       enabled: true
58       hosts:
59         - "kibana-entry"
60
61   logstash:
62     enabled: false
63     persistence:
64       enabled: false
65     # elasticsearch:
66     #   host: elastic-stack-elasticsearch-client
67
68   filebeat:
69     enabled: false
70     # config:
71     #   output.file.enabled: false
72     #   output.logstash:
73     #     hosts: ["elastic-stack-logstash:5044"]
74     # indexTemplateLoad:
75     #   - elastic-stack-elasticsearch-client:9200
76
77   fluentd:
78     enabled: true
79     output:
80       host: r1-elfkp-elasticsearch-client
81
82   fluent-bit:
83     enabled: false
84
85   fluentd-elasticsearch:
86     enabled: true
87     elasticsearch:
88       host: 'r1-elfkp-elasticsearch-client'
89
90   nginx-ldapauth-proxy:
91     enabled: false
92     # Example config to get it working with ELK. Adjust as you need to.
93     # proxy:
94     #   port: 5601
95     #   # This is the internal hostname for the kibana service
96     #   host: "elk-kibana.default.svc.cluster.local"
97     #   authName: "ELK:Infrastructure:LDAP"
98     #   ldapHost: "ldap.example.com"
99     #   ldapDN: "dc=example,dc=com"
100     #   ldapFilter: "objectClass=organizationalPerson"
101     #   ldapBindDN: "cn=reader,dc=example,dc=com"
102     #   requires:
103     #     - name: "ELK-USER"
104     #       filter: "cn=elkuser,ou=groups,dc=example,dc=com"
105     # ingress:
106     #   enabled: true
107     #   hosts:
108     #     - "elk.example.com"
109     #   annotations:
110     #     kubernetes.io/ingress.class: nginx
111     #   tls:
112     #     - hosts:
113     #       - elk.example.com
114     #       secretName: example-elk-tls
115     # secrets:
116     #   ldapBindPassword: PASSWORD
117   elasticsearch-curator:
118     enabled: false
119
120   elasticsearch-exporter:
121     enabled: false