mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
fix link vmui links in docker examples after the path chnage for vmui
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
dcd0add400
commit
345c7b0bc7
5 changed files with 12 additions and 6 deletions
|
@ -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 - 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
|
* filebeat-exporter - it export metrics about the filebeat
|
||||||
* VictoriaLogs - the log database, it accepts the data from `filebeat` by elastic protocol
|
* 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`
|
* grafana - it comes with two predefined dashboards for `VictoriaLogs` and `VictoriaMetrics`
|
||||||
|
|
||||||
Querying the data
|
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)
|
* 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`)
|
the example of filebeat configuration(`filebeat.yml`)
|
||||||
|
|
|
@ -20,7 +20,7 @@ The docker compose file contains the following components:
|
||||||
|
|
||||||
Querying the data
|
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)
|
* 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`)
|
the example of filebeat configuration(`filebeat.yml`)
|
||||||
|
|
|
@ -20,7 +20,7 @@ The docker compose file contains the following components:
|
||||||
|
|
||||||
Querying the data
|
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)
|
* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ The docker compose file contains the following components:
|
||||||
|
|
||||||
Querying the data
|
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)
|
* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
* 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
|
* 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`)
|
the example of vector configuration(`vector.toml`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue