From 67409b5ad3ef28562028882d3c17ec6921464cce Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Wed, 2 Oct 2024 16:50:44 +0100 Subject: [PATCH] Fix location of loki.secretfilter in changelog (#1807) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bbf0d21..758ae3036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Main (unreleased) - Add the function `path_join` to the stdlib. (@wildum) - Add support to `loki.source.syslog` for the RFC3164 format ("BSD syslog"). (@sushain97) +- (_Experimental_) Add a `loki.secretfilter` component to redact secrets from collected logs. ### Enhancements @@ -75,7 +76,6 @@ v1.4.0 - Added Datadog Exporter community component, enabling exporting of otel-formatted Metrics and traces to Datadog. (@polyrain) - (_Experimental_) Add an `otelcol.processor.interval` component to aggregate metrics and periodically forward the latest values to the next component in the pipeline. -- (_Experimental_) Add a `loki.secretfilter` component to redact secrets from collected logs. ### Enhancements