-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: Update logcli command reference #12850
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating this page! LGTM
I will let the docs team approve and merge the PR.
docs/sources/query/logcli.md
Outdated
@@ -400,6 +413,76 @@ Args: | |||
<query> eg '{foo="bar",baz=~".*blip"} |~ ".*error.*"' | |||
``` | |||
|
|||
### LogCLI instant-query command reference |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Could we mark the query type in all the headings as code and remove the redundant "LogCLI" prefix, as this would shorten the ToC on the right side of the page.
### LogCLI instant-query command reference | |
### `instant-query` command reference |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[docs team] If we could just revert two of the heading changes, then this will be ready to merge.
Thank you for the suggestion! I have applied it. |
Apply suggestions from code review Co-authored-by: J Stickler <[email protected]> wip
9b2f729
to
900dec1
Compare
I squashed the commits |
This PR must be merged before a backport PR will be created. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Docs team] LGTM
Co-authored-by: J Stickler <[email protected]> (cherry picked from commit e684ec8)
Co-authored-by: J Stickler <[email protected]>
What this PR does / why we need it:
Updated logcli command reference.
The version of loki is v3.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Checklist
CONTRIBUTING.md
guide (required)feat
PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.docs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR