cLoki-view is a smart and minimal data explorer developed in React/JS and designed for LogQL APIs
clone the repository, then:
~/$ npm install
~/$ npm run build
~/$ npm start
will serve the UI on http://localhost:8080
- go to
./src/environment/env.dev.js
HOST
default:0.0.0.0
PORT
default:8080
API_URL
default:http://localhost:3100
~/$ HOST=localhost PORT=8080 API_URL=http://cloki-host:3100 npm start
Labels:
the labels will be loaded atomatically on every DOM change
Label Values:
the values of each label will be retrieved clicking on the log browser => [click on some label]
Query:
The LogQL Query will be auto-formed by Label selection, and can be extended manually
Show Logs:
click on show logs
button to execute your LogQL Query
Consult the cLoki Wiki for a detailed list of the project and its supported features, changelog and API functionality
- (C) 2022 QXIP BV see LICENSE for details
- This project is not affiliated or endorsed by Grafana Labs. All rights belong to their respective owners.