grafana-loki Questions
1
Solved
I am using Grafana Loki and I need to calculate the total number of a certain log message for a specific time interval. For example, I need the total number of log message "some-text" in ...
Cletus asked 13/6, 2022 at 18:25
2
Solved
So we are using Loki/Grafana to collect logs from our Kubernetes cluster, and the tool is great for that. But now that I have cleaned up the logs, I would also like to visualize them!
My logs
Se...
Isomerize asked 31/5, 2022 at 9:50
2
I am trying to log my application into grafana/loki/promtail using the same docker compose ,and I get the following error when connecting to loki :
localhost:3100 -> 404 page not found
and when ...
Gastrula asked 25/1, 2022 at 19:23
1
Solved
I am working on a Loki-based Dashboard on Grafana. I have one panel for searching text in the Loki trace logs, the current query is like:
{job="abc-service"}
|~ "searchTrace"
|j...
Semifluid asked 7/1, 2022 at 4:6
2
Solved
I'd like to translate Kibana query like to following to LogQL:
host:("test1-myservice-*") AND level:ERROR
AND NOT logger_name:"com.example.ExampleClass"
AND _exists_:stack_tra...
Mccowan asked 10/12, 2021 at 15:9
1
Solved
My setup: Loki: 2.1.0, Grafana: 6.7.3
My software runs on Kubernetes, Loki collects its logs. It looks something like this:
[2021-03-29 10:13:05] [INFO] Q_len=256 sol_q=0.049 info_q=0.240
[2021-03-...
Katz asked 29/3, 2021 at 10:53
1
Solved
I am getting errors shown in the following image, I am running Loki and Grafana as 2 different AWS ECS Fargate tasks but my Liki container is failing and keep restarting itself:
My loki-config.yam...
Hyetal asked 9/9, 2021 at 3:5
1
Solved
In https://github.com/grafana/loki/issues/4249 I found interesting screenshot.
On this screenshot I see that log level and message are displayed bold with white text and other metadata (collected ...
Alienor asked 28/10, 2021 at 21:30
2
Solved
I have a log stream from where I am extracting a set of fields to be set as either labels or metric values. The stream is not in a standard format so I am extracting the fields with regexp pipeline...
Lundeen asked 19/7, 2021 at 9:33
0
I'm currently building some Grafana managed alerts on Grafana v8.0.3 using Loki as my datasource.
I have the following query (A):
count_over_time({type="ErrorLogs",fullPipelineName="...
Sped asked 26/7, 2021 at 9:35
© 2022 - 2024 — McMap. All rights reserved.