[go: up one dir, main page]

0% found this document useful (0 votes)
245 views5 pages

ELK Stack

The ELK Stack is a collection of three open-source products - Elasticsearch, Logstash, and Kibana - that are used together. Elasticsearch is a NoSQL database based on Lucene, Logstash is a log pipeline tool, and Kibana provides data visualization. The components interact to form a classic architecture where logs are input to Logstash, processed, and exported to Elasticsearch for storage and visualization in Kibana. The ELK Stack can be installed locally or in the cloud using options like Docker, Ansible, Puppet, or Chef.

Uploaded by

Wisdom Tree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
245 views5 pages

ELK Stack

The ELK Stack is a collection of three open-source products - Elasticsearch, Logstash, and Kibana - that are used together. Elasticsearch is a NoSQL database based on Lucene, Logstash is a log pipeline tool, and Kibana provides data visualization. The components interact to form a classic architecture where logs are input to Logstash, processed, and exported to Elasticsearch for storage and visualization in Kibana. The ELK Stack can be installed locally or in the cloud using options like Docker, Ansible, Puppet, or Chef.

Uploaded by

Wisdom Tree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

What is the ELK Stack?

The ELK Stack is a collection of three open-source products — Elasticsearch, Logstash, and Kibana — all
developed, managed and maintained by Elastic.

✓ Elasticsearch is a NoSQL database that is based on the Lucene search engine.


✓ Logstash is a log pipeline tool that accepts inputs from various sources, executes different
transformations, and exports the data to various targets.
✓ Kibana is a visualization layer that works on top of Elasticsearch.

ELK Stack Architecture

The various components in the ELK Stack were designed to interact and play nicely with each other
without too much extra configuration. However, how you end up constructing the stack greatly depends
on the environment and specific use case in question. For a small-sized development environment, the
classic architecture will look as follows:

The ELK Stack can be installed using a variety of methods and on a wide array of different operating
systems and environments. ELK can be installed locally, on the cloud, using Docker and configuration
management systems like Ansible, Puppet, and Chef.

Below procedure is on the cloud with 14days of trial to get an essence of ELK:

Log into “https://www.elastic.co/what-is/elk-stack” and follow the below screenshot for the
cloud deployment.

Please note that there is no credit card required for the trial version
Click on the “Your deployment”:
Log into the account with the credentials and play around with the stack.

You might also like