Conversation
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>
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>
Signed-off-by: vagimeli <vagimeli@amazon.com>
abbyhu2000
left a comment
There was a problem hiding this comment.
Just a few suggestions, otherwise LGTM!
Signed-off-by: vagimeli <vagimeli@amazon.com>
carolxob
left a comment
There was a problem hiding this comment.
LGTM with very minor changes, mostly to image links.
kolchfa-aws
left a comment
There was a problem hiding this comment.
Great content! Left some comments.
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
* fix#2400-yaml-editor-rules Signed-off-by: cwillum <cwmmoore@amazon.com> * fix#2400-yaml-editor-rules Signed-off-by: cwillum <cwmmoore@amazon.com> * fix#2400-yaml-editor-rules Signed-off-by: cwillum <cwmmoore@amazon.com> Signed-off-by: cwillum <cwmmoore@amazon.com>
Updates the 2.4 release notes to remove content that was pulled and to remove the note.
* Adds documentation for Admin UI index operations Signed-off-by: ariamarble <armarble@amazon.com> * tech review and format changes Signed-off-by: ariamarble <armarble@amazon.com> * Update _dashboards/admin-ui-index/index-management.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _dashboards/admin-ui-index/index-management.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _dashboards/admin-ui-index/index-management.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _dashboards/admin-ui-index/index-management.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _dashboards/admin-ui-index/index-management.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _dashboards/admin-ui-index/index-management.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _dashboards/admin-ui-index/index-management.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _dashboards/admin-ui-index/index-management.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * initial doc review changes Signed-off-by: ariamarble <armarble@amazon.com> * further doc review changes Signed-off-by: ariamarble <armarble@amazon.com> * consolidate snapshots Signed-off-by: ariamarble <armarble@amazon.com> * Doc Review 2 Electric Boogaloo Signed-off-by: ariamarble <armarble@amazon.com> Signed-off-by: ariamarble <armarble@amazon.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
natebower
left a comment
There was a problem hiding this comment.
LGTM with one comment.
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>
|
The backport to 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
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-2409-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 80aba53496da8fdcaa16b573fad8a8fa6f86324a
# Push it to GitHub
git push --set-upstream origin backport/backport-2409-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3Then, create a pull request where the |
|
The backport to 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
cd .worktrees/backport-2.0
# Create a new branch
git switch --create backport/backport-2409-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 80aba53496da8fdcaa16b573fad8a8fa6f86324a
# Push it to GitHub
git push --set-upstream origin backport/backport-2409-to-2.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.0Then, create a pull request where the |
|
The backport to 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
cd .worktrees/backport-2.1
# Create a new branch
git switch --create backport/backport-2409-to-2.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 80aba53496da8fdcaa16b573fad8a8fa6f86324a
# Push it to GitHub
git push --set-upstream origin backport/backport-2409-to-2.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.1Then, create a pull request where the |
|
The backport to 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
cd .worktrees/backport-2.2
# Create a new branch
git switch --create backport/backport-2409-to-2.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 80aba53496da8fdcaa16b573fad8a8fa6f86324a
# Push it to GitHub
git push --set-upstream origin backport/backport-2409-to-2.2
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.2Then, create a pull request where the |
|
The backport to 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
cd .worktrees/backport-2.3
# Create a new branch
git switch --create backport/backport-2409-to-2.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 80aba53496da8fdcaa16b573fad8a8fa6f86324a
# Push it to GitHub
git push --set-upstream origin backport/backport-2409-to-2.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.3Then, create a pull request where the |
|
The backport to 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
cd .worktrees/backport-2.4
# Create a new branch
git switch --create backport/backport-2409-to-2.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 80aba53496da8fdcaa16b573fad8a8fa6f86324a
# Push it to GitHub
git push --set-upstream origin backport/backport-2409-to-2.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.4Then, create a pull request where the |
Create new documentation site pages and content for foundational user documentation --------- Signed-off-by: vagimeli <vagimeli@amazon.com> (cherry picked from commit 80aba53)
Create new documentation site pages and content for foundational user documentation --------- Signed-off-by: vagimeli <vagimeli@amazon.com> (cherry picked from commit 80aba53) Co-authored-by: Melissa Vagi <105296784+vagimeli@users.noreply.github.com>
Create new documentation site pages and content for foundational user documentation --------- Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: vagimeli vagimeli@amazon.com
Description
Create Dashboards quickstart for adding sample data, exploring data, and visualizing data. Foundational user information to get started with Dashboards.
Issues Resolved
#2294
#928
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.