Replies: 5 comments 6 replies
-
I have tried creating a new role and user and granting permissions to all indexes, but nothing has worked. Could someone please give me the secret sauce to update these indexes since the "FIX" does not work PUT /_security/role/my_admin_role "error": { .security-profile-8 0 r UNASSIGNED |
Beta Was this translation helpful? Give feedback.
-
In this example, the role has the required permission, as far as I can tell. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
-
I just saw the allow_restricted_indices : false |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
What does cluster/allocation/explain show on one of those replicas? Below as an example.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.40
Installation Method
Security Onion ISO image
Description
installation
Installation Type
Distributed
Location
cloud
Hardware Specs
Exceeds minimum requirements
CPU
16
RAM
128
Storage for /
500
Storage for /nsm
30tb
Network Traffic Collection
other (please provide detail below)
Network Traffic Speeds
more than 10Gbps
Status
No, one or more services are failed (please provide detail below)
Salt Status
No, there are no failures
Logs
Yes, there are additional clues in /opt/so/log/ (please provide detail below)
Detail
when applying fix sudo so-elasticsearch-query _cat/shards | grep UN
the following indices on a new Search node install give the following error when trying to apply the fix
{"error":{"root_cause":[{"type":"security_exception","reason":"action [indices:admin/settings/update] is unauthorized for user [so_elastic] with effective roles [superuser] on restricted indices [.kibana_task_manager_8.10.4_001], this action is granted by the index privileges [manage,all]"}],"type":"security_exception","reason":"action [indices:admin/settings/update] is unauthorized for user [so_elastic] with effective roles [superuser] on restricted indices [.kibana_task_manager_8.10.4_001], this action is granted by the index privileges [manage,all]"},"status":403}
.fleet-agents-7 0 r UNASSIGNED
.fleet-servers-7 0 r UNASSIGNED
.transform-notifications-000002 0 r UNASSIGNED
.metrics-endpoint.metadata_united_default 0 r UNASSIGNED
.fleet-policies-leader-7 0 r UNASSIGNED
.kibana_8.10.4_001 0 r UNASSIGNED
.async-search 0 r UNASSIGNED
.transform-internal-007 0 r UNASSIGNED
.kibana_task_manager_8.10.4_001 0 r UNASSIGNED
.geoip_databases 0 r UNASSIGNED
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions