Skip to content
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

Merged
merged 13 commits into from
Oct 25, 2022
Merged

Adds Dev Tools Console documentation #1576

merged 13 commits into from
Oct 25, 2022

Conversation

kolchfa-aws
Copy link
Collaborator

@kolchfa-aws kolchfa-aws commented Oct 14, 2022

Fixes #1401

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@kolchfa-aws kolchfa-aws added backport 1.3 PR: Backport label for v1.3.x backport 2.0 PR: Backport label for v2.0.x backport 2.1 PR: Backport label for 2.1 backport 2.2 PR: Backport label for 2.2 backport 2.3 PR: Backport label for 2.3 labels Oct 14, 2022
@kolchfa-aws kolchfa-aws self-assigned this Oct 14, 2022
@kolchfa-aws kolchfa-aws requested a review from a team as a code owner October 14, 2022 21:01
Signed-off-by: Fanit Kolchina <[email protected]>
nav_order: 110
---

# Running queries in Console
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"the Console"


You can use the OpenSearch DevTools Console to send queries to OpenSearch.

## Navigating to Console
Copy link
Contributor

@alicejw1 alicejw1 Oct 14, 2022

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.


## Navigating to Console

To open Console, select **Dev Tools** on the main OpenSearch Dashboards page:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To open Console, select **Dev Tools** on the main OpenSearch Dashboards page:
To open Console, select **Dev Tools** in the OpenSearch Dashboards:


<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**.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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`:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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`:


## Working in cURL and Console formats

Console uses an easier syntax to format REST requests than the `curl` command.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Console

}
```

If you paste a `curl` command directly into the Console, the command is automatically converted into Console format.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link
Contributor

@alicejw1 alicejw1 left a 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.

Copy link
Contributor

@ariamarble ariamarble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with suggestions


## Navigating to the console

To open the console, select **Dev Tools** on the main OpenSearch Dashboards page:
Copy link
Member

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]>
@kolchfa-aws kolchfa-aws added the 5 - Editorial review PR: Editorial review in progress label Oct 17, 2022
@lizsnyder
Copy link
Member

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.

Copy link
Collaborator

@natebower natebower left a 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 Show resolved Hide resolved
_dashboards/run-queries.md Outdated Show resolved Hide resolved
_dashboards/run-queries.md Outdated Show resolved Hide resolved

## Viewing documentation

To view OpenSearch documentation, select the wrench icon, and choose **Open documentation**.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"the OpenSearch documentation"?

_dashboards/run-queries.md Outdated Show resolved Hide resolved
@natebower natebower removed the 5 - Editorial review PR: Editorial review in progress label Oct 20, 2022
kolchfa-aws and others added 5 commits October 25, 2022 11:10
@kolchfa-aws kolchfa-aws merged commit c1670cd into main Oct 25, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 25, 2022
* 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)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 25, 2022
* 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)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 25, 2022
* 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)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 25, 2022
* 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)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 25, 2022
* 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)
kolchfa-aws added a commit that referenced this pull request Oct 25, 2022
* 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]>
kolchfa-aws added a commit that referenced this pull request Oct 25, 2022
* 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]>
kolchfa-aws added a commit that referenced this pull request Oct 25, 2022
* 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]>
kolchfa-aws added a commit that referenced this pull request Oct 25, 2022
* 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]>
kolchfa-aws added a commit that referenced this pull request Oct 25, 2022
* 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]>
@Naarcha-AWS Naarcha-AWS deleted the Fix1401-dev-tools branch December 13, 2022 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 PR: Backport label for v1.3.x backport 2.0 PR: Backport label for v2.0.x backport 2.1 PR: Backport label for 2.1 backport 2.2 PR: Backport label for 2.2 backport 2.3 PR: Backport label for 2.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC]Create documentation for the Dev Tools console
5 participants