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
loki-distributed: chart version 0.80 | app version 2.9.10
Helm chart configuration
loki:
config: | auth_enabled: false ... ruler: storage: type: s3 s3: bucketnames: loki-k3s s3forcepathstyle: true endpoint: minio.foo.com access_key_id: foo secret_access_key: bar insecure: true ring: kvstore: store: memberlist rule_path: /tmp/loki/scratch alertmanager_url: http://prometheus-stack-kube-prom-alertmanager.monitoring:9093# -- Check https://grafana.com/docs/loki/latest/configuration/#schema_config for more info on how to configure schemasschemaConfig:
configs:
- from: "2023-01-05"store: tsdbobject_store: s3schema: v11index:
prefix: loki_tsdb_index_period: 24h# -- Check https://grafana.com/docs/loki/latest/configuration/#storage_config for more info on how to configure storagesstorageConfig:
tsdb_shipper:
shared_store: s3active_index_directory: /var/loki/indexcache_location: /var/loki/cachecache_ttl: 24hresync_interval: 5saws:
bucketnames: loki-k3ss3forcepathstyle: trueendpoint: minio.foo.comaccess_key_id: barsecret_access_key: fooinsecure: trueserviceMonitor:
enabled: trueruler:
enabled: truecompactor:
enabled: trueruler:
enabled: truedirectories:
test:
rules1.yaml: | groups: - name: error_logs rules: - alert: MailmanErrorLogsDetected expr: | rate({app="mailman"} | json | level="ERROR" | __error__="" [5m]) for: 1m annotations: summary: Mailman error logs detectedgateway:
ingress:
enabled: truehosts:
- host: loki-logs.test.compaths:
- path: /pathType: Prefix
Issue
When I send a GET request to any of the end ruler endpoints defined here, I get "404 not found". I enabled the ruler component in my helm chart, but that didn't seem to fix my issue. Though, I am able to send request to any of the API endpoints prefixed with /api/prom/rules.
Is it possible that the current app version doesn't support these endpoints? Or could it be related to my helm chart configuration?
The text was updated successfully, but these errors were encountered:
Environment
Helm chart configuration
Issue
When I send a GET request to any of the end ruler endpoints defined here, I get "404 not found". I enabled the ruler component in my helm chart, but that didn't seem to fix my issue. Though, I am able to send request to any of the API endpoints prefixed with
/api/prom/rules
.Is it possible that the current app version doesn't support these endpoints? Or could it be related to my helm chart configuration?
The text was updated successfully, but these errors were encountered: