-
Notifications
You must be signed in to change notification settings - Fork 626
OSB: fix incorrect links and add a FAQ #11475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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 failure on line 12 in _benchmark/FAQs.md
|
||||||
|
|
||||||
| 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? | ||||||
|
Check failure on line 21 in _benchmark/FAQs.md
|
||||||
|
|
||||||
| By default, they are in the user's home directory, under `$HOME/.osb/osb.log`. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
|
|
||||||
| ## I'm looking for the latest updates to OSB. Where can I find the latest incremental build of OSB? | ||||||
|
Check failure on line 26 in _benchmark/FAQs.md
|
||||||
|
|
||||||
| 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). | ||||||
|
Check failure on line 28 in _benchmark/FAQs.md
|
||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.