mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
Add auditor role; update analyst role with correct syntax
This commit is contained in:
@@ -51,7 +51,7 @@ cd ${ELASTICSEARCH_ROLES}
|
||||
echo "Loading templates..."
|
||||
for role in *; do
|
||||
name=$(echo "$role" | cut -d. -f1)
|
||||
so-elasticsearch-query security/roles/$name -XPUT -d @"$role"
|
||||
so-elasticsearch-query _security/role/$name -XPUT -d @"$role"
|
||||
done
|
||||
|
||||
cd - >/dev/null
|
||||
|
||||
Reference in New Issue
Block a user