Update kibana-setup.sh

fix https://github.com/Cyb3rWard0g/HELK/issues/394
neu5ron-patch-1
Cyb3rWard0g 2020-01-05 21:50:19 -05:00
parent 671609b31a
commit fa329ccdb1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ echo "$HELK_INFO_TAG Kibana server is up."
# *********** Set URL session store *********************
echo "$HELK_INFO_TAG Setting URL session store"
curl -X PUT -u "${ELASTICSEARCH_CREDS}" "$KIBANA_HOST/api/kibana/settings" -H 'Content-Type: application/json' -H 'kbn-xsrf: true' -d"
curl -X POST -u "${ELASTICSEARCH_CREDS}" "$KIBANA_HOST/api/kibana/settings" -H 'Content-Type: application/json' -H 'kbn-xsrf: true' -d"
{
\"changes\":{
\"state:storeInSessionStorage\": true