docs: victorialogs add front-matter for data-ingestion items

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-07-14 22:06:27 +02:00
parent a47932f4a2
commit d0d3917445
No known key found for this signature in database
GPG key ID: BE7B8368E3432014
4 changed files with 37 additions and 1 deletions

View file

@ -1,3 +1,12 @@
---
weight: 1
title: Filebeat setup
menu:
docs:
parent: "victorialogs-data-ingestion"
weight: 1
---
# Filebeat setup
Specify [`output.elasicsearch`](https://www.elastic.co/guide/en/beats/filebeat/current/elasticsearch-output.html) section in the `filebeat.yml`

View file

@ -1,4 +1,13 @@
## Fluentbit setup
---
weight: 2
title: Fluentbit setup
menu:
docs:
parent: "victorialogs-data-ingestion"
weight: 2
---
# Fluentbit setup
Specify [http output](https://docs.fluentbit.io/manual/pipeline/outputs/http) section in the `fluentbit.conf`
for sending the collected logs to [VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/):

View file

@ -1,3 +1,12 @@
---
weight: 3
title: Logstash setup
menu:
docs:
parent: "victorialogs-data-ingestion"
weight: 3
---
# Logstash setup
Specify [`output.elasticsearch`](https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html) section in the `logstash.conf` file

View file

@ -1,3 +1,12 @@
---
weight: 4
title: Vector setup
menu:
docs:
parent: "victorialogs-data-ingestion"
weight: 4
---
# Vector setup
Specify [Elasticsearch sink type](https://vector.dev/docs/reference/configuration/sinks/elasticsearch/) in the `vector.toml`