Skip to content

Commit

Permalink
Allow port change for elasticsearch url in kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
havidarou authored and manuasir committed May 18, 2019
1 parent 0cef2a5 commit 2c67ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibana/config/kibana_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WAZUH_MAJOR=3
# Customize elasticsearch ip
##############################################################################
if [ "$ELASTICSEARCH_KIBANA_IP" != "" ]; then
sed -i "s/elasticsearch:9200/$ELASTICSEARCH_KIBANA_IP:9200/" /usr/share/kibana/config/kibana.yml
sed -i "s/elasticsearch:9200/$ELASTICSEARCH_KIBANA_IP/" /usr/share/kibana/config/kibana.yml
fi

if [ "$KIBANA_IP" != "" ]; then
Expand Down

0 comments on commit 2c67ad8

Please sign in to comment.