Skip to content

Commit

Permalink
update description of apiKey
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Aug 13, 2024
1 parent 0f8e552 commit 4496f4e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ export const cli = () => {
--username Optional. User name to be used for auth against elasticsearch and
kibana (Default: elastic).
--password Optional. Password associated with the username (Default: changeme)
--apiKey Optional. A Kibana API key to use for authz
--apiKey Optional. A Kibana API key to use for authz. When defined, 'username'
and 'password' arguments are ignored.
--kibanaUrl Optional. The url to Kibana (Default: http://127.0.0.1:5601)
--elasticUrl Optional. The url to Elasticsearch (Default: http://127.0.0.1:9200)
`,
Expand Down

0 comments on commit 4496f4e

Please sign in to comment.