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
elasticuser
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