logzio / elasticsearch-stress-test

Stress test tool for Elasticsearch
Apache License 2.0
271 stars 110 forks source link

Add HTTP username and password, ca-cert and no-verify parameters #16

Closed sadok-f closed 6 years ago

sadok-f commented 6 years ago

In order to benchmark an elasticsearch cluster which is running in SSL and with X-pack security enabled (HTTP authentification) I make this PR to:

roiravhon commented 6 years ago

Great. I assume you tested both SSL and none-SSL scenarios with the new code, right?

sadok-f commented 6 years ago

Yea both scenarios work well.

roiravhon commented 6 years ago

Awesome. Thanks for that!

sadok-f commented 6 years ago

Great !