Skip to content

Commit

Permalink
[Discover] add more log points
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaanj committed Mar 28, 2022
1 parent b48e03b commit 2d7360c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,14 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
describe('Search source Alert', () => {
before(async () => {
await security.testUser.setRoles(['discover_alert']);

log.debug('create source index');
await createSourceIndex();

log.debug('generate documents');
await generateNewDocs(5);

log.debug('create output index');
await createOutputDataIndex();

log.debug('create data views');
Expand Down

0 comments on commit 2d7360c

Please sign in to comment.