A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
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.)
Just FYI, I had a typo in my sense query (note the double-G in "GGET")
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.)