Skip to content

Commit

Permalink
[DOCS] Adds Visualizations features for 8.7 (elastic#151045)
Browse files Browse the repository at this point in the history
## Summary

Adds the 8.7 docs for:

- elastic#149388
- elastic#148829
- Closes elastic#144590
- Replaces elastic#144551
  • Loading branch information
KOTungseth authored and bmorelli25 committed Mar 10, 2023
1 parent 1b0074f commit 2db80c0
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions docs/user/dashboard/create-panels-with-editors.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
|

| Gauge and Goal
|
| ✓
| ✓
| ✓
| ✓
Expand Down Expand Up @@ -136,7 +136,7 @@
| ✓

| Synchronized tooltips
|
| ✓
| ✓
|
|
Expand Down Expand Up @@ -196,7 +196,7 @@
|

| Annotations
|
| ✓
| ✓
|
|
Expand Down Expand Up @@ -256,11 +256,11 @@
| ✓

| <<tsvb-function-reference, Series agg>>
|
| Use <<lens-formulas, formula>>
| &check;

| Static value
|
| &check;
| &check;

|===
Expand Down Expand Up @@ -301,7 +301,7 @@ Metric aggregations are calculated from the values in the aggregated documents.
| &check;

| Percentiles Rank
|
| &check;
| &check;
| &check;
| &check;
Expand All @@ -325,13 +325,13 @@ Metric aggregations are calculated from the values in the aggregated documents.
| &check;

| Value count
|
| &check;
|
| &check;
| &check;

| Variance
|
| &check;
| &check;
|
| &check;
Expand Down Expand Up @@ -364,7 +364,7 @@ Bucket aggregations group, or bucket, documents based on the aggregation type. T

| Date range
| Use filters
|
| &check;
| &check;
| &check;

Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/user/dashboard/lens.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ With *Lens*, you can:

If you're unsure about the visualization type you want to use, or how you want to display the data, drag the fields you want to visualize onto the workspace, then let *Lens* choose for you.

If you already know the visualization type you want to use, and how you want to display the data, use the following process:
If you already know the visualization type you want to use, and how you want to display the data, use the following process.

Choose the visualization type.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ To save space on the dashboard, hide the axis labels.
. Open the *Left axis* menu, then select *None* from the *Axis title* dropdown.
+
[role="screenshot"]
image::images/lens_lineChartMetricOverTimeLeftAxis_8.3.png[Left axis menu]
image::images/lens_lineChartMetricOverTimeLeftAxis_8.7.png[Left axis menu]

. Open the *Bottom axis* menu, then select *None* from the *Axis title* dropdown.
+
[role="screenshot"]
image::images/lens_lineChartMetricOverTimeBottomAxis_8.3.png[Bottom axis menu]
image::images/lens_lineChartMetricOverTimeBottomAxis_8.7.png[Bottom axis menu]

. Click *Save and return*

Expand Down
16 changes: 8 additions & 8 deletions docs/user/reporting/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ You access the options from the *Share* menu in the toolbar. The sharing options

* *CSV Reports* &mdash; Generate and download a CSV file of a *Discover* saved search.

* *Permalinks* &mdash; Share a direct link to a *Discover* saved search, dashboard, or visualization.
* *Get links* &mdash; Share a direct link to a *Discover* saved search, dashboard, or visualization.

* *Download as JSON* &mdash; Generate and download a JSON file of a *Canvas* workpad.

* beta[] *Share on a website* &mdash; Download and securely share *Canvas* workpads on any website.

* *Embed code* &mdash; Embed a fully interactive dashboard or visualization as an iframe on a web page.
* *Embed code* &mdash; Embed a fully interactive dashboard as an iframe on a web page.

[[reporting-on-cloud-resource-requirements]]
NOTE: For Elastic Cloud deployments, Kibana instances require a minimum of 2GB RAM to generate PDF or PNG reports. To
change Kibana sizing, {ess-console}[edit the deployment].
NOTE: For Elastic Cloud deployments, {kib} instances require a minimum of 2GB RAM to generate PDF or PNG reports. To
change {kib} sizing, {ess-console}[edit the deployment].

[float]
[[manually-generate-reports]]
Expand Down Expand Up @@ -84,7 +84,7 @@ Share a direct link to a saved search, dashboard, or visualization. To access th

. Open the main menu, then open the saved search, dashboard, or visualization you want to share.

. From the toolbar, click *Share*, then select *Permalinks*.
. From the toolbar, click *Share*, then select *Get links*.

. Specify how you want to generate the link:

Expand Down Expand Up @@ -142,11 +142,11 @@ NOTE: Shareable workpads encode the current state of the workpad in a JSON file.
[[embed-code]]
== Embed code

Display your dashboard or visualization on an internal company website or personal web page with an iframe. Embedding other {kib} objects is generally supported, but you might need to manually craft the proper HTML code.
Display your dashboard on an internal company website or personal web page with an iframe. Embedding other {kib} objects is generally supported, but you might need to manually craft the proper HTML code.

Some users might not have access to the dashboard or visualization. For more information, refer to <<anonymous-access-and-embedding>> and <<embedded-content-authentication>>.

. Open the main menu, then open the dashboard or visualization you want to share.
. Open the main menu, then open the dashboard you want to share.

. Click *Share > Embed code*.

Expand All @@ -156,7 +156,7 @@ Some users might not have access to the dashboard or visualization. For more inf

* To display up-to-date changes, select *Saved object*.

* Select the dashboard or visualization elements you want to include.
* Select the dashboard components you want to include.

* To generate a shortened link, select *Short URL*.

Expand Down

0 comments on commit 2db80c0

Please sign in to comment.