Skip to content

Yunmi-Lee/ELK-Example

 
 

Repository files navigation

ELK-Example

Talking about ELK stack which includes Elasticsearch, Logstash and kibana.
Here you can find two sample log files

  1. apache logs
  2. calculator logs of calculator-devops

For each log file a sample logstash configuration file is also attached which will help parse the log files and visualize it on kibana.

Running using ELK Stack

Download ELK Stack

  1. Elasticsearch
  2. Logstash
  3. Kibana

Running Elasticsearch

./path/to/Elasticsearch-folder/bin/elasticsearch

Running Logstash

./path/to/logstash-folder/bin/logstash -f /path/to/conf/file

Running Kibana

./path/to/kibana-folder/bin/kibana

About

Talking about ELK stack which includes Elasticsearch, Logstash and kibana.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors