Skip to content

dsyed/es-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A simple Docker Elasticsearch playground.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published