Kibana is a free and open user interface that lets you visualize your Elasticsearch data and navigate the Elastic Stack.
To install the chart with the release name kibana
:
$ helm repo add romanow https://romanow.github.io/helm-charts/
$ helm repo update
$ helm install kibana romanow/kibana
To uninstall the kibana
installation:
helm uninstall kibana
Key | Type | Default | Description |
---|---|---|---|
elasticsearch.password | string | "qwerty" |
Elastic password (optional) |
elasticsearch.url | string | "http://elasticsearch:9200" |
Elastic address |
elasticsearch.username | string | "logging" |
Elastic username (optional) |
image | object | {
"pullPolicy": "IfNotPresent",
"repository": "kibana",
"tag": "7.17.8"
} |
Image name and version |
ingress.domain | string | "romanow-alex.ru" |
Domain |
ingress.enabled | bool | true |
Enable ingress |
ingress.name | string | "kibana" |
Ingress name |
port | int | 5601 |
Kibana port |
resources.limits | object | {
"cpu": "500m",
"memory": "1024Mi"
} |
Limited resources |
resources.requests | object | {
"cpu": "500m",
"memory": "1024Mi"
} |
Requested resources |
Name | Url | |
---|---|---|
Romanov Alexey | [email protected] | https://romanow.github.io |