Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1006 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 1006 Bytes

Elasticsearch Playground

A simple elasticsearch playground packaged in Docker. Includes an Elasticsearch instance and a Kibana instance with X-Pack pre-installed.

Requirements

The only requirement is Docker with Docker Compose. The images required can be built or pulled from the official Docker registry.

Running

Start in background

docker-compose up -d

When you're done...

docker-compose down

Accessing

Kibana should be accessible on port 5601 of your Docker host.

If your Docker host is 1.2.3.4, point your browser to 1.2.3.4:5601.

Note: On Docker for Linux and Docker for Mac, your Docker host should be localhost.

Login

At the login screen, use the default X-Pack credentials:

  • Username: elastic
  • Password: changeme

Dev Tools

Click on "Dev Tools" on the sidebar on the left to start playing around!