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
Default cpln client has several restrictions on logs downloading, at least:
cpln
To bulk download logs it is needed to:
logcli
brew install logcli
export LOKI_ADDR=https://logs.cpln.io/logs/org/YOUR_ORG
export LOKI_BEARER_TOKEN=$(cpln profile token)
logcli query '{gvc="...", workload="...", ... }' --since 1h -- limit XXX
as well useful option is --no-labels
--no-labels
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Default
cpln
client has several restrictions on logs downloading, at least:To bulk download logs it is needed to:
logcli
from https://grafana.com/docs/loki/latest/tools/logcli/ e.g. asbrew install logcli
on macosexport LOKI_ADDR=https://logs.cpln.io/logs/org/YOUR_ORG
export LOKI_BEARER_TOKEN=$(cpln profile token)
logcli query '{gvc="...", workload="...", ... }' --since 1h -- limit XXX
as well useful option is
--no-labels
The text was updated successfully, but these errors were encountered: