Skip to content

Commit

Permalink
Update example in SigV4 documentation for OpenSearch Benchmark (opens…
Browse files Browse the repository at this point in the history
…earch-project#5189)

* Update example in SigV4 documentation for OpenSearch Benchmark

Signed-off-by: Ian Hoang <[email protected]>

* Update _benchmark/tutorials/sigv4.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Ian Hoang <[email protected]>

---------

Signed-off-by: Ian Hoang <[email protected]>
Signed-off-by: Ian Hoang <[email protected]>
Co-authored-by: Ian Hoang <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
  • Loading branch information
3 people authored and harshavamsi committed Oct 31, 2023
1 parent 78247f8 commit b802750
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _benchmark/tutorials/sigv4.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ OpenSearch Benchmark supports AWS Signature Version 4 authentication. To run Ben
OSB_AWS_ACCESS_KEY_ID=<IAM USER AWS ACCESS KEY ID>
OSB_AWS_SECRET_ACCESS_KEY=<IAM USER AWS SECRET ACCESS KEY>
OSB_REGION=<YOUR 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
Expand Down

0 comments on commit b802750

Please sign in to comment.