Link Search Menu Expand Document Documentation Menu

Explore the Dashboards application

The Dashboards application lets you combine multiple visualizations into a single page for monitoring and analysis.

With Dashboards, you can:

  • Display multiple data visualizations in a single view.
  • Build dynamic dashboards.
  • Create and share reports.
  • Embed analytics to differentiate your applications.

Prerequisites

The examples on this page use the Sample flight data dataset that is already installed in OpenSearch Playground.

If you’re using a local installation of OpenSearch Dashboards and haven’t added sample data yet, see Prepare your data.

Try it: Explore a prebuilt dashboard

  1. From the navigation panel, select OpenSearch Dashboards > Dashboards. The panel displays a list of existing dashboards.

  2. In the search toolbar, search for and select [Flights] Global Flight Dashboard.

    The panel displays a dashboard preloaded with visualizations, including charts, maps, and data tables.

  3. To add other panels to the dashboard, select the Edit button and choose Add from the toolbar.

  4. In the search toolbar in the Add panels window, enter flights.

  5. From the narrowed list, select [Flights] Delay Buckets.

  6. Select cross icon (cross) to exit the confirmation dialog.

  7. Select cross icon (cross) to exit the Add panels window.

  8. Scroll down to confirm that the newly added panel is now displayed as the last panel on the dashboard.

    The resulting view is shown in the following image.

    Add panel view

Adding your own visualization

If you completed the Explore the Visualize application tutorial and saved the Flight count over time visualization, you can add it to this dashboard:

  1. Select Add from the toolbar.
  2. In the search toolbar, enter Flight count over time.
  3. Select the visualization from the list.

This step requires a local installation. Saving visualizations is not available in the OpenSearch Playground.

Filtering data in Dashboards

You can interact with visualizations to filter data.

Using the [Flights] Global Flight Dashboard dashboard, follow these steps to filter the sample flight data:

  1. On the [Flights] Airline Carrier panel, select OpenSearch-Air.

    The dashboard updates automatically, adding the filter Carrier: OpenSearch-Air to the upper-left filter bar, as shown in the following image.

    Filter data demo

  2. Select Save to save the dashboard.

Alternatively, you can use the dashboard toolbar to apply filters:

  1. Select cross icon (cross) in the Carrier: OpenSearch-Air filter in the filter bar to remove the filter.

  2. In the dashboard toolbar, select plus icon (plus) Add filter.

  3. From the Field, Operator, and Value dropdown lists, select Carrier, is, and OpenSearch-Air, respectively.

  4. Select Save.

    The dashboard updates automatically.

    The resulting view is shown in the following image.

    Dashboards tutorial panel view

Further reading

Next steps

350 characters left

Have a question? .

Want to contribute? or .