elastic / sense

A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
Other
381 stars 134 forks source link

Invalid HTTP verbs give strange error message #145

Closed drewish closed 8 years ago

drewish commented 8 years ago

Elasticsearch: 2.3.2 Sense: 2.0.0-beta1 Kibana: 4.5.0 Build 9889

When you make a request for an invalid HTTP verb e.g.

GE stack/_search

You get:


Failed to connect to Sense's backend.
Please check the Kibana server is up and running

I'd expect an error that GE is not a valid verb.

drewish commented 8 years ago

oh total dupe of #140 i was searching for verb rather than method.