From 3f388768a2a42b096f13ecebbb523b6c792066d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lecaros?= Date: Wed, 9 Mar 2022 11:38:05 -0500 Subject: [PATCH] input: tail: remove monitoring section (#735) Signed-off-by: lecaros --- pipeline/inputs/tail.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pipeline/inputs/tail.md b/pipeline/inputs/tail.md index e409a8647..ae9bc6763 100644 --- a/pipeline/inputs/tail.md +++ b/pipeline/inputs/tail.md @@ -247,15 +247,3 @@ The `WAL` mechanism give us higher performance but also might increase the memor File rotation is properly handled, including logrotate's _copytruncate_ mode. Note that the `Path` patterns **cannot** match the rotated files. Otherwise, the rotated file would be read again and lead to duplicate records. - -## Monitoring - -Fluent Bit offers several ways to monitor your data pipelines: - -* [HTTP Server: JSON and Prometheus Exporter-style metrics](../../administration/monitoring.md#http-server) -* [Grafana Dashboards and Alerts](../../administration/monitoring.md#grafana-dashboard-and-alerts) -* [Health Checks](../../administration/monitoring.md#health-check-for-fluent-bit) -* [Calyptia Cloud: hosted service to monitor and visualize your pipelines](../../administration/monitoring.md#calyptia-cloud) - - -