Skip to content

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

Notifications You must be signed in to change notification settings

tartemov/docker-elk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages