lmenezes / elasticsearch-kopf

web admin interface for elasticsearch
MIT License
2.41k stars 333 forks source link

does not connect to localhost:9200 #370

Closed pa3dso closed 7 years ago

pa3dso commented 8 years ago

hi Kopf does not connect to localhost:9200 on ELK 5.0.0.alpha4. Probably not (yet) supported ?

tnx Ron

lmenezes commented 7 years ago

hey,

I assume you are running kopf either as standalone or directly from the public URL(as ES >= 5.0 won't allow you to install site plugins).

In this case, you would need to allow CORS on your ES config(check https://github.com/lmenezes/elasticsearch-kopf/issues/358 for example)