diff --git a/CHANGELOG.md b/CHANGELOG.md index c5db8c20fcf9..99af64240a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## Main/Unreleased +* [6675](https://github.com/grafana/loki/pull/6675) **btaani**: Add logfmt expression parser for selective extraction of labels from logfmt formatted logs ### All Changes @@ -172,7 +173,6 @@ Check the history of the branch `release-2.7.x`. ##### Enhancements * [7436](https://github.com/grafana/loki/pull/7436) **periklis**: Expose ring and memberlist handlers through internal server listener * [7227](https://github.com/grafana/loki/pull/7227) **Red-GV**: Add ability to configure tls minimum version and cipher suites -* [6675](https://github.com/grafana/loki/pull/6675) **btaani**: Add logfmt selective label extraction * [7179](https://github.com/grafana/loki/pull/7179) **vlad-diachenko**: Add ability to use Azure Service Principals credentials to authenticate to Azure Blob Storage. * [7063](https://github.com/grafana/loki/pull/7063) **kavirajk**: Add additional `push` mode to Loki canary that can directly push logs to given Loki URL. * [7069](https://github.com/grafana/loki/pull/7069) **periklis**: Add support for custom internal server listener for readiness probes. diff --git a/pkg/logql/log/xxx_expr.go b/pkg/logql/log/x_expr.go similarity index 100% rename from pkg/logql/log/xxx_expr.go rename to pkg/logql/log/x_expr.go