git clone
pip install esrally
A small modification is required to run esrally
against Opensearch
. see https://github.com/sbcd90/rally/commit/af34c3a7db40a74db0a3750cb944d4d062afb9f4
esrally list tracks --track-path="security_analytics"
esrally info --track-path="security_analytics"
[reporting]
datastore.type = elasticsearch
datastore.host = <os-ip>
datastore.port = 80
datastore.secure = true
datastore.ssl.verification_mode = none
datastore.user = <user>
datastore.password = <passwd>
esrally race --target-hosts=cluster-ip:80 --client-options="use_ssl:true,verify_certs:false,basic_auth_user:'<user>',basic_auth_password:'<passwd>'" --pipeline=benchmark-only --challenge=search-findings-api --track-path="security_analytics"