From 265dd66191e53e4d5ff5d22ccacd236461b865db Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Wed, 21 Jun 2023 12:01:44 +0200 Subject: [PATCH] remove grafana notion from vector readme Signed-off-by: Artem Navoiev --- deployment/docker/victorialogs/vector-docker/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/deployment/docker/victorialogs/vector-docker/README.md b/deployment/docker/victorialogs/vector-docker/README.md index d5dc63e2d..c8902675a 100644 --- a/deployment/docker/victorialogs/vector-docker/README.md +++ b/deployment/docker/victorialogs/vector-docker/README.md @@ -18,8 +18,6 @@ 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) -* grafana - it comes with two predefined dashboards for `VictoriaLogs` and `VictoriaMetrics` - the example of vector configuration(`vector.toml`)