From 3a1a3a26443dfb71f747d61d6529833ec4121ab8 Mon Sep 17 00:00:00 2001 From: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:47:53 +0100 Subject: [PATCH] docs: added video for fluentd and fluent bit (#13579) --- docs/sources/send-data/fluentbit/_index.md | 2 ++ docs/sources/send-data/fluentd/_index.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/sources/send-data/fluentbit/_index.md b/docs/sources/send-data/fluentbit/_index.md index b981445a19ac..2c2845d766d3 100644 --- a/docs/sources/send-data/fluentbit/_index.md +++ b/docs/sources/send-data/fluentbit/_index.md @@ -12,6 +12,8 @@ weight: 500 This plugin has more configuration options compared to the built-in Fluent Bit Loki plugin. You can define which log files you want to collect using the [`Tail`](https://docs.fluentbit.io/manual/pipeline/inputs/tail) or [`Stdin`](https://docs.fluentbit.io/manual/pipeline/inputs/standard-input) data pipeline input. Additionally, Fluent Bit supports multiple `Filter` and `Parser` plugins (`Kubernetes`, `JSON`, etc.) to structure and alter log lines. +{{< youtube id="s43IBSVyTpQ" >}} + ## Usage ### Docker diff --git a/docs/sources/send-data/fluentd/_index.md b/docs/sources/send-data/fluentd/_index.md index 6adcca920bd4..a42cf4d49b14 100644 --- a/docs/sources/send-data/fluentd/_index.md +++ b/docs/sources/send-data/fluentd/_index.md @@ -14,6 +14,8 @@ instance or [Grafana Cloud](/products/cloud/). The plugin source code is in the [fluentd directory of the repository](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd). +{{< youtube id="s43IBSVyTpQ" >}} + ## Installation ### Local