From 8cd5f8c165615799e2ce043c73e1a33715f32668 Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Wed, 15 Nov 2023 14:33:42 -0800 Subject: [PATCH] [chore][logstransformprocessor] Add note about processor not being released in contrib (#29275) An issue was opened recently wondering why this processory was not available in the contrib release. Since this processor is experimental and temporary there's no plan to support it long term, so I've added a note that 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.