-
Notifications
You must be signed in to change notification settings - Fork 500
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
Add Maps to Dashboard #2903
Add Maps to Dashboard #2903
Conversation
Signed-off-by: carolxob <carolxob@amazon.com>
Signed-off-by: carolxob <carolxob@amazon.com>
Signed-off-by: carolxob <carolxob@amazon.com>
Signed-off-by: carolxob <carolxob@amazon.com>
Signed-off-by: carolxob <carolxob@amazon.com>
Signed-off-by: carolxob <carolxob@amazon.com>
@carolxob - is this feature only for 2.6? If so, we don't backport unless they are backporting the functionality. |
@junqiu-lei @VijayanB This is ready for tech review. Thanks! |
_dashboards/maps-dashboard.md
Outdated
|
||
## Getting started | ||
|
||
To get started, perform the following steps: |
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.
This part may need update, the entrypoint is Dashboard instead of Visualize
_dashboards/maps-dashboard.md
Outdated
layout: default | ||
title: Adding Maps to your Dashboard | ||
grand_parent: Building data visualizations | ||
parent: Using coordinate and region maps |
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.
This feature isn't related to coordinate and region maps, I think it belongs to _dashboards/maps-plugin.md
I saw this PR tagged with back-port to 2.0 - 2.5, this new feature is only available since 2.6, not sure if we need backport them. Thanks! |
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
@VijayanB @junqiu-lei Could you tech review this PR please? |
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
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 great. Steps are very clear to me.
_dashboards/visualize/maps-plugin.md
Outdated
|
||
To get started, perform the following steps: | ||
You can create a new map from the **Maps** or **Visualize** workflows by performing the following steps: |
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.
Feel free to disregard this. I'm looking at the great screenshots you added. Are the "workflows" actual UI elements? If they're not items you can actually see labeled or interact with, I'm not sure we need to make them bold face. But I'm not in the UI. So move on if this comment isn't valid.
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.
Yes, they are actually menu items in the top menu... I don't know whether there is a better word than "workflow" here. Let's ask @natebower
_dashboards/visualize/maps-plugin.md
Outdated
|
||
You can now see the default OpenSearch basemap. | ||
|
||
To examine the **Default map** layer configuration, in the **Layers** panel on the upper left of the map, select **Default map**, as shown in the following image. |
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 Layers panel, in the upper-left corner of the map, ..."
(suggestion only-feel free to disregard)
_dashboards/visualize/maps-plugin.md
Outdated
1. On the top menu bar, go to **OpenSearch Dashboards > Dashboard**. | ||
1. Select the dashboard you want to open from the list. | ||
1. In the upper right corner, select **Edit**. |
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.
upper-right corner
_dashboards/visualize/maps-plugin.md
Outdated
1. In the **New Visualization** dialog, select **Maps**. | ||
1. Add any default map, layers, and tooltips to the map. | ||
1. In the upper right corner, select the **Save** button. |
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.
upper-right corner
_dashboards/visualize/maps-plugin.md
Outdated
## Editing a map from a dashboard | ||
|
||
1. In the dashboard, select the gear icon in the upper right corner of the map you want to edit. |
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.
upper-right corner
_dashboards/visualize/maps-plugin.md
Outdated
1. Select **Edit maps**. | ||
1. Edit the map. | ||
1. In the upper right corner, select the **Save** button. |
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.
upper-right corner
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
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 some easy word replacements. Let me know if you have any questions. Thanks!
_dashboards/visualize/maps.md
Outdated
|
||
1. On the top menu bar, go to **OpenSearch Dashboards > Visualize**. | ||
1. Select the **Create visualization** button. | ||
1. In the **New Visualization** dialog, select **Maps**. |
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.
Global: Use "choose" to describe moving to a UI component such as a tab or pane or taking action on a button or menu.
Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Description
Describes how to add Maps to the Dashboard.
Issues Resolved
Closes #2656
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.