Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Elk

ELK Stack is a real-time machine data analysis tool consisting of Logstash, Elasticsearch, and Kibana. Logstash parses unstructured or semi-structured data from multiple sources into structured data. Elasticsearch indexes the data to provide powerful and flexible search functionality. Kibana is a customizable visualization tool that provides real-time analysis and visualization of search results.

Uploaded by

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

Elk

ELK Stack is a real-time machine data analysis tool consisting of Logstash, Elasticsearch, and Kibana. Logstash parses unstructured or semi-structured data from multiple sources into structured data. Elasticsearch indexes the data to provide powerful and flexible search functionality. Kibana is a customizable visualization tool that provides real-time analysis and visualization of search results.

Uploaded by

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

ELK

ELK Stack: Real-time machine data analysis tool

Logstash:To combine multiple data sources and parse unstructured or semi-structured to structured data.
Elasticsearch: A search engine which index the data to provide simple, powerful and flexible search functionality.
Kibana: Front-end customizable visualization tool provides real-time analysis of search results.

Logstash

Logs will be input from a file

Log format being defined in Grok. Apart from


standard log format like apache logs, user can write
his own definition of log formats

Output can be sent to elasticsearch and other


multiple interfaces.

An Example of Logstash

Unstructured logs getting parsed into searchable fields.

ELK Search results

Kibana Dashboard

You might also like