Fig ELK Stack

Run a local ELK (Elasticseach, Logstash, Kibana) stack with Fig and Docker.

Based on 3 Docker images:

Installation and use

  1. Install Docker.
  2. Install Fig.
  3. Clone this repository
  4. fig up
  5. nc localhost 5000 < /some/log/file.log
  6. http://localhost:8080 to see the messages show up in Kibana.

This will create 3 Docker containers with Elasticsearch, Kibana, and Logstash running in them and connected to each other. Three ports are exposed for access:

Description
The Elastic stack (ELK) powered by Docker and Compose.
Readme MIT 16 MiB
Languages
Shell 83.1%
Dockerfile 16.9%