From b8027501f9474e817b6a31fccc6068fdfe89a102 Mon Sep 17 00:00:00 2001 From: Ian Hoang <51065478+IanHoang@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:54:51 -0500 Subject: [PATCH] Update example in SigV4 documentation for OpenSearch Benchmark (#5189) * Update example in SigV4 documentation for OpenSearch Benchmark Signed-off-by: Ian Hoang * Update _benchmark/tutorials/sigv4.md Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Signed-off-by: Ian Hoang <51065478+IanHoang@users.noreply.github.com> --------- Signed-off-by: Ian Hoang Signed-off-by: Ian Hoang <51065478+IanHoang@users.noreply.github.com> Co-authored-by: Ian Hoang Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --- _benchmark/tutorials/sigv4.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_benchmark/tutorials/sigv4.md b/_benchmark/tutorials/sigv4.md index 3c3368a144..7a5ea2eae6 100644 --- a/_benchmark/tutorials/sigv4.md +++ b/_benchmark/tutorials/sigv4.md @@ -17,10 +17,13 @@ OpenSearch Benchmark supports AWS Signature Version 4 authentication. To run Ben OSB_AWS_ACCESS_KEY_ID= OSB_AWS_SECRET_ACCESS_KEY= OSB_REGION= - OSB_SERVICE=aos + OSB_SERVICE=es ``` {% include copy.html %} +If you're testing against Amazon OpenSearch Serverless, set `OSB_SERVICE` to `aoss`. +{: .note} + 3. Customize and run the following `execute-test` command with the ` --client-options=amazon_aws_log_in:environment` flag. This flag tells OpenSearch Benchmark the location of your exported credentials. ```bash