# Meet Grafana LOKI, a Log Aggregation System for Everything

DevFeed: [Meet Grafana LOKI, a Log Aggregation System for Everything](<https://devfeed.tech/articles/meet-grafana-loki-a-log-aggregation-system-for-everything-10543.md>)

Original publisher: [Read original article](<https://technotim.com/posts/grafana-loki/>)

Author: Techno Tim

Published: 2021-11-20T13:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Grafana](<https://devfeed.tech/topics/grafana.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Grafana Cloud](<https://devfeed.tech/topics/grafana-cloud.md>)

Tags: [docker](<https://devfeed.tech/tags/docker.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [grafana-cloud](<https://devfeed.tech/tags/grafana-cloud.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [logging](<https://devfeed.tech/tags/logging.md>), [logs](<https://devfeed.tech/tags/logs.md>), [loki](<https://devfeed.tech/tags/loki.md>)

## AI overview

This tutorial explains how to use Grafana Loki as a log aggregation system for machines, devices, Docker systems and hosts, and Kubernetes clusters. It covers setup, log queries, Docker configuration, and an ARM CPU workaround.

## Source excerpt

I've been on a quest to find a new logging system.I've use quite a few in the past, some open source, some proprietary, and some home grown, but recently I've decided to switch.I've switched to Grafana Loki for all of my logs for all of my systems - this includes machines, devices, docker systems and hosts, and my all of my kubernetes clusters.If you're thinking of using Grafana and are also lo...