Skip to content

Commit

Permalink
Verify certs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Apr 27, 2020
1 parent 4419794 commit 93aa889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adding_tracks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you already have a cluster with data in it you can use the ``create-track`` s

If TLS and basic authentication is enabled, also specify :ref:`--client-options <clr_client_options>` and change ``basic_auth_user`` and ``basic_auth_password`` accordingly::

esrally create-track --track=acme --target-hosts=127.0.0.1:9200 --client-options="timeout:60,use_ssl:true,verify_certs:false,basic_auth_user:'rally',basic_auth_password:'rally-password'" --indices="products,companies" --output-path=~/tracks
esrally create-track --track=acme --target-hosts=127.0.0.1:9200 --client-options="timeout:60,use_ssl:true,verify_certs:true,basic_auth_user:'rally',basic_auth_password:'rally-password'" --indices="products,companies" --output-path=~/tracks

The track generator will create a folder with the track's name in the specified output directory::

Expand Down

0 comments on commit 93aa889

Please sign in to comment.