[DOC] New content: Getting Started with OpenSearch Dashboards (#1302)

* new content getting started

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Addressed editorial feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Addressed doc reviewer feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Revised step 4 verbiage

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Added captions to images

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Reformatted graphic table and fixed links

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Fixed FAQ link

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Removed Save instruction, as playground is read-only access

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Resolve tech review feedback

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Revisions based on tech input

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Revised intro section and retitled first heading

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Updated related links

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Copy edit

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Copy edit

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Formatting changes

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Changes to H1 and caption format

Signed-off-by: vagimeli <vagimeli@amazon.com>

* copy edits

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Copy edit

Signed-off-by: vagimeli <vagimeli@amazon.com>

* Fix nav order

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
Co-authored-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
Melissa Vagi 2022-10-06 14:36:36 -06:00 committed by GitHub
parent 16967ad2a8
commit 4eaf4e0944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 44 additions and 9 deletions

View File

@ -1,6 +1,6 @@
---
layout: default
title: About Dashboards
title: Getting started with OpenSearch Dashboards
nav_order: 1
has_children: false
has_toc: false
@ -11,15 +11,50 @@ redirect_from:
{%- comment -%}The `/docs/opensearch-dashboards/` redirect is specifically to support the UI links in OpenSearch Dashboards 1.0.0.{%- endcomment -%}
# OpenSearch Dashboards
# Getting started with OpenSearch Dashboards
OpenSearch Dashboards is the default visualization tool for data in OpenSearch. It also serves as a user interface for many of the OpenSearch plugins, including security, alerting, Index State Management, SQL, and more.
OpenSearch Dashboards is an open-source, integrated visualization tool that makes it easy for users to explore their data in OpenSearch. From real-time application monitoring, threat detection, and incident management to personalized search, OpenSearch Dashboards gives you the data visualizations needed to graphically represent trends, outliers, and patterns in your data. The image below shows a sample of data visualizations in OpenSearch Dashboards.
<img src="{{site.url}}{{site.baseurl}}/images/dashboard-flight.png" alt="User interface showing several data visualizations">
## Get started with OpenSearch Dashboards
## Use cases for OpenSearch Dashboards
1. After starting OpenSearch Dashboards, you can access it at port 5601. For example, http://localhost:5601.
1. Log in with the default username `admin` and password `admin`.
1. Choose **Try our sample data** and add the sample flight data.
1. Choose **Discover** and search for a few flights.
1. Choose **Dashboard**, **[Flights] Global Flight Dashboard**, and wait for the dashboard to load.
In OpenSearch Dashboards, a data dashboard is a collection of charts, graphs, gauges, and other visualizations that gives you a snapshot of the data that you're interested in and that you interact with. You can track, analyze, and display real-time search, monitoring, and analysis of business and operational data for use cases like application monitoring, log analytics, observability, and website search. The image below shows data visualization use cases for OpenSearch Dashboards.
<table style="table-layout: fixed; width: 100%;">
<tbody>
<tr>
<td style="text-align: left; font-family:Open Sans Condensed; vertical-align: top; width: 100%;">Visualize log and trace data with interactive log analytics.<img src="{{site.url}}{{site.baseurl}}/images/visualize-log-data.png" alt="Log analytics" /></td>
<td style="text-align: left; font-family:Open Sans Condensed; width: 100%;">Detect and mitigate issues faster with anomaly detection.<img src="{{site.url}}{{site.baseurl}}/images/anomaly-detection.png" alt="Anomaly detection" /></td>
</tr>
<tr>
<td style="text-align: left; font-family:Open Sans Condensed; vertical-align: top; width: 100%;">Diagnose performance issues and reduce application downtime.<img src="{{site.url}}{{site.baseurl}}/images/observability.png" alt="Observability interface and log monitoring features" /></td>
<td style="text-align: left; font-family:Open Sans Condensed; vertical-align: top; width: 100%;">Unlock real-time search, monitoring, and analysis of business and operational data.<img src="{{site.url}}{{site.baseurl}}/images/analyzing-data-logs.png" alt="Real-time search, monitoring, and analysis" /></td>
</tr>
</tbody>
</table>
## Explore the OpenSearch Dashboards playground
You can interact with the demonstration datasets in the OpenSearch Dashboards playground by following the steps below:
1. Go to the [OpenSearch Dashboards playground](https://playground.opensearch.org/app/home).
2. Choose **OpenSearch Dashboards > Dashboard**.
3. Explore the available datasets and select one: **[Flights] Global Flight Dashboard**, **[Logs] Web Traffic**, or **[eCommerce] Revenue Dashboard**.
4. Interact with the data on a dashboard. Choose **Add filter**, and specify the data you'd like to see.
5. Select one of the options from the **Field** menu, and specify an **Operator** to filter the results.
The image below shows a [Logs] Web Traffic dashboard with filters applied.
<img src="{{site.url}}{{site.baseurl}}/images/log-dashboard-filter.png" alt="Logs web traffic dashboard with filters applied">
## Next steps
You can run OpenSearch Dashboards on a local host after installing OpenSearch. See [Install and configure OpenSearch]({{site.url}}{{site.baseurl}}/opensearch/install/index/) and [Install and configure OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/dashboards/install/index/) for installation instructions.
## Related links
- [Getting Started with OpenSearch]({{site.url}}{{site.baseurl}}).
- [Launch Highlight: OpenSearch Playground](https://www.opensearch.org/blog/community/2022/10/opensearch-playground/)
- [Upgrade from Kibana OSS to OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/upgrade-to/dashboards-upgrade-to/)
- [OpenSearch Frequently Asked Questions]({{site.url}}{{site.baseurl}}/faq/)
- [OpenSearch Dashboards Developer Guide](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/DEVELOPER_GUIDE.md)

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

BIN
images/dashboard-flight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

BIN
images/observability.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB