Getting started =============== To start using **Aiven for OpenSearch® Dashboards**, :doc:`create Aiven for OpenSearch® service first` and OpenSearch Dashboards service will be added alongside it. Once the Aiven for OpenSearch service is running you can find connection information to your OpenSearch Dashboards in the service overview page and use your favourite browser to access OpenSearch Dashboards service. .. note:: Starting with Aiven for OpenSearch® versions 1.3.13 and 2.10, OpenSearch Dashboards will remain available during a maintenance update that also consists of version updates to your Aiven for OpenSearch service. Load sample data ***************** OpenSearch Dashboards come with three demonstration datasets included. To add sample data follow these steps: #. On the OpenSearch Dashboards landing page click on **Add sample data**. #. Choose one of the available datasets and click **Add data**. #. Click on **View data** to open the dashboard. Tools and pages *************** OpenSearch Dashboards have many tools and features for working with data and running queries. Here are a few ideas to get you started in each of the different sections. 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 `_ .. tip:: 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 new visualization: #. Select visualization type you want 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 :doc:`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: .. code:: sql 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*