Please suggest on how to configure Kibana Dashboard Proxy URL

Hello Team,

I have ELK stack running on Docker container. I wanted to configure the Kibana dashboard through virtual host so that I can access it with XYZ.com domain.

<VirtualHost *:5601>
ProxyPreserveHost On

ServerName xyz.com

ProxyPass / http://127.0.0.1:5601/
ProxyPassReverse / http://127.0.0.1:5601/

Can you please suggest what would be the DocumentRoot value for Kibana dashboard?

Kindly suggest do yo have document on how to configure virtual host for Kibana (container) dashboard?

Thank you in advance!
Sabil.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.