-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroles.yml
39 lines (34 loc) · 1.04 KB
/
roles.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
_meta:
type: "roles"
config_version: 2
# Restrict users so they can only view visualization and dashboard on kibana
kibana_read_only:
reserved: true
# The security REST API access role is used to assign specific users access to change the security settings through the REST API.
security_rest_api_access:
reserved: true
# Allows users to view alerts
alerting_view_alerts:
reserved: true
index_permissions:
- index_patterns:
- ".opendistro-alerting-alert*"
allowed_actions:
- read
# Allows users to view and acknowledge alerts
alerting_crud_alerts:
reserved: true
index_permissions:
- index_patterns:
- ".opendistro-alerting-alert*"
allowed_actions:
- crud
# Allows users to use all alerting functionality
alerting_full_access:
reserved: true
index_permissions:
- index_patterns:
- ".opendistro-alerting-config"
- ".opendistro-alerting-alert*"
allowed_actions:
- crud