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!
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 :
Regards, KFSys
This comment has been deleted
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.