🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

DevOps Intermediate

What is ELK Stack?

A popular log management platform combining Elasticsearch (search), Logstash (processing), and Kibana (visualization).

The ELK Stack collects, processes, stores, and visualizes log data. Logstash (or Filebeat) collects logs from various sources, transforms them, and sends to Elasticsearch for indexing. Kibana provides dashboards and search interfaces.

Modern variants include the Elastic Stack (adding Beats for lightweight data shipping) and alternatives like Grafana Loki (log aggregation optimized for cost). ELK is the standard for centralized logging in enterprise environments.

Related Terms

Service Discovery
A mechanism that automatically detects and tracks the network locations of service instances in distributed systems.
Makefile
A file containing build rules and commands that automates compilation and common project tasks using the make utility.
Containerization
A lightweight virtualization method that packages applications with their dependencies into isolated, portable containers.
Terraform
An open-source tool for provisioning and managing cloud infrastructure using declarative configuration files.
Docker Compose
A tool for defining and running multi-container Docker applications using a YAML configuration file.
Pipeline as Code
Defining CI/CD pipeline configurations as version-controlled code files rather than through UI-based pipeline builders.
View All DevOps Terms →