Skip to content

Commit 4f98e91

Browse files
committed
add log
1 parent 36c71ec commit 4f98e91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

x-pack/plugins/apm/scripts/kibana-security/setup-custom-kibana-user-role.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ const ELASTICSEARCH_USERNAME = (argv.username as string) || 'elastic';
1515
const ELASTICSEARCH_PASSWORD = argv.password as string | undefined;
1616
const KIBANA_BASE_URL = argv.kibanaUrl as string | undefined;
1717

18+
console.log({
19+
KIBANA_ROLE_SUFFIX,
20+
ELASTICSEARCH_USERNAME,
21+
ELASTICSEARCH_PASSWORD,
22+
KIBANA_BASE_URL,
23+
});
24+
1825
interface User {
1926
username: string;
2027
roles: string[];

0 commit comments

Comments
 (0)