Skip to content

Commit

Permalink
add namespaces: ['*'],
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Aug 27, 2021
1 parent ab1be6a commit 4a74c6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export async function getStats(
const finder = await soClient.createPointInTimeFinder({
type: 'visualization',
perPage: 1000,
namespaces: ['*'],
});

const stats: VisTypeTableUsage = {
Expand Down

0 comments on commit 4a74c6a

Please sign in to comment.