Skip to content

Commit ec77d3d

Browse files
committed
docs/VictoriaLogs/querying: rename VMUI -> 'Web UI' in order to reduce confusion with VictoriaMetrics UI
1 parent 57e0adb commit ec77d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/VictoriaLogs/querying/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/) can be queried with [LogsQL](https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html)
44
via 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:
5757
The number of requests to `/select/logsql/query` can be [monitored](https://docs.victoriametrics.com/VictoriaLogs/#monitoring)
5858
with `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
6363
at `http://localhost:9428/vmui`. The UI allows exploring query results:
6464

6565
<img src="vmui.png" width="800" />

0 commit comments

Comments
 (0)