- Download Elastic Search and unzip it
- Start Elastic search with the following command and go to URL http://localhost:9200
$ bin/elasticsearch
- Download LogStash and unzip it
- Create
logstash-elk.conffile on logstash home directory with the following content and change the log file location and index name based on your settings
input {
file {