Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 876 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 876 Bytes

EFK stack Helm Chart

Intro

This project includes everything (we) needed in order to install the EFK stack on our Kubernetes cluster:

  1. Elasticsearch
  2. Kibana
  3. Fluentd
  4. Java multi-line log correct filtering (fluentd)
  5. ECK — Elastic Cloud for Kubernetes (Operator)
  6. Built-in imported data-view & dashboards (details on the following article)

You can find more general details about the project on the following article

Requirements:

  1. Helm 3
  2. Kubernetes config file configured to the cluster

Install

For a fast & easy installation run:

./install.sh -n logging -p YOURPWD

Uninstall

To uninstall the stack, run:

./uninstall.sh -n logging