maggienj / ActiveData

Provide high speed filtering and aggregation over data
Mozilla Public License 2.0
0 stars 0 forks source link

Running elasticsearch head in mac #64

Open lmilton-ithaka opened 7 years ago

lmilton-ithaka commented 7 years ago

I cloned this project :

https://github.com/mobz/elasticsearch-head#running-with-built-in-server

and trying to run elasticsearch head using the following command:

docker run -p 9100:9100 mobz/elasticsearch-head:5

it doesn't seem to start the elastic search head.

lmilton@ITHPR1LMILTON ◆ 2017-08-02 ◆ 04:44 PM ◆ ~/PycharmProjects/elasticsearch-head docker run -p 9100:9100 mobz/elasticsearch-head:5

Launching http://localhost:9100/ produces the following message:

This site can’t be reached

localhost refused to connect. Search Google for localhost 9100 ERR_CONNECTION_REFUSED

lmilton-ithaka commented 7 years ago

Never mind. I am able to run it as a chrome extension.

image

klahnakoski commented 7 years ago

you can also run elasticsearch-head by opening index.html in a browser

lmilton-ithaka commented 7 years ago

hello Kyle. http://localhost:9100/index.html produces the same message.

This site can’t be reached

localhost refused to connect. Search Google for localhost 9100 index ERR_CONNECTION_REFUSED

maggienj commented 7 years ago

Is your es-head up and running? I mean did you try to start es-head from command line or whatever means from your Mac?

klahnakoski commented 7 years ago

Sorry, I should have been more explicit: The ES head is on your hard drive somewhere. For me it is at

c:\Users\kyle\code\elasticsearch-head

to run es head I go to the URL:

file:///C:/Users/kyle/code/elasticsearch-head/index.html