Opensearch benchmark tool not taking the ingest pipeline applied in the mapping of index.json

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch benchmark current

Describe the issue:
i tried to include current timestamp using a ingest pipeline, by specifying the ingest pipeline inside the index.json for the big5 workload.
But when i run the benchmark workload, the settings of the index is not getting reflected.

Configuration:
opensearch-benchmark execute-test --pipeline=benchmark-only --target-hosts=targets-hosts.json --workload=big5 --workload-params index_body:index.json --test-mode --client-options=‘{
“default”: {
“basic_auth_user”: “elastic”,
“basic_auth_password”: “pass”,
“use_ssl”: true,
“verify_certs”: false,
“timeout”: 120,
“connection_keep_alive”: true
}
}’

Relevant Logs or Screenshots:

any idea how to achieve this.
My basic goal, is to include the ingestion time stamp to the events.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.