shalvah / eka

Quickly run Elasticsearch, Kibana and APM Server locally with Docker Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eka

Quickly run Elasticsearch, Kibana and APM Server locally with Docker Compose.

Usage

docker-compose up

This will start:

It should take only a few minutes to setup on the first run. Visit Kibana on http://localhost:5601 and enjoy! You can also visit http://localhost:8200 to verify that APM Server is up (you should get a JSON response containing the instance details).

You can pass the name of the service(s) to run if you don't want to run all services:

docker-compose up elasticsearch kibana

Configuring stuff

You can configure a number of things (like authentication) via environment variables, or by mounting a config file as a volume. See the Elastic docs:

Looking for a way to run the Elastic stack in production? Yeah, you shouldn't use this. See the docs linked above for tips on that.

About

Quickly run Elasticsearch, Kibana and APM Server locally with Docker Compose.