Kibana
Distro | Kibana |
---|---|
Type | Custom Resource |
Deploy | ECK OPerator |
Docs | link |
Backup | |
Scaling | |
CLI | |
UI |
Setup
- deployment explained
- how to setup
Usecases
✅ Basic: Discover all logs
- access kibana with admin
elastic
user
kubectl get secret elasticsearch-es-elastic-user -n logging -o jsonpath='{.data.elastic}' | base64 -d
- view logs
`Discover` -> `Data view` -> `Create data view`: {
`Index pattern` is `logstash-*`,
`Time field` is `@timestamp`
}
✅ Monitoring
tip
Kibana can show its metrics: Management
-> Stack Monitoring
-> Kibana
https://www.elastic.co/docs/deploy-manage/monitor/monitoring-data/kibana-page
Maintenence
- Backup / Restore
- Scaling
- Upgrade