-
**Describe the issue**
The issue I am facing is that the Loki does not trigger or push alerts on alertmanager. I cannot see any alert on the AlertManager dashboard though I can run a LogQL query on G…
-
**What would you like to be added**:
Currently LogQL has robust features in being able to do counting and various aggregations on metric fields in the log lines. On PromQL, currently we have the abil…
-
This is a placeholder issue for some concepts I've been thinking about.
I'd like to redesign the logql engine to take advantage of a few things.
1) Better concurrency support
For instance, I'd li…
-
i want collect mysql slowquery log into loki,but i met some problem,my log like follow
```
{ip="1.1.1.1",timestamp=1500000,user="x",query_time="12s"} select * from tables where id=1;
{ip="1.1.1.1",…
-
**What would you like to be added**:
It would be very useful if the Log panel had a details view toggle (as found in Explore). It would look and behave in exactly the same way (though I guess _withou…
-
**Describe the bug**
```
checking cluster is using certificate issued by LetsEncrypt
[2020-11-25T00:17:16Z] + openssl s_client -showcerts -connect system.bk-1240-2ac-g.opstrace.io:443
[2020-11-25T…
sreis updated
3 years ago
-
LogQL field is pre-filled with: `{job="heplify-server"}` - how does one change this?
Could not find it ...
-
Just a placeholder for now :)
-
With the new LogQL extensions we can now implicitly extract many labels.
Specially with logfmt and json.
We should add a way to via configuration:
- limit the maximum amount of labels per uniqu…
-
Loki looks very promising! 🏆
Are there any plans to support ingestion of JSON log lines?
It seems to be a pretty common structure for logs these days. Here are some examples (can add more):
…