From 51b8556d88de0c3c2988ec000fc59d7fde75c420 Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Tue, 14 Nov 2023 08:23:25 -0800 Subject: [PATCH] [chore][logstransformprocessor] Add note about contrib Since this processor is experimental and temporary there's no plan to support it long term. This makes it clear why it's not included in the contrib distribution releases. Fixes #29150 --- processor/logstransformprocessor/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/processor/logstransformprocessor/README.md b/processor/logstransformprocessor/README.md index 29b93a46a384..eaadb2d4801e 100644 --- a/processor/logstransformprocessor/README.md +++ b/processor/logstransformprocessor/README.md @@ -15,6 +15,7 @@ NOTE - This processor is experimental, with the intention that its functionality will be reimplemented in the [transform processor](../transformprocessor/README.md) in the future. +For this reason, the processor is not included in the `contrib` distribution. The logs transform processor can be used to apply [log operators](../../pkg/stanza/docs/operators) to logs coming from any receiver. Please refer to [config.go](./config.go) for the config spec.