Tag: ELK
Fluentd: Kubernetes Log Collection with Fluentd, Elasticsearch
What is Fluentd? Fluentd is a cross platform data collector, which is very useful for log collection, transformation and shipping to backends like Elasticsearch. It decouples data sources from log storage systems by providing a unified logging layer in between. In this quick start demo, we’ll use Fluentd to collect, transform, and ship logs from…
Elasticsearch & Kibana Setup on Kubernetes Cluster
What is Elasticsearch? Elasticsearch is a distributed search engine based on Apache Lucene library. It is multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is the central component of the ELK/EFK(Elasticsearch, Logstash/Fluentd, Kibana) Stack. It is very useful for managing logs of IT systems and applications. What is Kibana?…