Describe the bug
When trying to start loki 3.3.0 with the default loki-local-config.yaml from the release/tagged 3.3.0 tarball loki fails to start with:
Nov 20 16:06:21 localhost loki[897933]: failed parsing config: /etc/loki/config.yml: yaml: unmarshal errors:
Nov 20 16:06:21 localhost loki[897933]: line 41: field enabled not found in type aggregation.Config. Use `-config.expand-env=true` flag if you want to expand environment variables in your config file
Describe the bug When trying to start loki 3.3.0 with the default loki-local-config.yaml from the release/tagged 3.3.0 tarball loki fails to start with:
To offending line is https://github.com/grafana/loki/blob/v3.3.0/cmd/loki/loki-local-config.yaml#L41, after removing it loki 3.3.0 starts up fine.
To Reproduce Steps to reproduce the behavior:
Expected behavior Service running
Environment:
Screenshots, Promtail config, or terminal output https://github.com/grafana/loki/blob/v3.3.0/cmd/loki/loki-local-config.yaml#L41