Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 854 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 854 Bytes

ELK Stack in Docker

Run the ELK (Elasticseach, Logstash, Kibana) stack with Docker and Docker-compose, based on the official images:

Setup

  1. Install Docker.
  2. Install Docker-compose
  3. Clone this repository

Quick Start

Start the ELK stack with docker-compose:

$ cd elastic-docker
$ docker-compose up -d

To load sample dashboard:

$ cd dashboard/bin
$ ./boot.sh

To view dashboard, pointer your browser to http://<your_elk_host>:5601

Configurations

Configurations are in their respective directories. Adjust *docker-compose.yml" and other configurations files as needed.