Skip to content

codingblocks/simplified-elastic-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple docker-compose setup for the Elastic Stack

This is a simple repository for spinning up a basic Elastic Stack environment that's suitable to begin a small project. No need to mess with java, ruby, dns, or fire wall! The data will be persisted on your disk, so you don't have to worry about recreating every time you spin this sucker up. See the docker-compose.yml file for more info

Running the following command will spin up Elasticsearch (:9200), Kibana (:5601), and Logstash

docker-compose up

So...what do you do next?

  1. Import some data into Elasticsearch...maybe through the Logstash) config file (./logstash/logstash.conf)

  2. Run a simple query through kibana by navigating to http://localhost:5601 and clicking on the "Dev Tools" tab.

Something like this ought to do!

POST /YOURINDEXNAMEHERE/_search
{ }
  1. Not quire sure how to get started? Here are a couple of our biased favorite resources:
  1. Still not quite got the hang of it? Reach out to @codingblocks on twitter and let us know what you're looking for and we'll get ya sorted!

About

Simple docker-compose file for getting started with the Elastic Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published