From eaa74595dc85d916a75e48949c49f13070bdae79 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Wed, 21 Jun 2023 19:43:40 +0200 Subject: [PATCH] add information about how to access web UI Signed-off-by: Artem Navoiev --- deployment/docker/victorialogs/filebeat-docker/README.md | 4 ++++ deployment/docker/victorialogs/filebeat-syslog/README.md | 5 +++++ deployment/docker/victorialogs/fluentbit-docker/README.md | 6 ++++++ deployment/docker/victorialogs/logstash/README.md | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/deployment/docker/victorialogs/filebeat-docker/README.md b/deployment/docker/victorialogs/filebeat-docker/README.md index 9d00353eaf..7094507586 100644 --- a/deployment/docker/victorialogs/filebeat-docker/README.md +++ b/deployment/docker/victorialogs/filebeat-docker/README.md @@ -21,6 +21,10 @@ The docker compose file contains the following components: * VictoriaMetrics - collects metrics from `filebeat` via `filebeat-exporter`, `VictoriaLogs` and `VictoriaMetrics`(itself) * 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` +* 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 3761c53fae..70d55e56e1 100644 --- a/deployment/docker/victorialogs/filebeat-syslog/README.md +++ b/deployment/docker/victorialogs/filebeat-syslog/README.md @@ -18,6 +18,11 @@ The docker compose file contains the following components: * filebeat - fileabeat is configured to accept `syslog` logs in `rfc3164` format on `5140` port, you can find configuration in the `filebeat.yml`. It writes data in VictoriaLogs * VictoriaLogs - the log database, it accepts the data from `filebeat` by elastic protocol +Querying the data + +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/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`) ```yaml diff --git a/deployment/docker/victorialogs/fluentbit-docker/README.md b/deployment/docker/victorialogs/fluentbit-docker/README.md index 05755295cf..489e61c98f 100644 --- a/deployment/docker/victorialogs/fluentbit-docker/README.md +++ b/deployment/docker/victorialogs/fluentbit-docker/README.md @@ -18,6 +18,12 @@ The docker compose file contains the following components: * fluentbit - fluentbit is configured to collect logs from the `docker`, you can find configuration in the `fluent-bit.conf`. It writes data in VictoriaLogs * VictoriaLogs - the log database, it accepts the data from `fluentbit` by json line protocol +Querying the data + +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui` +* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) + + the example of fluentbit configuration(`filebeat.yml`) ```shell diff --git a/deployment/docker/victorialogs/logstash/README.md b/deployment/docker/victorialogs/logstash/README.md index d4e19bdaa9..97ed0e36bb 100644 --- a/deployment/docker/victorialogs/logstash/README.md +++ b/deployment/docker/victorialogs/logstash/README.md @@ -23,6 +23,11 @@ The docker compose file contains the following components: * logstash - logstash is configured to accept `syslog` on `5140` port, you can find configuration in the `pipeline.conf`. It writes data in VictoriaLogs * VictoriaLogs - the log database, it accepts the data from `logstash` by elastic protocol +Querying the data + +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/vmui` +* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) + Here is an example of logstash configuration(`pipeline.conf`):