[DOCS] Removed supported aggregations links from visualization pages (#64244) (#64314)

This commit is contained in:
Kaarina Tungseth 2020-04-23 12:45:44 -05:00 committed by GitHub
parent f411e7be12
commit 7c27913372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 101 deletions

View file

@ -1,4 +0,0 @@
You can customize the colors of your visualization by clicking the color dot next to each label to display the
_color picker_.
image::images/color-picker.png[An array of color dots that users can select]

View file

@ -6,22 +6,9 @@ Display graphical representations of data where the individual values are repres
[role="screenshot"]
image::images/visualize_heat_map_example.png[]
[float]
[[build-heat-map]]
==== Build a heat map
To display your data on the heat map, use the supported aggregations.
Heat maps support the following aggregations:
* <<visualize-metric-aggregations,Metric>>
* <<visualize-parent-pipeline-aggregations,Parent pipeline>>
* <<visualize-sibling-pipeline-aggregations,Sibling pipeline>>
* <<visualize-bucket-aggregations,Bucket>>
[float]
[[navigate-heatmap]]
==== Change the color ranges
=== Change the color ranges
When only one color displays on the heat map, you might need to change the color ranges.

View file

@ -14,20 +14,6 @@ beta[]
* Save your visualization for use in a dashboard.
[float]
[[lens-aggregation]]
=== Supported aggregations
Lens supports the following aggregations:
* <<visualize-metric-aggregations,Metric>>
* <<visualize-parent-pipeline-aggregations,Parent pipeline>>
* <<visualize-sibling-pipeline-aggregations,Sibling pipeline>>
* <<visualize-bucket-aggregations,Bucket>>
[float]
[[drag-drop]]
=== Drag and drop

View file

@ -13,20 +13,6 @@ The most frequently used visualizations include:
[[metric-chart]]
[float]
[[frequently-used-viz-aggregation]]
=== Supported aggregations
The most frequently used visualizations support the following aggregations:
* <<visualize-metric-aggregations,Metric>>
* <<visualize-parent-pipeline-aggregations,Parent pipeline>>
* <<visualize-sibling-pipeline-aggregations,Sibling pipeline>>
* <<visualize-bucket-aggregations,Bucket>>
[float]
=== Configure your visualization

View file

@ -43,18 +43,6 @@ Table:: Display data from multiple time series by defining the field group to sh
[role="screenshot"]
image:images/tsvb-table.png["Table visualization"]
[float]
[[tsvb-aggregation]]
=== Supported aggregations
TSVB supports the following aggregations:
* <<visualize-metric-aggregations,Metric>>
* <<visualize-parent-pipeline-aggregations,Parent pipeline>>
* <<visualize-sibling-pipeline-aggregations,Sibling pipeline>>
[float]
[[create-tsvb-visualization]]
=== Create TSVB visualizations

View file

@ -1,43 +0,0 @@
[role="xpack"]
[[visualize-rollup-data]]
== Use rolled up data in a visualization
beta[]
You can visualize your rolled up data in a variety of charts, tables, maps, and
more. Most visualizations support rolled up data, with the exception of
Timelion and Vega visualizations.
To get started, go to *Management > Kibana > Index patterns.*
If a rollup index is detected in the cluster, *Create index pattern*
includes an item for creating a rollup index pattern.
[role="screenshot"]
image::images/management_create_rollup_menu.png[Create index pattern menu]
You can match an index pattern to only rolled up data, or mix both rolled up
and raw data to visualize all data together. An index pattern can match only one
rolled up index, not multiple. There is no restriction on the number of standard
indices that an index pattern can match. When matching multiple indices,
use a comma to separate the names, with no space after the comma.
Keep the following in mind when creating a visualization from rolled up data:
* The data in a rollup index only has summarized metrics for specific fields.
You cant search any other field from the original raw data.
* Data is summarized into time buckets that might be split into sub buckets for
numeric field values or terms. You can ask for a time aggregation that takes
several time buckets and combines them to lower granularity. For example,
if the rollup job was aggregated by hours, you can ask for buckets of days.
The following visualization of rolled up data shows the date histogram
interval multiple and the limited metrics aggregations.
[role="screenshot"]
image::images/management_rollups_visualization.png[][Rollups in visualizations]
Dashboards can have a mixture of rollup visualizations and regular visualizations,
as shown in the following figure. Note that not all queries and filters support rollups.
[role="screenshot"]
image::images/management_rolled_dashboard.png[][Rollups in dashboards]