spujadas / elk-docker

Elasticsearch, Logstash, Kibana (ELK) Docker image
Other
2.16k stars 908 forks source link

Issues installing on TrueNAS Scale #371

Open chaoscode opened 2 years ago

chaoscode commented 2 years ago

Due to ports being used being below the required 9000 limit, the docker just fails to run. No config files generate to override the ports. It would be very helpful if you can override the ports using environmental vars.

spujadas commented 2 years ago

Not familiar with TrueNAS, but Docker enables you to map/publish the ports exposed by the image to any port you want at runtime.

Looking at the TrueNAS (https://www.truenas.com/docs/scale/scaleuireference/apps/docker/) it seems that you should be able to forward the container ports below 9000 (especially 5601) to a node port that’s above 9000.

Hope that helps.