Skip to content

willisgodwin/es-test-demo

Repository files navigation

es-test-demo

This repo will hold the code for my ES lightening talk

Run Instructions

Download the ES docker image

  1. Instructions here
  2. change - xpack.security.enabled=true to - xpack.security.enabled=false
  • this turns off security on your local elasticsearch cluster reference
  • Another reference for doing this via docker run
  1. start the container
  2. once it starts the user should be able to go to http://localhost:9200 and see the tag_line "You know, for search"

Clone this repo

  1. clone the repo
  2. cd into the folder where you cloned the repo
  3. create a virtualenv
  4. activate the virtualenv
  5. pip install -r requirements.txt
  6. python ./main.py

About

This repo will hold the code for my ES lightening talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages