2020-08-11 14:09:48 +00:00
{{ template "chart.header" . }}
2020-10-05 10:50:23 +00:00
{{ template "chart.deprecationWarning" . }}
{{ template "chart.versionBadge" . }} {{ template "chart.typeBadge" . }} {{ template "chart.appVersionBadge" . }}
2020-08-11 14:09:48 +00:00
{{ template "chart.description" . }}
2020-10-05 10:50:23 +00:00
{{ template "chart.homepageLine" . }}
{{ template "chart.maintainersSection" . }}
2020-08-11 14:09:48 +00:00
2020-10-05 10:50:23 +00:00
{{ template "chart.sourcesSection" . }}
2020-08-11 14:09:48 +00:00
{{ template "chart.requirementsSection" . }}
## Changes from upstream
### ECK
- Operator mapped to controller nodes
### ES
- SSL disabled ( Todo: provide cluster certs and setup Kibana/Fluentd to use https incl. client certs )
- Installed Plugins:
- repository-s3
- elasticsearch-prometheus-exporter
- [Cross AZ Zone awareness](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-advanced-node-scheduling.html#k8s-availability-zone-awareness) is implemented via nodeSets
### Kibana
- increased timeout to ES to 3 minutes
2020-09-08 11:40:28 +00:00
### FluentD
### Fluent-bit
- support for dedot Lua filter to replace "." with "_" for all annotations and labels
- support for api audit log
2020-08-11 14:09:48 +00:00
## Manual tasks ATM
2020-09-08 11:40:28 +00:00
- install index template
2020-08-11 14:09:48 +00:00
- setup Kibana
- create `logstash-*` Index Pattern
{{ template "chart.valuesSection" . }}
## Resources:
- https://www.elastic.co/downloads/elastic-cloud-kubernetes
- https://github.com/elastic/cloud-on-k8s
2020-09-08 14:05:31 +00:00
- https://grafana.com/grafana/dashboards/7752