File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
docs/en/stack/security/authorization Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ to users. These roles have a fixed set of privileges and cannot be updated.
14
14
Grants access necessary for the APM system user to send system-level data
15
15
(such as monitoring) to {es}.
16
16
17
+ [[built-in-roles-beats-admin]] `beats_admin` ::
18
+ Grants access to the `.management-beats` index, which contains configuration
19
+ information for the Beats.
20
+
17
21
[[built-in-roles-beats-system]] `beats_system` ::
18
22
Grants access necessary for the Beats system user to send system-level data
19
23
(such as monitoring) to {es}.
@@ -73,6 +77,16 @@ suitable for use within a Logstash pipeline.
73
77
===============================
74
78
--
75
79
80
+ [[built-in-roles-beats-system]] `beats_system` ::
81
+ Grants access necessary for the Beats system user to send system-level data
82
+ (such as monitoring) to {es}.
83
+ +
84
+ NOTE: This role should not be assigned to users as the granted permissions may
85
+ change between releases.
86
+ +
87
+ NOTE: This role does not provide access to the beats indices and is not
88
+ suitable for writing beats output to {es}.
89
+
76
90
[[built-in-roles-ml-admin]] `machine_learning_admin`::
77
91
Grants `manage_ml` cluster privileges and read access to the `.ml-*` indices.
78
92
You can’t perform that action at this time.
0 commit comments