[Update Documentation] Getting started with OpenSearch-Benchmark! #383
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Context:
There are different ways to get started with running a cluster and running a benchmark against it.
I was trying to use the docker-compose.yml from opensearch.org, but was facing SSL issues, so I thought I'd make this "guide" so everyone can get started with it quickly!
Below, I'm going to outline the simplest set of instructions I've found for getting started with OSB for the first time. Huge thanks to @IanHoang and @rishabh6788 for helping everyone in Slack.
Steps:
This can be reproduced on both Linux and Windows (WSL).
curl.exe "http://localhost:9200/_cluster/health?pretty"
. Output should be similar to this:And we should be done! You should be seeing the performance metrics!
If you are not seeing any results immediately, it should be an indicator that there is an issue with your cluster. Use the command below to view the cluster logs
The text was updated successfully, but these errors were encountered: