You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/docker/victorialogs/filebeat-docker/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ The docker compose file contains the following components:
18
18
* filebeat - fileabeat is configured to collect logs from the `docker`, you can find configuration in the `filebeat.yml`. It writes data in VictoriaLogs
19
19
* filebeat-exporter - it export metrics about the filebeat
20
20
* 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`
22
22
* grafana - it comes with two predefined dashboards for `VictoriaLogs` and `VictoriaMetrics`
23
23
24
24
Querying the data
25
25
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`
27
27
* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line)
28
28
29
29
the example of filebeat configuration(`filebeat.yml`)
Copy file name to clipboardExpand all lines: deployment/docker/victorialogs/vector-docker/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,13 @@ The docker compose file contains the following components:
17
17
18
18
* 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.
19
19
* 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
+
21
27
22
28
the example of vector configuration(`vector.toml`)
0 commit comments