mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Chage role loading verbiage
This commit is contained in:
@@ -48,7 +48,7 @@ fi
|
|||||||
|
|
||||||
cd ${ELASTICSEARCH_ROLES}
|
cd ${ELASTICSEARCH_ROLES}
|
||||||
|
|
||||||
echo "Loading templates..."
|
echo "Loading roles..."
|
||||||
for role in *; do
|
for role in *; do
|
||||||
name=$(echo "$role" | cut -d. -f1)
|
name=$(echo "$role" | cut -d. -f1)
|
||||||
so-elasticsearch-query _security/role/$name -XPUT -d @"$role"
|
so-elasticsearch-query _security/role/$name -XPUT -d @"$role"
|
||||||
|
|||||||
Reference in New Issue
Block a user