|
|
|
|
|
by yathrowaway2
1642 days ago
|
|
I think LogQL might be the language you seek; I'd try using Loki, the setup might not be as heavyweight as you think. See for example something like: https://blog.ruanbekker.com/blog/2020/08/13/getting-started-... You can run a couple of docker containers (loki + grafana), import the data you need (a bit of promtail config). That's not saving anything inside of that stack, you'll want to save your work in Grafana, but for loki maybe you don't need to save much, just import what you need via promtail. |
|