-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Docs feedback: /operations/storage/logs-deletion.md #4183
Comments
Hi! This issue has been automatically marked as stale because it has not had any We use a stalebot among other tools to help manage the state of issues in this project. Stalebots are also emotionless and cruel and can close issues which are still very relevant. If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry. We regularly sort for closed issues which have a We may also:
We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task, |
Documentation is still wrong about this. |
The documentation for the next-to-be-released version of Loki has a fix for this issue which URL encodes the brackets and braces. The PR that made the fix: #4294. Since a fix has been made, closing this issue. |
The example curl command to Request log entry deletion does not work.
I got it working with escaping the curly braces with
%7B
and%7D
.I am using curl version:
Please change the documentation to use url encoded curly braces. Maybe I am missing something with the usage of curl. Looks like curl doesn't like curly braces. 😄
The text was updated successfully, but these errors were encountered: