Kibana4 to listen on Port 80 instead of Port 5601

liv2hak picture liv2hak · Apr 13, 2015 · Viewed 11.2k times · Source

I have elasticsearch 1.4 and kibana4 running on an Amazo EC2 instance running RHEL7.

Kibana4 is running as a standalone process and is not deployed in a web container such as nginx.It is listening on Port 5601.(the default port). I would like to have kibana listen on port 80.

Can this be achieved without using nginx? If yes how?

Answer

Eugene C picture Eugene C · Apr 14, 2015

Edit file {kibana-directory}/config/kibana.yml. Find this line:

port: 5601

and change it to:

port: 80