Report this

What is the reason for this report?

apache default.conf file for Kibana

Posted on July 21, 2020

Hi, I followed this tutorial https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elastic-stack-on-ubuntu-18-04 but I am using apache instead of nginx. I was hoping I could get a kibana.conf file example to securely open the port to see Kibana from the browser. Thanks so much!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @chgrim,

In the tutorial one of the reasons for using Nginx is the proxy pass which loads port 5061 :

proxy_pass http://localhost:5601;

You’ll need to add this part to your Apache’s vhost file however will Apache’s syntax. You can check the official Apache article about it here :

https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html

Regards, KFSys

This comment has been deleted

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.