1.5 KiB
1.5 KiB
kubezero-logging
KubeZero Umbrella Chart for complete EFK stack
Current chart version is 0.0.2
Source code can be found here
Chart Requirements
Repository | Name | Version |
---|---|---|
https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 |
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 is implemented via nodeSets
Kibana
- increased timeout to ES to 3 minutes
Manual tasks ATM
- Install index template
- setup Kibana
- create
logstash-*
Index Pattern
Chart Values
Key | Type | Default | Description |
---|---|---|---|
es.elastic_password | string | "" |
|
es.nodeSets | list | [] |
|
es.prometheus | bool | false |
|
es.s3Snapshot.enabled | bool | false |
|
es.s3Snapshot.iamrole | string | "" |
|
kibana.count | int | 1 |
|
kibana.istio.enabled | bool | false |
|
kibana.istio.gateway | string | "istio-system/ingressgateway" |
|
kibana.istio.url | string | "" |
|
version | string | "7.8.1" |