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

[DOC] Create new doc for Dashboard application #2350

Merged
merged 67 commits into from
Mar 1, 2023

Conversation

vagimeli
Copy link
Contributor

@vagimeli vagimeli commented Jan 6, 2023

Signed-off-by: vagimeli vagimeli@amazon.com

Description

Create new site page titled Dashboard; create new content on creating your first dashboard

Issues Resolved

#2349
#2294

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.

Signed-off-by: vagimeli <vagimeli@amazon.com>
@vagimeli vagimeli added the 2 - In progress Issue/PR: The issue or PR is in progress. label Jan 6, 2023
@vagimeli vagimeli requested a review from a team as a code owner January 6, 2023 22:27
@vagimeli vagimeli self-assigned this Jan 6, 2023
Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
@vagimeli vagimeli changed the title [DOC] Dashboards - Dashboard new site page and content [DOC] Dashboard - Creating your first Dashboard Jan 9, 2023
vagimeli and others added 13 commits January 9, 2023 13:27
Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
* Creating page for the content

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added intro section

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding local repo steps but still waiting on syntax for ubuntu distribution naming

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Dumping from the rpm guide so I can work through it in-place

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding commands now that I have package names

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add output

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Polishing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Polishing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Touch up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 1

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 1.1

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 2

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add fingerprint verification steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Last minute tech revisions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Clean up CLI command

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix curl

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Modify GPG commands

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Adds new doc site pages and new content

Signed-off-by: vagimeli <vagimeli@amazon.com>
* Adds response fields to the cluster health API

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated doc review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Formatting tables

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* More formatting changes

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated editorial comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
@vagimeli vagimeli added dashboards visualizations 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 backport 2.4 PR: Backport label for 2.4 backport 2.5 PR: Backport label for 2.5 labels Feb 2, 2023
Signed-off-by: vagimeli <vagimeli@amazon.com>
Copy link
Member

@joshuarrrr joshuarrrr left a comment

Choose a reason for hiding this comment

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

Looking good!

The only major issue is that the instructions mention a "Vertical Bar" chart type where it should be guage.

Other than that, there were a few subtleties of behavior where I tried to provide some clarifying info which can be used or ignored.

Comment on lines 34 to 37
- _Dashboards_ is the abbreviated proper name for OpenSearch Dashboards. OpenSearch Dashboards is an open-source visualization tool designed to work with OpenSearch.
- _Dashboard_ is the application in OpenSearch Dashboards that is used to track, analyze, and display data at a glance.
- _dashboard_ or _dashboards_ are common names for a tool used to visually display data.
- _Panel_ is a term used to refer to a visualization displayed on a dashboard. The terms _panel_ and _visualization_ may be used interchangeably throughout this and other Dashboard-related documentation.
Copy link
Member

Choose a reason for hiding this comment

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

Helpful! ❤️

Comment on lines 64 to 69
1. In the **Save visualization** window, add a title for the visualization. For example, the title for the gauge chart panel is [eCommerce] Orders.
1. Select **Save and return**.

The gauge chart visualization is now saved and you are taken back to the dashboard. You'll see two visualizations on the dashboard, like the following:

![Dashboard showing visualizations combined in a single view]({{site.url}}{{site.baseurl}}/images/dashboards/dashboard-combined.png)
Copy link
Member

Choose a reason for hiding this comment

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

These steps and the screenshot refer to a gauge chart, but L62 specifies "Vertical Bar", and should be updated to match.

Comment on lines 102 to 107
If you want to change the color of the panel legend:

1. Select the gear icon on the area chart panel.
2. From the **Options** window, select **Edit visualization**.
3. From the visualization legend, select a category and then select a color from the flyout. The area chart updates with your change.
4. Select **Save and return**.
Copy link
Member

Choose a reason for hiding this comment

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

Note that it is possible to change chart colors directly from the legend within a dashboard panel. The only difference is that those changes are only saved for that particular dashboard and panel, and don't affect the saved visualization. These steps save the colors on the visualization itself, which will apply to any dashboard that links to the visualization (unless they have already specified different panel colors).

3. From the visualization legend, select a category and then select a color from the flyout. The area chart updates with your change.
4. Select **Save and return**.

If you want to show or hide panel title or customize it without applying the changes across the dashboard overall:
Copy link
Member

Choose a reason for hiding this comment

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

"without applying the changes across the dashboard overall" isn't quite right - changing panel titles only affects the particular panel on the particular dashboard, and won't affect any other panel containing that same visualization (or any other dashboard).

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
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 Please see my comments and changes and let me know if you have any questions. Thanks!


The **Dashboard** application in OpenSearch Dashboards lets you visually represent your analytical, operational, and strategic data to help you quickly understand the trends in your data, giving you a high-level view of key metrics, simplifying data exploration, and delivering insights when and where you need them.

In this tutorial you'll learn the basics of creating a dashboard using the **Dashboard** application and OpenSearch sample data. The sample dataset has existing sample visualizations, and you can use those visualizations or create new visualizations for the dashboard. For this tutorial, you'll do both. Once you've completed this tutorial, you'll have learned the foundations of creating a new dashboard with multiple panels in OpenSearch Dashboards.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
In this tutorial you'll learn the basics of creating a dashboard using the **Dashboard** application and OpenSearch sample data. The sample dataset has existing sample visualizations, and you can use those visualizations or create new visualizations for the dashboard. For this tutorial, you'll do both. Once you've completed this tutorial, you'll have learned the foundations of creating a new dashboard with multiple panels in OpenSearch Dashboards.
In this tutorial you'll learn the basics of creating a dashboard using the **Dashboard** application and OpenSearch sample data. The sample dataset has existing sample visualizations, and you can use those visualizations or create new visualizations for the dashboard. In this tutorial, you'll do both. Once you've completed this tutorial, you'll have learned the foundations of creating a new dashboard with multiple panels in OpenSearch Dashboards.


In this tutorial you'll learn the basics of creating a dashboard using the **Dashboard** application and OpenSearch sample data. The sample dataset has existing sample visualizations, and you can use those visualizations or create new visualizations for the dashboard. For this tutorial, you'll do both. Once you've completed this tutorial, you'll have learned the foundations of creating a new dashboard with multiple panels in OpenSearch Dashboards.

This OpenSearch playground [dashboard example](https://playground.opensearch.org/app/dashboards#/view/722b74f0-b882-11e8-a6d9-e546fe2bba5f?_g=(filters:!(),refreshInterval:(pause:!f,value:900000),time:(from:now-7d,to:now))&_a=(description:'Analyze%20mock%20eCommerce%20orders%20and%20revenue',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!t,title:'%5BeCommerce%5D%20Revenue%20Dashboard',viewMode:view)) shows you what's possible with OpenSearch Dashboards.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
This OpenSearch playground [dashboard example](https://playground.opensearch.org/app/dashboards#/view/722b74f0-b882-11e8-a6d9-e546fe2bba5f?_g=(filters:!(),refreshInterval:(pause:!f,value:900000),time:(from:now-7d,to:now))&_a=(description:'Analyze%20mock%20eCommerce%20orders%20and%20revenue',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!t,title:'%5BeCommerce%5D%20Revenue%20Dashboard',viewMode:view)) shows you what's possible with OpenSearch Dashboards.
This OpenSearch Playground [dashboard example](https://playground.opensearch.org/app/dashboards#/view/722b74f0-b882-11e8-a6d9-e546fe2bba5f?_g=(filters:!(),refreshInterval:(pause:!f,value:900000),time:(from:now-7d,to:now))&_a=(description:'Analyze%20mock%20eCommerce%20orders%20and%20revenue',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!t,title:'%5BeCommerce%5D%20Revenue%20Dashboard',viewMode:view)) shows you what's possible with OpenSearch Dashboards.

This OpenSearch playground [dashboard example](https://playground.opensearch.org/app/dashboards#/view/722b74f0-b882-11e8-a6d9-e546fe2bba5f?_g=(filters:!(),refreshInterval:(pause:!f,value:900000),time:(from:now-7d,to:now))&_a=(description:'Analyze%20mock%20eCommerce%20orders%20and%20revenue',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!t,title:'%5BeCommerce%5D%20Revenue%20Dashboard',viewMode:view)) shows you what's possible with OpenSearch Dashboards.
{: .note}

## Getting familiar with user interface
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
## Getting familiar with user interface
## Getting familiar with the UI


## Getting familiar with user interface

Before getting started, let's get familiar with the **Dashboard** user interface. The user interface comprises the following main parts:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Before getting started, let's get familiar with the **Dashboard** user interface. The user interface comprises the following main parts:
Before getting started, let's get familiar with the **Dashboard** UI. The UI comprises the following main parts:

Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe "elements" or "components" instead of "parts"?


## Defining terminology

Learn some useful terminology for working with OpenSearch Dashboards and the **Dashboard** application.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Learn some useful terminology for working with OpenSearch Dashboards and the **Dashboard** application.
The following is some useful terminology for working with OpenSearch Dashboards and the **Dashboard** application:


## Arranging panels

To organize panels, arrange them side-by-side, or resize them, you can use these options:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
To organize panels, arrange them side-by-side, or resize them, you can use these options:
To organize panels, arrange them side by side, or resize them, you can use these options:


To organize panels, arrange them side-by-side, or resize them, you can use these options:

- To move, select and hold the panel title or the panel top and drag to the new location.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- To move, select and hold the panel title or the panel top and drag to the new location.
- To move a panel, select and hold the panel title or the panel top and drag to the new location.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Is there better terminology than "panel top"?

To organize panels, arrange them side-by-side, or resize them, you can use these options:

- To move, select and hold the panel title or the panel top and drag to the new location.
- To resize, select the resize icon in the panel's lower right corner and drag to the new dimensions.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- To resize, select the resize icon in the panel's lower right corner and drag to the new dimensions.
- To resize a panel, choose the resize icon in the panel's lower-right corner and drag to the new dimensions.


- To move, select and hold the panel title or the panel top and drag to the new location.
- To resize, select the resize icon in the panel's lower right corner and drag to the new dimensions.
- To view in fullscreen mode, select the gear icon (edit mode) or vertical ellipsis (⋮) in the top right of the panel and select **Maximize panel**. To minimize the fullscreen mode, select the gear icon or vertical ellipsis and select **Minimize**.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- To view in fullscreen mode, select the gear icon (edit mode) or vertical ellipsis (⋮) in the top right of the panel and select **Maximize panel**. To minimize the fullscreen mode, select the gear icon or vertical ellipsis and select **Minimize**.
- To view a panel in full screen mode, choose the gear icon (edit mode) or vertical ellipsis (⋮) at the top right of the panel and select **Maximize panel**. To minimize the full screen mode, choose the gear icon or vertical ellipsis and select **Minimize**.

- To resize, select the resize icon in the panel's lower right corner and drag to the new dimensions.
- To view in fullscreen mode, select the gear icon (edit mode) or vertical ellipsis (⋮) in the top right of the panel and select **Maximize panel**. To minimize the fullscreen mode, select the gear icon or vertical ellipsis and select **Minimize**.

The following is an example of a customized dashboard created in this tutorial.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
The following is an example of a customized dashboard created in this tutorial.
The following is an example of a customized dashboard created by using this tutorial.

@kolchfa-aws kolchfa-aws merged commit 7213507 into main Mar 1, 2023
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.3 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-2350-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7213507f9c7c1cea7858fe1663fca1313ac6755a
# Push it to GitHub
git push --set-upstream origin backport/backport-2350-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-2350-to-1.3.

@kolchfa-aws kolchfa-aws added the backport 2.6 PR: Backport label for 2.6 label Mar 1, 2023
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.0 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.0 2.0
# Navigate to the new working tree
pushd ../.worktrees/backport-2.0
# Create a new branch
git switch --create backport/backport-2350-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7213507f9c7c1cea7858fe1663fca1313ac6755a
# Push it to GitHub
git push --set-upstream origin backport/backport-2350-to-2.0
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.0

Then, create a pull request where the base branch is 2.0 and the compare/head branch is backport/backport-2350-to-2.0.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.1 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.1 2.1
# Navigate to the new working tree
pushd ../.worktrees/backport-2.1
# Create a new branch
git switch --create backport/backport-2350-to-2.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7213507f9c7c1cea7858fe1663fca1313ac6755a
# Push it to GitHub
git push --set-upstream origin backport/backport-2350-to-2.1
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.1

Then, create a pull request where the base branch is 2.1 and the compare/head branch is backport/backport-2350-to-2.1.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.2 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.2 2.2
# Navigate to the new working tree
pushd ../.worktrees/backport-2.2
# Create a new branch
git switch --create backport/backport-2350-to-2.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7213507f9c7c1cea7858fe1663fca1313ac6755a
# Push it to GitHub
git push --set-upstream origin backport/backport-2350-to-2.2
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.2

Then, create a pull request where the base branch is 2.2 and the compare/head branch is backport/backport-2350-to-2.2.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.3 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.3 2.3
# Navigate to the new working tree
pushd ../.worktrees/backport-2.3
# Create a new branch
git switch --create backport/backport-2350-to-2.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7213507f9c7c1cea7858fe1663fca1313ac6755a
# Push it to GitHub
git push --set-upstream origin backport/backport-2350-to-2.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.3

Then, create a pull request where the base branch is 2.3 and the compare/head branch is backport/backport-2350-to-2.3.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.4 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.4 2.4
# Navigate to the new working tree
pushd ../.worktrees/backport-2.4
# Create a new branch
git switch --create backport/backport-2350-to-2.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7213507f9c7c1cea7858fe1663fca1313ac6755a
# Push it to GitHub
git push --set-upstream origin backport/backport-2350-to-2.4
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.4

Then, create a pull request where the base branch is 2.4 and the compare/head branch is backport/backport-2350-to-2.4.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.5 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.5 2.5
# Navigate to the new working tree
pushd ../.worktrees/backport-2.5
# Create a new branch
git switch --create backport/backport-2350-to-2.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7213507f9c7c1cea7858fe1663fca1313ac6755a
# Push it to GitHub
git push --set-upstream origin backport/backport-2350-to-2.5
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.5

Then, create a pull request where the base branch is 2.5 and the compare/head branch is backport/backport-2350-to-2.5.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.6 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.6 2.6
# Navigate to the new working tree
pushd ../.worktrees/backport-2.6
# Create a new branch
git switch --create backport/backport-2350-to-2.6
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7213507f9c7c1cea7858fe1663fca1313ac6755a
# Push it to GitHub
git push --set-upstream origin backport/backport-2350-to-2.6
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.6

Then, create a pull request where the base branch is 2.6 and the compare/head branch is backport/backport-2350-to-2.6.

kolchfa-aws pushed a commit that referenced this pull request Mar 1, 2023
* New site page and content

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Content dev

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Content dev

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Change link to localhost instead of playground

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Add installation guide for Debian distribution (#2355)

* Creating page for the content

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added intro section

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding local repo steps but still waiting on syntax for ubuntu distribution naming

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Dumping from the rpm guide so I can work through it in-place

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding commands now that I have package names

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add output

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Polishing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Polishing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Touch up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 1

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 1.1

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 2

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add fingerprint verification steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Last minute tech revisions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Clean up CLI command

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix curl

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Modify GPG commands

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Clean up RPM/YUM installation guide (#2371)

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* [DOC] Adds new site pages and content under Visualize  (#2377)

* Adds new doc site pages and new content

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Adds response fields to the cluster health API (#2385)

* Adds response fields to the cluster health API

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated doc review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Formatting tables

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* More formatting changes

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated editorial comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Continue writing tutorial

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue content development

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue content development

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Revert "Add installation guide for Debian distribution (#2355)"

This reverts commit d289b58.

* Revert "Clean up RPM/YUM installation guide (#2371)"

This reverts commit 4091471.

* Revert "[DOC] Adds new site pages and content under Visualize  (#2377)"

This reverts commit 71aa7b5.

* Revert "Adds response fields to the cluster health API (#2385)"

This reverts commit 515f11c.

* Continue writing tutorial

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Final draft for tech review

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Image resizing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Resizing images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Caroline <113052567+carolxob@users.noreply.github.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* address tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Edit .gitignore file

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* address tech feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* add definitions

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* copy edits and graphics updates

Signed-off-by: vagimeli <vagimeli@amazon.com>

* clean up unused images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edit

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update index.md

* copy edit

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Incorporated tech review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Implemented editorial comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

---------

Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Caroline <113052567+carolxob@users.noreply.github.com>
Co-authored-by: Josh Romero <rmerqg@amazon.com>
Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
(cherry picked from commit 7213507)
AMoo-Miki pushed a commit to AMoo-Miki/documentation-website that referenced this pull request Mar 1, 2023
* New site page and content

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Content dev

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Content dev

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Change link to localhost instead of playground

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Add installation guide for Debian distribution (opensearch-project#2355)

* Creating page for the content

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added intro section

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding local repo steps but still waiting on syntax for ubuntu distribution naming

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Dumping from the rpm guide so I can work through it in-place

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding commands now that I have package names

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add output

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Polishing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Polishing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Touch up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 1

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 1.1

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 2

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add fingerprint verification steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Last minute tech revisions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Clean up CLI command

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix curl

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Modify GPG commands

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Clean up RPM/YUM installation guide (opensearch-project#2371)

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* [DOC] Adds new site pages and content under Visualize  (opensearch-project#2377)

* Adds new doc site pages and new content

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Adds response fields to the cluster health API (opensearch-project#2385)

* Adds response fields to the cluster health API

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated doc review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Formatting tables

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* More formatting changes

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated editorial comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Continue writing tutorial

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue content development

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue content development

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Revert "Add installation guide for Debian distribution (opensearch-project#2355)"

This reverts commit d289b58.

* Revert "Clean up RPM/YUM installation guide (opensearch-project#2371)"

This reverts commit 4091471.

* Revert "[DOC] Adds new site pages and content under Visualize  (opensearch-project#2377)"

This reverts commit 71aa7b5.

* Revert "Adds response fields to the cluster health API (opensearch-project#2385)"

This reverts commit 515f11c.

* Continue writing tutorial

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Final draft for tech review

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Image resizing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Resizing images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Caroline <113052567+carolxob@users.noreply.github.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* address tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Edit .gitignore file

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* address tech feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* add definitions

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* copy edits and graphics updates

Signed-off-by: vagimeli <vagimeli@amazon.com>

* clean up unused images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edit

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update index.md

* copy edit

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Incorporated tech review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Implemented editorial comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

---------

Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Caroline <113052567+carolxob@users.noreply.github.com>
Co-authored-by: Josh Romero <rmerqg@amazon.com>
Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
(cherry picked from commit 7213507)
@vagimeli vagimeli added Closed - Complete Issue: Work is done and associated PRs closed and removed 4 - Doc review PR: Doc review in progress labels Apr 17, 2023
@vagimeli vagimeli removed 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 backport 2.4 PR: Backport label for 2.4 backport 2.5 PR: Backport label for 2.5 backport 2.6 PR: Backport label for 2.6 labels Aug 22, 2023
harshavamsi pushed a commit to harshavamsi/documentation-website that referenced this pull request Oct 31, 2023
* New site page and content

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Content dev

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Content dev

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Change link to localhost instead of playground

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Add installation guide for Debian distribution (opensearch-project#2355)

* Creating page for the content

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added intro section

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding local repo steps but still waiting on syntax for ubuntu distribution naming

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Dumping from the rpm guide so I can work through it in-place

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding commands now that I have package names

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add output

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Polishing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Polishing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Touch up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 1

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 1.1

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Applying changes from tech review part 2

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add fingerprint verification steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Last minute tech revisions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Clean up CLI command

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix curl

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Modify GPG commands

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Clean up RPM/YUM installation guide (opensearch-project#2371)

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Cleaning up

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* [DOC] Adds new site pages and content under Visualize  (opensearch-project#2377)

* Adds new doc site pages and new content

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Adds response fields to the cluster health API (opensearch-project#2385)

* Adds response fields to the cluster health API

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated doc review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Formatting tables

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* More formatting changes

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated editorial comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Continue writing tutorial

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue content development

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue content development

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Revert "Add installation guide for Debian distribution (opensearch-project#2355)"

This reverts commit d289b58.

* Revert "Clean up RPM/YUM installation guide (opensearch-project#2371)"

This reverts commit 4091471.

* Revert "[DOC] Adds new site pages and content under Visualize  (opensearch-project#2377)"

This reverts commit 71aa7b5.

* Revert "Adds response fields to the cluster health API (opensearch-project#2385)"

This reverts commit 515f11c.

* Continue writing tutorial

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Continue writing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Final draft for tech review

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Image resizing

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Resizing images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Caroline <113052567+carolxob@users.noreply.github.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* address tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Edit .gitignore file

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* Update _dashboards/dashboard/index.md

Co-authored-by: Josh Romero <rmerqg@amazon.com>

* address tech feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* address tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* add definitions

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* copy edits and graphics updates

Signed-off-by: vagimeli <vagimeli@amazon.com>

* clean up unused images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edit

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Update index.md

* copy edit

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Incorporated tech review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Implemented editorial comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

---------

Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Caroline <113052567+carolxob@users.noreply.github.com>
Co-authored-by: Josh Romero <rmerqg@amazon.com>
Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
@kolchfa-aws kolchfa-aws deleted the 2349-dashboard-site-page branch March 28, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed - Complete Issue: Work is done and associated PRs closed dashboards visualizations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants