Skip to content

Commit

Permalink
Fixing typo from fat fingering
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 15, 2019
1 parent 6bf4d8b commit 811b163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private static Map<String, RoleDescriptor> initializeReservedRoles() {
new String[] { "monitor", MonitoringBulkAction.NAME},
new RoleDescriptor.IndicesPrivileges[]{
RoleDescriptor.IndicesPrivileges.builder()
.indices(".monitoring-beats-*").privileges("create_index", "createto setup local exporter").build()
.indices(".monitoring-beats-*").privileges("create_index", "create").build()
},
null, MetadataUtils.DEFAULT_RESERVED_METADATA))
.put(UsernamesField.APM_ROLE, new RoleDescriptor(UsernamesField.APM_ROLE,
Expand Down

0 comments on commit 811b163

Please sign in to comment.