Skip to content

Commit abae8fd

Browse files
committed
fix previous change
1 parent edcad92 commit abae8fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ 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(),
333331
// Endpoint specific action responses. Kibana reads and writes (for third party
334332
// agents) to the index to display action responses to the user.
335333
// `create_index`: is necessary in order to ensure that the DOT datastream index is

0 commit comments

Comments
 (0)