I'm gonna try logward and comparing to my loki experience.

https://github.com/logward-dev/logward

#logward #loki #grafanaloki #logmanagement #foss #devops

GitHub - logward-dev/logward: 🛡️ Open-source, self-hosted log management. Privacy-first alternative to Datadog & ELK. Lightweight, GDPR-compliant, and deployed in minutes with Docker.

🛡️ Open-source, self-hosted log management. Privacy-first alternative to Datadog & ELK. Lightweight, GDPR-compliant, and deployed in minutes with Docker. - logward-dev/logward

GitHub

And I really appreciate Loki here: I searched through the last 30 days worth of ALL Ceph logs, because the Ceph warning doesn't show when it originally happened. And Loki handled that without any problem at all. Sure, it took a little bit, but it's also running on a Pi CM4. Topped out at 400 MB memory usage, which I'd find pretty acceptable.

#HomeLab #GrafanaLoki

#GrafanaLoki v3.4 is here with significant efficiency and standardization improvements!

Key highlight: the integration of the Thanos Object Storage Client, bringing Loki's storage configuration in line with Grafana Mimir & Pyroscope.

Dive deeper into the updates on #InfoQ 👉 https://bit.ly/3FsbNV8

#Observability #DevOps

Grafana Loki Introduces v3.4 with Standardized Storage and Unified Telemetry

Grafana Loki recently introduced their version 3.4, which includes enhancements aimed at improving the efficiency and log management standardization. One of the key updates is the integration of the T

InfoQ

What I did in the last couple of weeks (part 5):

I started reading "Observability with Grafana" by Rob Chapman and Peter Holmes.
https://www.packtpub.com/en-US/product/observability-with-grafana-9781803249643

A nice read so far. They are using Grafana Cloud to make it easy for the reader to get going without having to set up their own observability stack.

They have example code to deploy into a kubernetes cluster (whatever flavor, minikube, ...) so it sends the metrics, logs and traces to Grafana Cloud.

They explain the basics of PromQL, TraceQL and LogQL, the basic architecture of Prometheus, Mimir, Loki and Tempo. They explain OpenTelemetry, they mention Jaeger and Zipkin.

This far a very nice read!

#kubernetes #k8s #observability #grafana #GrafanaLoki #GrafanaTempo #Prometheus #GrafanaMimir #OpenTelemetry

Observability with Grafana | Cloud & Networking | eBook

Monitor, control, and visualize your Kubernetes and cloud platforms using the LGTM stack. 4 customer reviews. Instant delivery. Top rated Cloud & Networking products.

Packt
Firewall stats - Stefan Gofferje

Since recently, I’m using Grafana Loki to store the logs of my firewall. Also recently, I started learning Python, mainly to renovate the render backend of m...

Soak in the Loki knowledge from the 'Recommended Practices for Logging with Grafana Loki' ⚡️ Enlightning stream last Friday!

It is a lighboard collaboration between @nicole, the live audience, and myself! Go team! ♫

https://youtu.be/zx7sRNpL9Ac

#GrafanaLoki #CloudNative #Observability #Kubernetes

- YouTube

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

♫~We're going live NOW!

Join @nicole and me for ⚡️ Enlightning and learn about Grafana Loki, an open source logging stack that stores logs in a lightweight yet accessible way ♫

Join us and ask your questions!
youtu.be/p-FFYOM8Y_8

#GrafanaLoki #CloudNative #Observability #Kubernetes

Join ⚡️ Enlightning this Friday, 8/2 and learn Grafana Loki, a set of open source components that can be composed into a fully featured logging stack! @nicole will teach how Loki stores logs in a lightweight yet accessible way ♫

Click 'notify me':
youtu.be/Ep1_zha9ylU

#GrafanaLoki #CloudNative #Observability #Kubernetes

I already know about the line_format function, but the issue is: I'm showing logs from e.g. an entire namespace at the same time. So I can't assume that all the log lines have the same keys after logfmt.

That's why I'd like a function to exclude certain common log line keys from getting displayed, but I wasn't able to do it.

Does anybody have any good idea?

2/2

#HomeLab #GrafanaLoki

A question to those using Grafana to display Loki logs.

I'm displaying my Kubernetes pod/container logs in the Grafana Log panel. I'm adding the Kubernetes pod labels to each log line. This makes the log lines pretty busy and I have to scan them visually to find the actual log message.

Is there a way to tell tell in the Loki query or the Grafana panel config to drop some keys from the log line completely, so I only end up with the actual log content?

1/2

#HomeLab #GrafanaLoki