We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Native ingress does not support log deletion endpoints in Loki Helm Chart. This is because the endpoints are not defined in the values.yaml: https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml#L1175-L1215.
values.yaml
To Reproduce Steps to reproduce the behavior:
ingress: enabled: true
/loki/api/v1/delete
curl \ --request "POST" \ --get \ --data-urlencode "start=$(date -d '1 hour ago' '+%s')" \ "https://<hostname>/loki/api/v1/delete"
We get 404 page not found.
404 page not found
Expected behavior The log deletion endoints are defined.
Environment:
The text was updated successfully, but these errors were encountered:
fix(helm): add missing log deletion endpoint to native ingress paths
3588b61
Fix grafana#14389
858be2c
Successfully merging a pull request may close this issue.
Describe the bug
Native ingress does not support log deletion endpoints in Loki Helm Chart. This is because the endpoints are not defined in the
values.yaml
: https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml#L1175-L1215.To Reproduce
Steps to reproduce the behavior:
/loki/api/v1/delete
:We get
404 page not found
.Expected behavior
The log deletion endoints are defined.
Environment:
The text was updated successfully, but these errors were encountered: