Skip to content

Commit

Permalink
removed unused index name- logs-*
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni committed Aug 11, 2021
1 parent a6006ac commit 7f8b9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export default async function ({ readConfigFile }) {
elasticsearch: {
indices: [
{
names: ['logs-*', 'test_data_stream'],
names: ['test_data_stream'],
privileges: ['read', 'view_index_metadata'],
},
],
Expand Down

0 comments on commit 7f8b9db

Please sign in to comment.