File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/VictoriaLogs/querying Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33[ VictoriaLogs] ( https://docs.victoriametrics.com/VictoriaLogs/ ) can be queried with [ LogsQL] ( https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html )
44via the following ways:
55
6- - [ VMUI ] ( #vmui ) - a web-based UI for querying logs
6+ - [ Web UI ] ( #web-ui ) - a web-based UI for querying logs
77- [ HTTP API] ( #http-api )
88- [ Command-line interface] ( #command-line )
99
@@ -57,9 +57,9 @@ curl http://localhost:9428/select/logsql/query -H 'AccountID: 12' -H 'ProjectID:
5757The number of requests to ` /select/logsql/query ` can be [ monitored] ( https://docs.victoriametrics.com/VictoriaLogs/#monitoring )
5858with ` vl_http_requests_total{path="/select/logsql/query"} ` metric.
5959
60- ## VMUI
60+ ## Web UI
6161
62- VictoriaLogs provides a simple UI for logs [ querying] ( https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html ) and exploration
62+ VictoriaLogs provides a simple Web UI for logs [ querying] ( https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html ) and exploration
6363at ` http://localhost:9428/vmui ` . The UI allows exploring query results:
6464
6565<img src =" vmui.png " width =" 800 " />
You can’t perform that action at this time.
0 commit comments