-
Notifications
You must be signed in to change notification settings - Fork 508
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
Adds Dev Tools Console documentation #1576
Conversation
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
_dashboards/run-queries.md
Outdated
nav_order: 110 | ||
--- | ||
|
||
# Running queries in Console |
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.
"the Console"
_dashboards/run-queries.md
Outdated
|
||
You can use the OpenSearch DevTools Console to send queries to OpenSearch. | ||
|
||
## Navigating to Console |
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.
use "the Console" throughout, unless you identify it by the full name: OpenSearch DevTools Console.
_dashboards/run-queries.md
Outdated
|
||
## Navigating to Console | ||
|
||
To open Console, select **Dev Tools** on the main OpenSearch Dashboards page: |
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.
To open Console, select **Dev Tools** on the main OpenSearch Dashboards page: | |
To open Console, select **Dev Tools** in the OpenSearch Dashboards: |
_dashboards/run-queries.md
Outdated
|
||
<img src="{{site.url}}{{site.baseurl}}/images/dev-tools/dev-tools-main.png" alt="Dev Tools Console from main page">{: .img-fluid } | ||
|
||
You can open Console from any other page by navigating to the main menu and selecting **Management** > **Dev Tools**. |
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.
You can open Console from any other page by navigating to the main menu and selecting **Management** > **Dev Tools**. | |
You can open Console from any other pane by navigating to the main menu and selecting **Management** > **Dev Tools**. |
|
||
## Sending the request | ||
|
||
To send a query to OpenSearch, select the query by placing the cursor anywhere in the query text. Then choose the triangle on the top right of the request or press `Ctrl/Cmd+Enter`: |
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.
To send a query to OpenSearch, select the query by placing the cursor anywhere in the query text. Then choose the triangle on the top right of the request or press `Ctrl/Cmd+Enter`: | |
To send the request to OpenSearch, select the query by placing the cursor anywhere within the editor. Select the triangle, or press `Ctrl/Cmd+Enter`: |
_dashboards/run-queries.md
Outdated
|
||
## Working in cURL and Console formats | ||
|
||
Console uses an easier syntax to format REST requests than the `curl` command. |
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.
The Console
_dashboards/run-queries.md
Outdated
} | ||
``` | ||
|
||
If you paste a `curl` command directly into the Console, the command is automatically converted into Console format. |
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.
If you paste a `curl` command directly into the Console, the command is automatically converted into Console format. | |
If you paste a `curl` command directly into the Console, the command is automatically converted into JSON format. |
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.
Looks good!
I made some minor suggestions.
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.
LGTM with suggestions
Co-authored-by: Alice Williams <[email protected]>
Co-authored-by: Alice Williams <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
|
||
## Navigating to the console | ||
|
||
To open the console, select **Dev Tools** on the main OpenSearch Dashboards page: |
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.
"in the left navigation pane" perhaps? Unless your team has a defined way of referring to it already.
Signed-off-by: Fanit Kolchina <[email protected]>
Thanks so much @kolchfa-aws! Excited that I'll finally have a place to link off to from my docs when I refer to the dev console. |
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.
@kolchfa-aws Just a few comments and changes. Thanks!
_dashboards/run-queries.md
Outdated
|
||
## Viewing documentation | ||
|
||
To view OpenSearch documentation, select the wrench icon, and choose **Open documentation**. |
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.
"the OpenSearch documentation"?
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
Incorporated editorial comments.
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd)
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd)
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd)
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd)
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd)
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd) Co-authored-by: kolchfa-aws <[email protected]>
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd) Co-authored-by: kolchfa-aws <[email protected]>
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd) Co-authored-by: kolchfa-aws <[email protected]>
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd) Co-authored-by: kolchfa-aws <[email protected]>
* Adds Dev Tools Console documentation Signed-off-by: Fanit Kolchina <[email protected]> * Images for console Signed-off-by: Fanit Kolchina <[email protected]> * Separate directory for dev tools images Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Alice Williams <[email protected]> * Implemented doc review feedback Signed-off-by: Fanit Kolchina <[email protected]> * Formatting dev tools Signed-off-by: Fanit Kolchina <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update _dashboards/run-queries.md Co-authored-by: Nate Bower <[email protected]> * Update run-queries.md Incorporated editorial comments. Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Alice Williams <[email protected]> Co-authored-by: Nate Bower <[email protected]> (cherry picked from commit c1670cd) Co-authored-by: kolchfa-aws <[email protected]>
Fixes #1401
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.