Skip to content

Commit 7e926df

Browse files
AndrewChubatiuktruepele
authored andcommitted
docs/victorialogs/data-ingestion: removed FluentBit Elasticsearch from examples (VictoriaMetrics#7093)
removed FluentBit Elasticsearch example from docs as custom headers are not supported by elasticsearch output till fluent/fluent-bit#9416 is merged and released fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6985 ### Describe Your Changes Please provide a brief description of the changes you made. Be as specific as possible to help others understand the purpose and impact of your modifications. ### Checklist The following checks are **mandatory**: - [ ] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/).
1 parent a9201cb commit 7e926df

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/VictoriaLogs/data-ingestion/Fluentbit.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,9 @@ aliases:
1515
# Fluentbit setup
1616

1717
VictoriaLogs supports given below Fluentbit outputs:
18-
- [Elasticsearch](#elasticsearch)
1918
- [Loki](#loki)
2019
- [HTTP JSON](#http)
2120

22-
## Elasticsearch
23-
24-
Specify [elasticsearch output](https://docs.fluentbit.io/manual/pipeline/outputs/elasticsearch) section in the `fluentbit.conf`
25-
for sending the collected logs to [VictoriaLogs](https://docs.victoriametrics.com/victorialogs/):
26-
27-
```conf
28-
[Output]
29-
Name es
30-
Match *
31-
host victorialogs
32-
port 9428
33-
compress gzip
34-
path /insert/elasticsearch
35-
header AccountID 0
36-
header ProjectID 0
37-
header VL-Stream-Fields path
38-
header VL-Msg-Field log
39-
header VL-Time-Field @timestamp
40-
```
41-
4221
## Loki
4322

4423
Specify [loki output](https://docs.fluentbit.io/manual/pipeline/outputs/loki) section in the `fluentbit.conf`

0 commit comments

Comments
 (0)