mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
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 <thomas@elajt.se>
(cherry picked from commit 69b976f08e
)
This commit is contained in:
parent
5a905e2e94
commit
4f93422064
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue