Link Search Menu Expand Document Documentation Menu

Creating visualizations in the Visualize application

The Visualize application uses a point-and-click interface to create data visualizations from aggregations. To open the Visualize application, select Visualize from the left navigation menu.

Visualization types

The Visualize application supports the following visualization types.

Area charts

Area charts depict changes over time, and they are commonly used to show trends. For more information, see Area charts.

Example area chart in OpenSearch Dashboards

Bar charts

Bar charts (vertical or horizontal) compare categorical data and depict changes of a variable over a period of time.

Vertical bar chart Horizontal bar chart
Example vertical bar chart in OpenSearch Dashboards Example horizontal bar chart in OpenSearch Dashboards

Controls

Controls is a panel added to a dashboard to filter data. You can create two types of controls: Options list (a dropdown that filters by a terms aggregation, such as machine.os.keyword) and Range slider (filters within specified value ranges, such as hour_of_day).

Example visualization using controls to filter data in OpenSearch Dashboards

Data tables

Data tables show your raw data in tabular form.

Example data table in OpenSearch Dashboards

Gauge charts

Gauge charts display how much there is of a measured value, optionally in relation to a benchmark or goal.

Example gauge chart in OpenSearch Dashboards

Heat maps

A heat map displays the distribution of numerical data over time using colors to differentiate where values fall in a range.

Example heat map in OpenSearch Dashboards

Line charts

Line charts compare changes in measured values over a period of time, such as gross sales by month.

Example line graph in OpenSearch Dashboards

Maps

You can create two types of maps in Dashboards: Coordinate maps and Region maps. Coordinate maps show the difference between data values for each location by size. Region maps show the difference between data values for each location by varying shades of color. For more information, see Maps.

Coordinate maps

Coordinate maps show location-based data on a map. Use coordinate maps to visualize GPS data (latitude and longitude coordinates) on a map. For information about OpenSearch-supported coordinate field types, see Geographic field types and Cartesian field types.

Example coordinate map in OpenSearch Dashboards

Region maps

Region maps show patterns and trends across geographic locations. A region map is one of the basemaps in Dashboards. For more information, see Coordinate and region maps.

Example region map in OpenSearch Dashboards

Markdown

Markdown displays information and instructions alongside your data visualizations.

Example Markdown visualization in OpenSearch Dashboards

Metric values

Metric values compare values in different measures, such as actual sales compared to sales goals.

Example metric chart in OpenSearch Dashboards

Pie charts

Pie charts compare values for items in a dimension, such as a percentage of a total amount.

Example pie chart in OpenSearch Dashboards

Tag cloud

Tag clouds display how often a word is used in relation to other words in a dataset.

Example tag cloud in OpenSearch Dashboards

TSVB

The Time-Series Visual Builder (TSVB) creates detailed time-series visualizations. It supports Area, Line, Metric, Gauge, Markdown, and Data Table visualization types. For more information, see TSVB.

Example TSVB in OpenSearch Dashboards

Timeline

Timeline uses a text-based expression syntax to create time-series visualizations. For more information, see Timeline.

Example Timeline in OpenSearch Dashboards

VisBuilder

VisBuilder is a drag-and-drop tool that provides an immediate view of your data without the need to preselect the data source or visualization type. It supports Area, Bar, Line, Metric, and Data Table types. For more information, see VisBuilder.

Example VisBuilder in OpenSearch Dashboards

Vega

Vega and Vega-Lite are declarative visualization grammars for creating custom visualizations using any chart type. For more information, see Vega.

Example Vega visualization in OpenSearch Dashboards

350 characters left

Have a question? .

Want to contribute? or .