learnTrack / Q-A

Questions and Answers
10 stars 0 forks source link

Add ElasticSearch to the heroku #64

Open heron2014 opened 8 years ago

heron2014 commented 8 years ago

Steps to add ES to heroku:

  1. Go to Resources / Add more Addons
  2. Add Elasticsearch plugin, for example: SearchBox ElasticSearch
  3. Install
  4. Pick your plan, for example : Starter - Free
  5. On your resources , you will see added Elasticsearch and also heroku added automatically the SEARCHBOX_URL in your settings, reveal env.
  6. Create your index
  7. on resources, click on SearchBox ElasticSearch, you will be redirected to dashboard.
    • Click on Dashboard drop down - go to indices

dash-indices

create-index

Your types will be added automatically.