Cyb3rWard0g / HELK

The Hunting ELK
GNU General Public License v3.0
3.75k stars 680 forks source link

add elasticsearch to docker-proxy #498

Closed vamtrok closed 4 years ago

vamtrok commented 4 years ago

I am trying to add another product to use the docker instance of elasticsearch that I have with your product already, I tried to publish the port but that did me no good, as I researched how it is done on the kibana dashboard I see that you are using /usr/bin/docker-proxy so I would like to add another entry to the docker-proxy 9200 to elasticsearchdker:9200 I have tried following the original format /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 9200 -container-ip 172.18.0.2 -container-port 9200 but I get an error that says accept tcp[:]:9200: accept4: bad file descriptor what am I missing?

vamtrok commented 4 years ago

Nevermind, I have discovered you had to edit the yml of the install file which allowed this to happen. Thank you for the great product.