Skip to content

Commit

Permalink
Update x-pack/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Portner <[email protected]>
  • Loading branch information
legrego and jportner authored May 5, 2020
1 parent 2957424 commit 4055603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Elasticsearch will run with a basic license. To run with a trial license, includ

Example: `yarn es snapshot --license trial --password changeme`

By default, this will also set the password for native realm accounts to the password provided (`changeme` by default). This includes that of the `kibana_system` user which `elasticsearch.username` defaults to in development. If you wish to specific a password for a given native realm account, you can do that like so: `--password.kibana=notsecure`
By default, this will also set the password for native realm accounts to the password provided (`changeme` by default). This includes that of the `kibana_system` user which `elasticsearch.username` defaults to in development. If you wish to specify a password for a given native realm account, you can do that like so: `--password.kibana_system=notsecure`

# Testing
## Running specific tests
Expand Down

0 comments on commit 4055603

Please sign in to comment.