Get started with Aiven for OpenSearch® Dashboards
To start using Aiven for OpenSearch® Dashboards, create Aiven for OpenSearch® service first and OpenSearch Dashboards service will be added alongside it.
Once the Aiven for OpenSearch service is running, the connection information to your OpenSearch Dashboards is displayed in the service overview page. Use your browser to access the OpenSearch Dashboards service.
Load sample data
OpenSearch Dashboards come with three demonstration datasets included. To add sample data:
- On the OpenSearch Dashboards landing page click Add sample data.
- Choose one of the available datasets and click Add data.
- Click View data to open the dashboard.
Tools and pages
OpenSearch Dashboards have many tools and features for working with data and running queries.
Discover
Discover page provides an interface to work with available data fields and run search queries by using either the OpenSearch Dashboards Query Language (DQL) or Apache Lucene®.
Additionally to search queries, you can filter the data by using either a visual interface or OpenSearch Query DSL
If the index you're looking at contains a date field, pay attention to the currently selected date range when running a query.
Visualize
Visualize page is an interface to create and manage your visualisations. In order to create a visualization:
- Select visualization type to use.
- Choose the source of data.
- Follow the interface to set up metrics and buckets.
Dashboard
A set of visualization can be put together on a single dashboard. Search queries and filters applied to the dashboard will refine results for every included visualisation.
Dev tools console
Read how you can use Dev Tools to run the queries directly from OpenSearch Dashboards in a separate article .
Query Workbench
Query Workbench allows you to use SQL syntax instead of DSL to query the data. For example, you can retrieve the items we just added to the shopping list with:
select * from shopping-list
Find more on how to work with SQL Workbench and how to run SQL queries in the official documentation.
Apache Lucene is a registered trademark or trademark of the Apache Software Foundation in the United States and/or other countries