mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +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>
This commit is contained in:
parent
b0bdb92729
commit
69b976f08e
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