Skip to content

Commit

Permalink
[Discover] Fix indices permission for multiline test (#111284) (#111489)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Wilhelm <[email protected]>
  • Loading branch information
kibanamachine and kertal authored Sep 8, 2021
1 parent 82ae37f commit 4bf03c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export default async function ({ readConfigFile }) {
cluster: [],
indices: [
{
names: ['message_with_newline'],
names: ['newline-test'],
privileges: ['read', 'view_index_metadata'],
field_security: { grant: ['*'], except: [] },
},
Expand Down

0 comments on commit 4bf03c8

Please sign in to comment.