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

typo'd HTTP method gives misleading error message #140

Open ccurvey opened 8 years ago

ccurvey commented 8 years ago

Just FYI, I had a typo in my sense query (note the double-G in "GGET")

GGET _count
{
  "query" : {
    "match_all": {}
  }
}

The error message I got was "Failed to connect to Sense's backend, make sure the Kibana server is running". (Which really confused me, because I'm running Sense within Kibana.)

drewish commented 8 years ago

Also ran into this.