Restart Kibana in case it times out before being able to read in new role configuration

This commit is contained in:
weslambert
2022-07-07 17:19:02 -04:00
committed by GitHub
parent a343f8ced0
commit 4bbc901860

View File

@@ -536,6 +536,7 @@ post_to_2.3.130() {
post_to_2.3.140() { post_to_2.3.140() {
echo "Post Processing for 2.3.140" echo "Post Processing for 2.3.140"
FORCE_SYNC=true so-user sync FORCE_SYNC=true so-user sync
so-kibana-restart
POSTVERSION=2.3.140 POSTVERSION=2.3.140
} }