From 4f93422064b7ab4c86a68991f5c5403a9527261f Mon Sep 17 00:00:00 2001 From: Thomas Danielsson Date: Thu, 19 Sep 2024 12:33:12 +0000 Subject: [PATCH] docs: typo filebeat -> fluent-bit (#7000) ### Describe Your Changes Fix a typo; `filebeat.yml` -> `fluent-bit.conf` ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). Signed-off-by: Thomas Danielsson (cherry picked from commit 69b976f08e49bc2e5b8b8828a168df1404f5af18) --- .../docker/victorialogs/fluentbit-ha-single-node/README.md | 4 ++-- deployment/docker/victorialogs/fluentbit/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/docker/victorialogs/fluentbit-ha-single-node/README.md b/deployment/docker/victorialogs/fluentbit-ha-single-node/README.md index 2ef60e207..f845a9d6b 100644 --- a/deployment/docker/victorialogs/fluentbit-ha-single-node/README.md +++ b/deployment/docker/victorialogs/fluentbit-ha-single-node/README.md @@ -29,7 +29,7 @@ Querying the data * 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`) +the example of fluentbit configuration(`fluent-bit.conf`) ```text [INPUT] @@ -85,4 +85,4 @@ unauthorized_user: url_prefix: - http://victorialogs-1:9428 - http://victorialogs-2:9428 -``` \ No newline at end of file +``` diff --git a/deployment/docker/victorialogs/fluentbit/README.md b/deployment/docker/victorialogs/fluentbit/README.md index 13414eb7c..1fce9d455 100644 --- a/deployment/docker/victorialogs/fluentbit/README.md +++ b/deployment/docker/victorialogs/fluentbit/README.md @@ -24,7 +24,7 @@ Querying the data * 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`) +the example of fluentbit configuration(`fluent-bit.conf`) ```shell [INPUT]