Questions tagged [elasticsearch-head]

8 questions
2
votes
1 answer

Cannot install head plugin using bin/plugin tool (elasticsearch)

I have just downloaded elasticsearch and I am trying to grab the head plugin First I try this sudo bin/plugin install mobz/elasticsearch-head --verbose I get the error Trying https://github.com/mobz/elasticsearch-head/archive/master.zip ... Failed:…
1
vote
1 answer

elasticsearch-head nothing to see in browser

First step in the bigdata world, trying to be confortable with elasticsearch. I found some nice tutorial and they ask me to install the plugin head. When I creat my index everything going nice (from Sense plugin on Chrome) POST /gil/tuto/ { …
Ragnar
  • 2,550
  • 6
  • 36
  • 70
1
vote
1 answer

elasticsearch can't install head plugin

I am planing to install head pluging for elasticsearch. in both these two official documentation, http://mobz.github.io/elasticsearch-head/ and http://docs.couchbase.com/admin/elastic/install-plugin.html they said to use this: bin/plugin -install…
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253
0
votes
1 answer

Elasticsearch head plugin available via public ip

I'm using Elasticsearch 5.6.2 on Ubuntu 16.04.3 LTS running in Azure VM. I've cloned, built and started elasticsearch-head as posted here - https://github.com/mobz/elasticsearch-head#running-with-built-in-server After that HEAD seems to be running…
kagarlickij
  • 7,327
  • 10
  • 36
  • 71
0
votes
1 answer

Web frontend plugin for AWS Elasticsearch service

I am using AWS Elasticsearch service (ES version 5.3). What are the web frontend plugin that can be used with AWS-ES? The AWS ES supported plugins doesn't seem to support any frontend view. Also, doesn't seem like Elasticsearch-head plugin can't be…
0
votes
2 answers

elasticsearch-head can't connection to elasticsearch with http://localhost:9200

elasticsearch version : elasticsearch-5.2.0 elasticsearch-head version : latest version Start service successfully: #### node1 #### deMacBook-Pro:bin yyq$ ./elasticsearch [2017-02-15T13:08:57,174][INFO ][o.e.n.Node ] [yml-es-node-1]…
Alex
  • 19
  • 2
  • 8
0
votes
1 answer

With 2.4 ES head plugin not able to connect to external ES server

Getting error of 'Access-Control-Allow-Origin' header is present on the requested resource'
naw
  • 39
  • 1
  • 8
0
votes
1 answer

elasticsearch head not showing any data or getting connected

I have upgraded to elasticsearch 2.0.0 in my system and installed the elasticsearch-head plugin. But it is not getting connected and hence no display of the indices residing in my es server. Im able to index documents and display them via CURL. I…