Skip to content

Commit

Permalink
[Fleet] Ouput api key do not need metricbeat* access (#60319) (#62174)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Apr 1, 2020
1 parent d8f381a commit 7d4c24d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function generateOutputApiKey(
cluster: ['monitor'],
index: [
{
names: ['logs-*', 'metrics-*', 'events-*', 'metricbeat*'],
names: ['logs-*', 'metrics-*', 'events-*'],
privileges: ['write', 'create_index'],
},
],
Expand Down

0 comments on commit 7d4c24d

Please sign in to comment.