Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Loki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Loki
Commits
7ba8bf07
Commit
7ba8bf07
authored
5 years ago
by
sh0rez
Committed by
Robert Fratto
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
style: improvements
parent
35a929c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/querying.md
+6
-4
6 additions, 4 deletions
docs/querying.md
with
6 additions
and
4 deletions
docs/querying.md
+
6
−
4
View file @
7ba8bf07
...
...
@@ -9,7 +9,9 @@ nevertheless [LogCLI](logcli.md) represents a viable standalone alternative.
### Grafana
Grafana ships with built-in support for Loki for versions greater than
[
6.0
](
https://grafana.com/grafana/download
)
.
[
6.0
](
https://grafana.com/grafana/download/6.0.0
)
, however using
[
6.3
](
https://grafana.com/grafana/download/6.3.0
)
or later is highly
recommended.
1.
Log into your Grafana, e.g,
`http://localhost:3000`
(default username:
`admin`
, default password:
`admin`
)
...
...
@@ -32,9 +34,9 @@ logs with Loki.
> and make sure to adjust the URL similarly as shown above.
### LogCLI
If you
do not want (or can) use a full Grafana instan
ce,
[
LogCLI
](
logcli.md
)
is
a small command line application to run LogQL queries against a Loki server.
Refer to its
[
documentation
](
logcli.md
)
for reference
.
If you
prefer a command line interfa
ce,
[
LogCLI
](
logcli.md
)
also allows to run
LogQL queries against a Loki server. Refer to its
[
documentation
](
logcli.md
)
for
more details
.
## LogQL
Loki has it's very own language for querying logs from the Loki server called
*LogQL*
. Think of
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment