Skip to content

Commit

Permalink
[Fleet] Give output API key the correct privileges (#60094)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Mar 13, 2020
1 parent b9e9311 commit 4f0dd99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export async function generateOutputApiKey(
cluster: ['monitor'],
index: [
{
names: ['logs-*', 'metrics-*'],
privileges: ['write'],
names: ['logs-*', 'metrics-*', 'events-*', 'metricbeat*'],
privileges: ['write', 'create_index'],
},
],
},
Expand Down

0 comments on commit 4f0dd99

Please sign in to comment.