Skip to content

bkyalo/loki_and_promtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

194f325 · Jan 9, 2025

History

2 Commits
Jan 9, 2025

Repository files navigation

Installing Loki and Promtail

  • Create apt directory
mkdir -p /etc/apt/keyrings/
  • Configure repo source
wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor > /etc/apt/keyrings/grafana.gpg
  • Check sources configuration
echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | tee /etc/apt/sources.list.d/grafana.list
  • Install Loki and Promtal
sudo apt install loki promtail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published