diff --git a/_benchmark/FAQs.md b/_benchmark/FAQs.md new file mode 100644 index 00000000000..09e360f12e0 --- /dev/null +++ b/_benchmark/FAQs.md @@ -0,0 +1,30 @@ +--- +layout: default +title: FAQs +nav_order: 103 +--- + +# FAQs + +This section provides answers to frequently asked questions. + + +## How can I get more information about an error that I encountered? + +Check the end of the OSB log files to view messages from the latest run. + +You also have the following options: +- [Post a question in the OpenSearch Benchmark Slack channel](https://opensearch.slack.com/archives/C082PLA3VPW). +- [Attend the community meeting, office hours, or issue triage session](https://www.meetup.com/opensearch/events/309982456/?eventOrigin=group_upcoming_events). + + +## Where are the OSB log files located? + +By default, they are in the user's home directory, under `$HOME/.osb/osb.log`. + + +## I'm looking for the latest updates to OSB. Where can I find the latest incremental build of OSB? + +Incremental OSB builds are generated as Docker images when any new changes are merged to the codebase. They are available [here](https://hub.docker.com/r/opensearchstaging/opensearch-benchmark/tags). + + diff --git a/_benchmark/reference/index.md b/_benchmark/reference/index.md index 8dc56059574..1322dcf0d8e 100644 --- a/_benchmark/reference/index.md +++ b/_benchmark/reference/index.md @@ -10,4 +10,5 @@ redirect_from: # Reference -The following section contains reference materials for commands, metrics, and workloads for OpenSearch Benchmark. \ No newline at end of file +The following section contains reference materials for [commands]({{site.url}}{{site.baseurl}}/benchmark/reference/commands/), [metrics]({{site.url}}{{site.baseurl}}/benchmark/reference/metrics/), and [workloads]({{site.url}}{{site.baseurl}}/benchmark/reference/workloads/) for OpenSearch Benchmark. + diff --git a/_benchmark/user-guide/index.md b/_benchmark/user-guide/index.md index fc6486f573b..0f56047e236 100644 --- a/_benchmark/user-guide/index.md +++ b/_benchmark/user-guide/index.md @@ -32,7 +32,7 @@ redirect_from: # OpenSearch Benchmark User Guide -The OpenSearch Benchmark User Guide includes core [concepts]({{site.url}}{{site.baseurl}}/benchmark/user-guide/concepts/), [installation]({{site.url}}{{site.baseurl}}/benchmark/installing-benchmark/) instructions, and [configuration options]({{site.url}}{{site.baseurl}}/benchmark/configuring-benchmark/) to help you get the most out of OpenSearch Benchmark. +The OpenSearch Benchmark User Guide includes core [concepts]({{site.url}}{{site.baseurl}}/benchmark/user-guide/concepts/), [installation instructions]({{site.url}}{{site.baseurl}}/benchmark/installing-benchmark/), and [configuration options]({{site.url}}{{site.baseurl}}/benchmark/configuring-benchmark/) to help you get the most out of OpenSearch Benchmark. {% include cards.html cards=page.more_cards %} \ No newline at end of file