You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStore.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -967,7 +967,12 @@ public static RoleDescriptor kibanaSystemRoleDescriptor(String name) {
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStoreTests.java
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1216,6 +1216,31 @@ public void testKibanaSystemRole() {
1216
1216
);
1217
1217
});
1218
1218
1219
+
// cloud_defend
1220
+
// read-only datastream for cloud_defend indices (for usageCollection)
0 commit comments