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/vector-docker/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@ The docker compose file contains the following components:
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
20
* VictoriaMetrics - collects metrics from `VictoriaLogs` and `VictoriaMetrics`(itself)
21
-
* grafana - it comes with two predefined dashboards for `VictoriaLogs` and `VictoriaMetrics`
22
-
23
21
24
22
the example of vector configuration(`vector.toml`)
0 commit comments