https://catalogartifact.azureedge.net/publicartifacts/eisoftwaretechnologyhongkongcolimited1722223098317.loki_on_ubuntu2204-908daaa7-d53e-4ca0-9650-ddf0be8e87e5/41b30605-c1f7-4c8e-a02b-11d5468e458a_logo.png
octane_250622_loki_on_ubuntu2204
Autor: HANWEI SOFTWARE TECHNOLOGY(HONG KONG) CO.,LIMITED
Just a moment, logging you in...
Loki is a log aggregation system that simplifies monitoring and troubleshooting by enabling efficient, centralized querying.
Loki 3.5 on Ubuntu 22.04 is a high-performance, cost-efficient log aggregation system specifically engineered for cloud-native environments, featuring optimized storage and powerful LogQL querying capabilities. It benefits DevOps teams, Site Reliability Engineers, and developers by providing seamless Grafana integration, real-time log processing, and significantly reduced storage costs through its innovative indexing approach. This solution directly addresses the critical pain points of troubleshooting complexity in distributed microservices architectures, the exponential growth of log data volume, and the need for unified observability by correlating logs with metrics in a single platform, thereby accelerating incident resolution and enhancing system reliability across modern infrastructure.
To begin using Loki, please switch to the root user:
sudo su -
Verify your Loki version with:
loki -v
Check Loki service status:
systemctl status loki
Start Loki service:
systemctl start loki
Restart Loki service:
systemctl restart loki
Stop Loki service:
systemctl stop loki
Enable Loki service at boot:
systemctl enable loki