Philips Kokoh
Philips Kokoh
It seems that you are using old nodejs. Could you try to install latest nodejs?
Note that for site plugin is no longer available for Elasticsearch version 5.x, 6.x, and 7.x. https://github.com/mobz/elasticsearch-head#running-as-a-plugin-of-elasticsearch-deprecated You have to run it as a standalone server
It should work. You can refer to: https://github.com/mobz/elasticsearch-head/issues/429
Hi @ramakrishna-hande , you can follow the running with built-in server steps in the readme. https://github.com/mobz/elasticsearch-head#running-with-built-in-server Alternatively, you can run as chrome extension. https://github.com/mobz/elasticsearch-head#running-as-a-chrome-extension
Hi @rhino007US , I never use bitnami before, but I try to address your questions. See my comments below. > I don't know if that is causing the problem I'm...
Just want to confirm, are your elasticsearch-head running in the same machine as your elasticsearch cluster?
@jovanmal: it should be `http://localhost:9100` I just tested on Elasticsearch 5.3 and Centos 7. It works fine on my machine. What is your node version? I tested on node v6.10.1.
@jovanmal: can you check what's the error message in the Chrome console tab? To open the console use Ctrl+Shift+I (linux) or Command+Option+I (mac), go to console tab, and refresh the...
@jovanmal: looks like you connect to 192.168.6.186. Can you connect to `http://192.168.6.186:9200` instead of `http://localhost:9200`.
@jovanmal: not the url in web browser, but the edit box beside connect button. Alternatively, you can use url parameter: `192.168.6.186:9100/index.html?base_uri=http://192.168.6.186:9200` Reference: https://github.com/mobz/elasticsearch-head#url-parameters