Note that there are some explanatory texts on larger screens.

plurals
  1. POAccessing elasticsearch on Heroku/Bonsai with an open source client
    primarykey
    data
    text
    <p>This short passage from Heroku, states that a myriade of clients can be used to integrate to you Bonsai-es instance. I've tried out es-head and elastic hammer but with no luck.</p> <p>"The Bonsai add-on provides an ElasticSearch index to your application, which is available to any language and platform that can send JSON to its RESTful HTTP API. You may also opt to use one of the many open source ElasticSearch clients for tighter integration with languages and frameworks such as, in no particular order, Ruby, Ruby on Rails, Python, Django, PHP, Erlang, Clojure, Java, Play! and Perl."</p> <p>Here is the es link I get from heroku for my instance: <a href="http://xxxxxxx:yyyyyyyy@cypress-zzzzzzz.eu-west-2.bonsai.io" rel="nofollow">http://xxxxxxx:yyyyyyyy@cypress-zzzzzzz.eu-west-2.bonsai.io</a></p> <p>How would you get any of the below clients to connect to such an instance? or any other client for that matter...</p> <hr> <p><a href="http://mobz.github.io/elasticsearch-head/" rel="nofollow">http://mobz.github.io/elasticsearch-head/</a></p> <p><a href="http://elastichammer.exploringelasticsearch.com/" rel="nofollow">http://elastichammer.exploringelasticsearch.com/</a></p> <hr> <p>also, I noticed the following:</p> <p>any attempt from es-head to call an es command returns a status code of 404</p> <ul> <li>my-es-server/_cluster/health </li> <li>my-es-server/_cluster/state</li> <li>my-es-server/_cluster/nodes</li> <li>my-es-server/_cluster/nodes/stats?all=true</li> </ul> <p>is this due to a non correct login to the server? or are the commands "turned off"?</p> <p>the 404 is followed with this message: { error: "Resource not found. Please contact support@bonsai.io for assistance.", status: 404 }</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload