From e399a677a800f32c615302bf45a7d52b2ecdd42c Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Thu, 6 Nov 2025 15:34:42 -0500 Subject: [PATCH] Removed link for Lib output plugin doc, not documenting this. Signed-off-by: Eric D. Schabell --- installation/downloads/source/build-and-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/downloads/source/build-and-install.md b/installation/downloads/source/build-and-install.md index a8c165ac3..602be209a 100644 --- a/installation/downloads/source/build-and-install.md +++ b/installation/downloads/source/build-and-install.md @@ -288,12 +288,12 @@ The following table describes the output plugins available: | [`FLB_OUT_KAFKA_REST`](../../../pipeline/outputs/kafka-rest-proxy.md) | Enable Kafka REST Proxy output plugin | `On` | | [`FLB_OUT_KINESIS_FIREHOSE`](../../../pipeline/outputs/firehose.md) | Enable Amazon Kinesis Data Firehose output plugin | `On` | | [`FLB_OUT_KINESIS_STREAMS`](../../../pipeline/outputs/kinesis.md) | Enable Amazon Kinesis Data Streams output plugin | `On` | -| [`FLB_OUT_LIB`](../../../pipeline/outputs/library.md) | Enable Library output plugin | `On` | +| `FLB_OUT_LIB` | Enable Library output plugin | `On` | | [`FLB_OUT_LOGDNA`](../../../pipeline/outputs/logdna.md) | Enable LogDNA output plugin | `On` | | [`FLB_OUT_LOKI`](../../../pipeline/outputs/loki.md) | Enable Loki output plugin | `On` | | [`FLB_OUT_NATS`](../../../pipeline/outputs/nats.md) | Enable NATS output plugin | `On` | | [`FLB_OUT_NRLOGS`](../../../pipeline/outputs/new-relic.md) | Enable New Relic output plugin | `On` | -| [`FLB_OUT_NULL`](../../../pipeline/outputs/null.md) | Enable `NULL` output plugin | `On` | +| [`FLB_OUT_NULL`](../../../pipeline/outputs/null.md) | Enable `NULL` output plugin | `On` | | [`FLB_OUT_OPENSEARCH`](../../../pipeline/outputs/opensearch.md) | Enable OpenSearch output plugin | `On` | | [`FLB_OUT_OPENTELEMETRY`](../../../pipeline/outputs/opentelemetry.md) | Enable OpenTelemetry output plugin | `On` | | [`FLB_OUT_ORACLE_LOG_ANALYTICS`](../../../pipeline/outputs/oci-logging-analytics.md) | Enable Oracle Cloud Infrastructure Logging output plugin | `On` |