You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use docker-compose-multirole.yml for deployment. But the loki was throwing following error:
$ sudo docker logs loki
failed parsing config: /etc/loki/local-config.yaml: yaml: unmarshal errors:
line 38: field enforce_metric_name not found in type validation.plain
line 43: field max_look_back_period not found in type config.ChunkStoreConfig. Use `-config.expand-env=true` flag if you want to expand environment variables in your config file
I believe for newer versions of loki parameters are incorrect.
The text was updated successfully, but these errors were encountered:
I was trying to use docker-compose-multirole.yml for deployment. But the loki was throwing following error:
I believe for newer versions of loki parameters are incorrect.
The text was updated successfully, but these errors were encountered: