From 9e9506af31257b3c4d1a9475892c15e8efb95d56 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Thu, 22 Jun 2023 08:19:35 +0200 Subject: [PATCH] fix link vmui links in docker examples after the path chnage for vmui Signed-off-by: Artem Navoiev --- deployment/docker/victorialogs/filebeat-docker/README.md | 4 ++-- deployment/docker/victorialogs/filebeat-syslog/README.md | 2 +- deployment/docker/victorialogs/fluentbit-docker/README.md | 2 +- deployment/docker/victorialogs/logstash/README.md | 2 +- deployment/docker/victorialogs/vector-docker/README.md | 8 +++++++- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/deployment/docker/victorialogs/filebeat-docker/README.md b/deployment/docker/victorialogs/filebeat-docker/README.md index 709450758..e270f73a5 100644 --- a/deployment/docker/victorialogs/filebeat-docker/README.md +++ b/deployment/docker/victorialogs/filebeat-docker/README.md @@ -18,12 +18,12 @@ The docker compose file contains the following components: * filebeat - fileabeat is configured to collect logs from the `docker`, you can find configuration in the `filebeat.yml`. It writes data in VictoriaLogs * filebeat-exporter - it export metrics about the filebeat * VictoriaLogs - the log database, it accepts the data from `filebeat` by elastic protocol -* VictoriaMetrics - collects metrics from `filebeat` via `filebeat-exporter`, `VictoriaLogs` and `VictoriaMetrics`(itself) +* VictoriaMetrics - collects metrics from `filebeat` via `filebeat-exporter`, `VictoriaLogs` and `VictoriaMetrics` * grafana - it comes with two predefined dashboards for `VictoriaLogs` and `VictoriaMetrics` Querying the data -* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui` +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` * for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) the example of filebeat configuration(`filebeat.yml`) diff --git a/deployment/docker/victorialogs/filebeat-syslog/README.md b/deployment/docker/victorialogs/filebeat-syslog/README.md index 70d55e56e..5feda8973 100644 --- a/deployment/docker/victorialogs/filebeat-syslog/README.md +++ b/deployment/docker/victorialogs/filebeat-syslog/README.md @@ -20,7 +20,7 @@ The docker compose file contains the following components: Querying the data -* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui` +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` * for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) the example of filebeat configuration(`filebeat.yml`) diff --git a/deployment/docker/victorialogs/fluentbit-docker/README.md b/deployment/docker/victorialogs/fluentbit-docker/README.md index 489e61c98..6c755475d 100644 --- a/deployment/docker/victorialogs/fluentbit-docker/README.md +++ b/deployment/docker/victorialogs/fluentbit-docker/README.md @@ -20,7 +20,7 @@ The docker compose file contains the following components: Querying the data -* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui` +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` * for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) diff --git a/deployment/docker/victorialogs/logstash/README.md b/deployment/docker/victorialogs/logstash/README.md index 97ed0e36b..8b1290d6e 100644 --- a/deployment/docker/victorialogs/logstash/README.md +++ b/deployment/docker/victorialogs/logstash/README.md @@ -25,7 +25,7 @@ The docker compose file contains the following components: Querying the data -* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui` +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` * for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) diff --git a/deployment/docker/victorialogs/vector-docker/README.md b/deployment/docker/victorialogs/vector-docker/README.md index 092786982..7f60ba59b 100644 --- a/deployment/docker/victorialogs/vector-docker/README.md +++ b/deployment/docker/victorialogs/vector-docker/README.md @@ -17,7 +17,13 @@ The docker compose file contains the following components: * 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. * VictoriaLogs - the log database, it accepts the data from `vector` by elastic protocol -* VictoriaMetrics - collects metrics from `VictoriaLogs` and `VictoriaMetrics`(itself) +* VictoriaMetrics - collects metrics from `VictoriaLogs` and `VictoriaMetrics` + +Querying the data + +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` +* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) + the example of vector configuration(`vector.toml`)