Skip to content

Commit 2033b17

Browse files
committed
add privileges to kibana_system to read integrations data
1 parent ec82abd commit 2033b17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/KibanaOwnedReservedRoleDescriptors.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ static RoleDescriptor kibanaSystem(String name) {
328328
"indices:admin/data_stream/lifecycle/put"
329329
)
330330
.build(),
331+
// Read datasets for auto install content packages feature in Fleet
332+
RoleDescriptor.IndicesPrivileges.builder().indices("logs-*", "metrics-*", "traces-*").privileges("read").build(),
331333
// Endpoint specific action responses. Kibana reads and writes (for third party
332334
// agents) to the index to display action responses to the user.
333335
// `create_index`: is necessary in order to ensure that the DOT datastream index is

0 commit comments

Comments
 (0)