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

[Maps] 7.12 doc updates #93830

Merged
merged 4 commits into from
Mar 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/maps/map-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ To access these settings, click *Map settings* in the application toolbar.
*Background color*::
Set the map background color.

*Show scale*::
When enabled, display the map scale.

[float]
[[maps-settings-navigation]]
=== Navigation
Expand Down
10 changes: 3 additions & 7 deletions docs/maps/maps-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ refer to <<xpack-security-authorization,Granting access to {kib}>>.
. Open the main menu, and then click *Dashboard*.
. Click **Create dashboard**.
. Set the time range to *Last 7 days*.
. Click **Create new**.
. Click **Create panel**.
. Click **Maps**.

[float]
Expand Down Expand Up @@ -152,10 +152,7 @@ image::maps/images/sample_data_web_logs.png[]
=== Step 4. Save the map
Now that your map is complete, save it and return to the dashboard.

. In the toolbar, click *Save*.
. Enter `Tutorial web logs map` for the title.
. Ensure *Add to Dashboard after saving* is enabled.
. Click *Save and return*.
. In the toolbar, click *Save and return*.
Copy link
Contributor

Choose a reason for hiding this comment

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

Since there is only 1 step in this section, how about just including that step at the end of the previous section:

  1. To save the map and return to the dashboard, click Save and return.

Is it "Save and return" or "Save & return"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not sure about burying this step at the end of the last section. Its a crucial step that is really separate from the previous step. How do you feel about keeping it as a separate section for visibility, even though its so short?


[float]
[[maps-embedding]]
Expand All @@ -164,8 +161,7 @@ Now that your map is complete, save it and return to the dashboard.
View your geospatial data alongside a heat map and pie chart, and then filter the data.
When you apply a filter in one panel, it is applied to all panels on the dashboard.

. In the toolbar, click **Add** to open a list of objects that you can add to the dashboard.
. Set the **Types** select to **Visualization**.
. Click **Add from library** to open a list of panels that you can add to the dashboard.
. Add **[Logs] Heatmap** and **[Logs] Visitors by OS** to the dashboard.
+
[role="screenshot"]
Expand Down
26 changes: 25 additions & 1 deletion docs/maps/vector-style-properties.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ You can add text labels to your Point features by configuring label style proper
|*Label color*
|The text color.
|*Label size*
|The size of the text font, in pixels.
|The size of the text, in pixels.
|*Label&nbsp;border&nbsp;color*
|The color of the label border.
|*Label&nbsp;border&nbsp;width*
|The width of the label border.
|===

You can symbolize Point features as *Circle markers* or *Icons*.
Expand Down Expand Up @@ -70,6 +74,16 @@ image::maps/images/maki-icons.png[]
|The border width of the polygon features.
|*Fill color*
|The fill color of the polygon features.
|*Label*
|Specifies label content. For polygons, the label is positioned at the polygon centroid. For multi-polygons, the label is positioned at the largest polygon centroid.
|*Label color*
|The text color.
|*Label size*
|The size of the text, in pixels.
|*Label&nbsp;border&nbsp;color*
|The color of the label border.
|*Label&nbsp;border&nbsp;width*
|The width of the label border.
|===


Expand All @@ -83,4 +97,14 @@ image::maps/images/maki-icons.png[]
|The color of the line features.
|*Border width*
|The width of the line features.
|*Label*
|Specifies label content. For lines, the label is positioned at the center of the line. For multi-lines, the label is positioned at the center of the longest line.
|*Label color*
|The text color.
|*Label size*
|The size of the text, in pixels.
|*Label&nbsp;border&nbsp;color*
|The color of the label border.
|*Label&nbsp;border&nbsp;width*
|The width of the label border.
|===