Skip to content

Commit

Permalink
[kbn-es] update cluster definition in security roles (elastic#202663)
Browse files Browse the repository at this point in the history
## Summary

Updating pre-defined security project roles with recent controller
changes.
  • Loading branch information
dmlemeshko authored Dec 4, 2024
1 parent 4495e74 commit 0de9743
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ editor:
run_as: []

t1_analyst:
cluster:
cluster: []
indices:
- names:
- '.alerts-security*'
Expand Down Expand Up @@ -191,7 +191,7 @@ t1_analyst:
resources: '*'

t2_analyst:
cluster:
cluster: []
indices:
- names:
- .alerts-security*
Expand Down Expand Up @@ -246,7 +246,7 @@ t2_analyst:
resources: '*'

t3_analyst:
cluster:
cluster: []
indices:
- names:
- apm-*-transaction*
Expand Down Expand Up @@ -316,7 +316,7 @@ t3_analyst:
resources: '*'

threat_intelligence_analyst:
cluster:
cluster: []
indices:
- names:
- apm-*-transaction*
Expand Down Expand Up @@ -378,7 +378,7 @@ threat_intelligence_analyst:
resources: '*'

rule_author:
cluster:
cluster: []
indices:
- names:
- apm-*-transaction*
Expand Down Expand Up @@ -446,7 +446,7 @@ rule_author:
resources: '*'

soc_manager:
cluster:
cluster: []
indices:
- names:
- apm-*-transaction*
Expand Down Expand Up @@ -641,7 +641,7 @@ platform_engineer:
resources: '*'

endpoint_operations_analyst:
cluster:
cluster: []
indices:
- names:
- metrics-endpoint.metadata_current_*
Expand Down Expand Up @@ -713,7 +713,7 @@ endpoint_operations_analyst:
resources: '*'

endpoint_policy_manager:
cluster:
cluster: []
indices:
- names:
- metrics-endpoint.metadata_current_*
Expand Down

0 comments on commit 0de9743

Please sign in to comment.