Link Search Menu Expand Document Documentation Menu

This is an earlier version of the OpenSearch documentation. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.

Quickstart guide for OpenSearch Dashboards

This quickstart guide covers the core concepts that you need to understand to get started with OpenSearch Dashboards. You’ll learn how to:

  • Add sample data.
  • Explore and inspect data with Discover.
  • Visualize data with Dashboard.
  • Add sample data.
  • Explore and inspect data with Discover.
  • Visualize data with Dashboard.

Before you get started, make sure you’ve installed OpenSearch and OpenSearch Dashboards. For information on installation and configuration, see Install and configure OpenSearch and Install and configure OpenSearch Dashboards.

Adding sample data

Sample datasets come with visualizations, dashboards, and other tools to help you explore Dashboards before you add your own data. To add sample data, perform the following steps:

  1. Verify access to OpenSearch Dashboards by connecting to http://localhost:5601 from a browser. The default username and password are admin.
  2. On the OpenSearch Dashboards Home page, choose Add sample data.
  3. Choose Add data to add the datasets, as shown in the following image.

    Sample datasets

Exploring and inspecting data

In Discover, you can:

  • Choose data to explore, set a time range for that data, search it using Dashboards Query Language (DQL), and filter the results.
  • Explore the data, view individual documents, and create tables summarizing the data’s contents.
  • Visualize your findings.

Try it: Getting familiar with Discover

  1. On the OpenSearch Dashboards Home page, choose Discover.
  2. Change the time filter to Last 7 days, as shown in the following image.

    Time filter interface

  3. Search using the DQL query FlightDelay:true AND DestCountry: US AND FlightDelayMin >= 60 and then choose Update. You should see results for US-bound flights delayed by 60 minutes or more, as shown in the following image.

    DQL search field example

  4. To filter data, choose Add filter and then select an Available field. For example, select FlightDelayType, is, and Weather delay from the Field, Operator, and Value dropdown lists, as shown in the following image.

    Filter data by FlightDelayType field

Visualizing data

Raw data can be difficult to comprehend and use. Data visualizations help you prepare and present data in a visual form. In Dashboard you can:

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

Try it: Getting familiar with Dashboard

  1. On the OpenSearch Dashboards Home page, choose Dashboard.
  2. Choose [Flights] Global Flight Data in the Dashboards window, as shown in the following image.

    Data visualization dashboard

  3. To add panels to the dashboard, choose Edit and then Add from the toolbar.
  4. In the Add panels window, choose the existing panel [Flights] Delay Buckets. You’ll see a pop-up window on the lower right confirming that you’ve added the panel.
  5. Select x to close the Add panels window.
  6. View the added panel [Flights] Delay Buckets, which is added as the last panel on the dashboard, as shown in the following image.

    Add panel to dashboard

Try it: Creating a visualization panel

Continuing with the preceding dashboard, you’ll create a bar chart comparing the number of canceled flights and delayed flights to delay type and then add the panel to the dashboard:

  1. Change the default time range from 24 hours to Last 7 days.
  2. In the toolbar, choose Edit, then Create new.
  3. Select VisBuilder in the New Visualizations window.
  4. In the Data Source dropdown list, choose opensearch_dashboards_sample_data_flights.
  5. Drag the fields Cancelled and FlightDelay to the y-axis column.
  6. Drag the field FlightDelayType to the x-axis column.
  7. Choose Save and name the visualization in the Title field.
  8. Choose Save and return. The following bar chart is added as the last panel on the dashboard, as shown in the following image.

Creating a visualization panel

Interacting with data

Interactive dashboards allow you analyze data in more depth and filter it in several ways. In Dashboards, you can interact directly with data on a dashboard by using dashboard-level filters. For example, continuing with the preceding dashboard, you can filter to show delays and cancellations for a specific airline.

Try it: Interacting with the sample flight data

  1. On the [Flights] Airline Carrier panel, choose OpenSearch-Air. The dashboard updates automatically.
  2. Choose Save to save the customized dashboard.

Alternatively, you can apply filters using the dashboard toolbar:

  1. In the dashboard toolbar, choose Add filter.
  2. From the Field, Operator, and Value dropdown lists, choose Carrier, is, and OpenSearch-Air, respectively, as shown in the following image.

    Edit field interface

  3. Choose Save. The dashboard updates automatically, and the result is the dashboard shown in the following image.

Dashboard view after applying Carrier filter

Next steps

350 characters left

Have a question? .

Want to contribute? or .