elastic / sense

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

Incorrect HTTP verb gives a misleading error #138

Closed jsvd closed 8 years ago

jsvd commented 8 years ago

this happened on sense 2.0.0-beta5:

image

Because instead of "GET" I had a typo "lGET", sense gives you:

Failed to connect to Sense's backend.
Please check the Kibana server is up and running
spalger commented 8 years ago

Yeah, this isn't great. Mind moving the issue over to elastic/kibana though? Sense is now console in kibana.

jsvd commented 8 years ago

migrated to https://github.com/elastic/kibana/issues/7162