I'm trying to use Mirage to build my elastic search queries. I have started elastic search on localhost and when i do curl localhost:9210
on terminal, i get below details :
"name" : "RN48HFb",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "some number",
"version" : {
"number" : "5.6.0",
"build_hash" : "something",
"build_date" : "some date",
"build_snapshot" : false,
"lucene_version" : "6.6.0"
},
"tagline" : "You Know, for Search"
}
So, I am trying to connect this elastic search cluster on mirage to build certain elastic search queries.
What appname and elastic search cluster i use to connect it on mirage?
I'm trying to put http://localhost:9210/ in URL section, but it doesn't work? what should be the appname : is it "RN48HFb"?
Please help I am new to this.
I have installed chrome extension for Mirage and the URL to mirage is :
https://github.com/appbaseio/mirage
chrome-extension://dcnlpfmnpoggchflmdnkgiepijgljoka/site/index.html