A log time series search engine for kubernetes
hawkobserve is a lightweight for pod and kube-event log retrieval in the kubernets environment, and stores index and log information in a time series format. currently under development, not available for production
- Support promtail to collect logs
- Support full-text indexing and tag-based indexing
- Support log retention policy
- Especially suitable for storing Kubernetes Pod logs
- Able to connect to Prometheus and log alarms
- download
hawkobserve
git clone https://github.com/szuwgh/hawkobserve.git- build
hawkobserve
make- Run server.
./hawkobserve startopen in browser http://localhost:9400/graph
search with similar promQL syntax, and support log keyword search

