Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Make ES accessible via webinterface #261

Open
kidclamp opened this issue Apr 9, 2018 · 1 comment
Open

Make ES accessible via webinterface #261

kidclamp opened this issue Apr 9, 2018 · 1 comment

Comments

@kidclamp
Copy link

kidclamp commented Apr 9, 2018

netstat -antp | grep 9200
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp6 0 0 127.0.0.1:9200 :::* LISTEN -
tcp6 0 0 ::1:9200 :::* LISTEN -

@tomascohen
Copy link
Contributor

Maybe we need to add a couple configuration entries:

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#_ipv4_vs_ipv6

I'm currently working on other stuff and cannot recreate the box with elastic on this computer.

@tomascohen tomascohen changed the title Accessing ES via webinterface not working Make ES accessible via webinterface Jun 7, 2018
alexklbuckley pushed a commit to alexklbuckley/kohadevbox that referenced this issue Oct 9, 2018
This patch makes ES publish its port on all interfaces, thus making it
available for external mapping in the Vagrantfile (already configured).

Signed-off-by: Tomas Cohen Arazi <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants