Logging Management with Grafana
Running Services
Kubernetes What It Does: Kubernetes manages the deployment, scaling, and operation of containe...
Logging Storage
1. Loki Storage Backend Loki stores logs in a backend system that is configured when Loki is depl...
MinIO as Storage
1. What is MinIO? MinIO is a high-performance, distributed object storage system that is compati...
Sample of Pod's Log
1. loki-minio-0 MinIO Object Storage Server Copyright: 2015-2022 MinIO, Inc. License: GNU AGPLv3 ...
Logging Data Backup Simulation with Docker
1. Prerequisites Install Docker and Docker Compose: Install Docker Install Docker Compose 2....
Backup Loki-Minio Data into AWS S3
Configure AWS Credential: aws configure Show list of configuration aws configure list Check Buc...
Fluent-Bit Synchronization Database
Settings [INPUT] Name tail Path /var/external_logs/*.log Ta...
Fluent-Bit Generate Log When Log is Written
Docker Compose ... fluent-bit: build: context: ./fluent-bit volumes: - ./f...
Error Debugging
Kubernetes Command Not Found 2024-11-22 06:00:02 - Script execution started. /data/scripts/log_cl...
Promtail Restore Log Data Into Loki
server: http_listen_port: 9080 grpc_listen_port: 0 clients: - url: http://loki:3100/loki/ap...
Restore Log Data from AWS S3 into Loki
Docker Compose version: '3.8' services: s3-downloader: build: . volumes: - ./logs...
Export Log Index Data from MinIO
Download mc: wget https://dl.min.io/client/mc/release/linux-amd64/mc chmod +x mc sudo mv mc /usr/...
Data Mover from Splitted Disk
apiVersion: apps/v1 kind: StatefulSet metadata: name: data-mover namespace: loki spec: serv...
Persistent Volume Claim
kubectl get pvc -n loki export-0-loki-minio-0 -o yaml > export-0-loki-minio-0.yaml kubectl apply ...