From a454bf61962433431557833b869ae0120a0a156e Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Thu, 6 Nov 2025 12:13:42 -0500 Subject: [PATCH] Fixed error in Tensorflow fliter option for source build and install doc. Signed-off-by: Eric D. Schabell --- installation/downloads/source/build-and-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/downloads/source/build-and-install.md b/installation/downloads/source/build-and-install.md index 1e34b3bcc..a8c165ac3 100644 --- a/installation/downloads/source/build-and-install.md +++ b/installation/downloads/source/build-and-install.md @@ -254,7 +254,7 @@ The following table describes the filters available on this version: | [`FLB_FILTER_REWRITE_TAG`](../../../pipeline/filters/rewrite-tag.md) | Enable Rewrite Tag filter | `On` | | [`FLB_FILTER_STDOUT`](../../../pipeline/filters/standard-output.md) | Enable Stdout filter | `On` | | [`FLB_FILTER_SYSINFO`](../../../pipeline/filters/sysinfo.md) | Enable Sysinfo filter | `On` | -| [`FLB_FILTER_TYPE_TENSORFLOW`](../../../pipeline/filters/tensorflow.md) | Enable Tensorflow filter | `Off` | +| [`FLB_FILTER_TENSORFLOW`](../../../pipeline/filters/tensorflow.md) | Enable Tensorflow filter | `Off` | | [`FLB_FILTER_THROTTLE`](../../../pipeline/filters/throttle.md) | Enable Throttle filter | `On` | | [`FLB_FILTER_TYPE_CONVERTER`](../../../pipeline/filters/type-converter.md) | Enable Type Converter filter | `On` | | [`FLB_FILTER_WASM`](../../../pipeline/filters/wasm.md) | Enable Wasm filter | `On` |