Skip to content

Commit 345c7b0

Browse files
committed
fix link vmui links in docker examples after the path chnage for vmui
Signed-off-by: Artem Navoiev <[email protected]>
1 parent dcd0add commit 345c7b0

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

deployment/docker/victorialogs/filebeat-docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ The docker compose file contains the following components:
1818
* filebeat - fileabeat is configured to collect logs from the `docker`, you can find configuration in the `filebeat.yml`. It writes data in VictoriaLogs
1919
* filebeat-exporter - it export metrics about the filebeat
2020
* VictoriaLogs - the log database, it accepts the data from `filebeat` by elastic protocol
21-
* VictoriaMetrics - collects metrics from `filebeat` via `filebeat-exporter`, `VictoriaLogs` and `VictoriaMetrics`(itself)
21+
* VictoriaMetrics - collects metrics from `filebeat` via `filebeat-exporter`, `VictoriaLogs` and `VictoriaMetrics`
2222
* grafana - it comes with two predefined dashboards for `VictoriaLogs` and `VictoriaMetrics`
2323

2424
Querying the data
2525

26-
* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui`
26+
* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui`
2727
* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line)
2828

2929
the example of filebeat configuration(`filebeat.yml`)

deployment/docker/victorialogs/filebeat-syslog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The docker compose file contains the following components:
2020

2121
Querying the data
2222

23-
* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui`
23+
* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui`
2424
* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line)
2525

2626
the example of filebeat configuration(`filebeat.yml`)

deployment/docker/victorialogs/fluentbit-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The docker compose file contains the following components:
2020

2121
Querying the data
2222

23-
* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui`
23+
* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui`
2424
* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line)
2525

2626

deployment/docker/victorialogs/logstash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The docker compose file contains the following components:
2525

2626
Querying the data
2727

28-
* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui`
28+
* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui`
2929
* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line)
3030

3131

deployment/docker/victorialogs/vector-docker/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ The docker compose file contains the following components:
1717

1818
* vector - vector is configured to collect logs from the `docker`, you can find configuration in the `vector.toml`. It writes data in VictoriaLogs. It pushes metrics to VictoriaMetrics.
1919
* VictoriaLogs - the log database, it accepts the data from `vector` by elastic protocol
20-
* VictoriaMetrics - collects metrics from `VictoriaLogs` and `VictoriaMetrics`(itself)
20+
* VictoriaMetrics - collects metrics from `VictoriaLogs` and `VictoriaMetrics`
21+
22+
Querying the data
23+
24+
* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui`
25+
* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line)
26+
2127

2228
the example of vector configuration(`vector.toml`)
2329

0 commit comments

Comments
 (0)