ELK Stack

with No Comments

/etc/apache2/sites-available/mydomain.com.conf :

Add the following:

# Proxy
 <Location /wazuh>
 ## Auth
 AuthType Basic
 AuthName "admin"
 AuthUserFile /etc/apache2/kimbana.htpasswd
 Require valid-user
 ### Reverse Proxy
 ProxyPass http://192.168.1.199:5601 retry=0
 ProxyPassReverse http://192.168.1.199:5601
 </Location>