kibana yml is in other path

This commit is contained in:
AlfonsoRBJ
2019-03-19 16:26:14 +01:00
parent d0df9a06e1
commit 666708c47f

View File

@@ -6,7 +6,7 @@ then
kibana_path="/usr/share/kibana"
# Set Wazuh app as the default landing page
echo "Set Wazuh app as the default landing page"
echo "server.defaultRoute: /app/wazuh" >> /etc/kibana/kibana.yml
echo "server.defaultRoute: /app/wazuh" >> /usr/share/kibana/config/kibana.yml
# Redirect Kibana welcome screen to Discover
echo "Redirect Kibana welcome screen to Discover"