Security-Onion-Solutions / security-onion

Security Onion 16.04 - Linux distro for threat hunting, enterprise security monitoring, and log management
https://securityonion.net
3.06k stars 521 forks source link

securityonion-elastic: so-kibana-start needs to wait on .kibana shard #1655

Closed dougburks closed 4 years ago

dougburks commented 4 years ago

For existing installations, so-kibana-start needs to do the following after Elasticsearch starts listening but before we try to start Kibana:

curl ${ELASTICSEARCH_AUTH} --output /dev/null --silent http://"$ELASTICSEARCH_HOST":"$ELASTICSEARCH_PORT"/_cluster/health/.kibana?wait_for_status=green'&'timeout=240s
weslambert commented 4 years ago

Looks good 👍

dougburks commented 4 years ago

Published: https://blog.securityonion.net/2019/11/elastic-684-now-available-for-security.html