Skip to content

Instantly share code, notes, and snippets.

View D-saif's full-sized avatar
💭
:3

Saif Eddine DHIFI D-saif

💭
:3
View GitHub Profile

What is a Logging system?

We will build a system that implements the practice of continuously gathering, storing, processing and visualizing log data from disparate docker containers in order to optimize system performance, identify technical issues, better manage resources, strengthen security and improve compliance. The proccess will be dividing into three steps:

  1. Collecting logs data
  2. Storing logs data
  3. and finally visualizing the logs in a dashboard

Why we need Log Management?

Our docker environment generates a lot of log data. For ensuring our containers are secure and performing well, it’s really important to analyze these logs and gather insights. Locating, monitoring, and managing them manually can become such a complex task. Here’s where log management and analysis tools come into play. They basically gather the log data, analyze them, and create visualizations.

@D-saif
D-saif / proxmox-cli-and-tips.md
Created December 27, 2021 22:41 — forked from dragolabs/proxmox-cli-and-tips.md
Useful proxmox commands

Find next free VM ID

pvesh get /cluster/nextid

Create containter with external and internal nets

pct create 100 \
    local:vztmpl/ubuntu-16.04-standard_16.04-1_amd64.tar.gz \
    --cores 2 --cpuunits 1024 \