tartemov / docker-elk

Elastic Products (Elasticsearch, Logstash, Kibana, APM) with Docker Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elastic docker-compose

Run the latest version of the Elastic Products (Elasticsearch, Logstash, Kibana, APM) stack with Docker and Docker Compose.

Based on the official Docker images:

How to setup

  1. Clone this repository

  2. Start the ELK stack using docker-compose:

$ docker-compose up -d

Give Kibana a few seconds to initialize, then access the Kibana web UI by hitting http://localhost:5601 with a web browser.

By default, the stack exposes the following ports:

  • 5000: Logstash TCP input.
  • 9200: Elasticsearch HTTP
  • 9300: Elasticsearch TCP transport
  • 5601: Kibana
  • 8200: APM-Server

About

Elastic Products (Elasticsearch, Logstash, Kibana, APM) with Docker Compose