grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
22.71k stars 3.3k forks source link

field pattern_ingester not found in type loki.ConfigWrapper #13351

Open apt4user opened 3 days ago

apt4user commented 3 days ago

Describe the bug I am getting in the title mentioned error, when I try to run Loki 2.9.2 locally with the sample configuration file wget https://raw.githubusercontent.com/grafana/loki/main/cmd/loki/loki-local-config.yaml

Afaik all newer versions are affected as well.

To install Loki, i followed the steps described here: https://grafana.com/docs/loki/latest/setup/install/local/

I didn't install Loki via apt. I just downloaded the zip file for linux systems

To Reproduce Steps to reproduce the behavior: Install loki and try a run: sudo wget -P /usr/local/bin "https://github.com/grafana/loki/releases/download/v2.9.2/loki-linux-amd64.zip" sudo wget -P /usr/local/etc/loki https://raw.githubusercontent.com/grafana/loki/main/cmd/loki/loki-local-config.yaml

Expected behavior No errors while starting the process

Environment: