[Discover] Fix indices permission for multiline test (#111284) (#111489)

Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
This commit is contained in:
Kibana Machine 2021-09-08 04:01:37 -04:00 committed by GitHub
parent 82ae37fdc1
commit 4bf03c8735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: [] },
},