From 2aa64e8b10a3a4a513494aefcc8164dc56c197f9 Mon Sep 17 00:00:00 2001 From: Nathan Bower Date: Fri, 13 Dec 2024 12:10:07 -0500 Subject: [PATCH] Update _benchmark/user-guide/optimizing-benchmarks/expand-data-corpus.md Signed-off-by: Nathan Bower --- .../user-guide/optimizing-benchmarks/expand-data-corpus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_benchmark/user-guide/optimizing-benchmarks/expand-data-corpus.md b/_benchmark/user-guide/optimizing-benchmarks/expand-data-corpus.md index 5b1f27a126..f304fbd13d 100644 --- a/_benchmark/user-guide/optimizing-benchmarks/expand-data-corpus.md +++ b/_benchmark/user-guide/optimizing-benchmarks/expand-data-corpus.md @@ -69,7 +69,7 @@ To use the newly generated corpus in an OpenSearch Benchmark test, use the follo opensearch-benchmark execute-test --workload http_logs --workload-params=generated_corpus:t [other_options] ``` -The `generated_corpus:t` parameter tells OSB to use the expanded corpus. Any additional workload parameters in the `--workload-params` option can be appended to the previous command using commas. +The `generated_corpus:t` parameter tells OpenSearch Benchmark to use the expanded corpus. Any additional workload parameters can be appended using commas in the `--workload-params` option. ## Expert-level settings