From 965a5bb11d161d7ff1c5dbf81f260eb1946d4dc0 Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Tue, 21 Oct 2025 09:29:25 -0400 Subject: [PATCH] Added output plugin entry for otuput formats file. Fixes #2105. Signed-off-by: Eric D. Schabell --- SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUMMARY.md b/SUMMARY.md index 874ebfbef..0cc20d535 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -203,6 +203,7 @@ * [OpenSearch](pipeline/outputs/opensearch.md) * [OpenTelemetry](pipeline/outputs/opentelemetry.md) * [Oracle Cloud Infrastructure Logging Analytics](pipeline/outputs/oci-logging-analytics.md) + * [Output Formats](pipeline/outputs/output_formats.md) * [Parseable](pipeline/outputs/parseable.md) * [PostgreSQL](pipeline/outputs/postgresql.md) * [Prometheus exporter](pipeline/outputs/prometheus-exporter.md)