Skip to content

hldnova/elastic-docker

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published