Run the latest version of the ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose. All docker images is provided at here.
$ git clone git@github.com:euclid1990/elk.git /path_to_project
$ cd /path_to_project
$ docker-compose up
Note: If you using Ubuntu/Linux, you may need to change the permissions of folder:
sudo chmod -R 777 /path_to_project/data
Kibana is a web application that you access through port 5601. Go to url: http://localhost:5601 with login information:
Username: elastic
Password: MyPwd123
Using cURL in the Console to:
GET /_cat/health?v
GET /_cat/indices?v
GET /logstash-*/_search?q=*&sort=@timestamp:desc&pretty