This article describe how to access and use OpenSearch-dashboards.
OpenSearch Dashboards is an open-source, integrated visualization tool that makes it easy for users to explore their data in OpenSearch.
Table of Contents |
---|
Info | ||
---|---|---|
| ||
Pattern for OpenSearch-dashboards: https://<cluster-name>-<project-name>-opensearch-dashboards.ci.folio.org |
Authentication
OpenSearch Dashboards
Dashboards page shows common information about existing OpenSearch cluster and provides tools for creating and managing dashboard.
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.
Info | ||
---|---|---|
| ||
Each page has a hint in order to get started using OpenSearch-Dashboards. |
Discover in OpenSearch Dashboards helps you extract insights and get value out of data assets across your organization. You can quickly ingest and query your data, display that data in visualizations and interactive dashboards, and deliver insights to your organization.
For creating visualization or dashboards it should be created index pattern.
...
- Go to Stack Management/Index patterns page
- Press Create index pattern
- Enter/Choose index pattern name
- Enter/Skip Time field
- Submit
By visualizing your data, you translate complex, high-volume, or numerical data into a visual representation that is easier to process. OpenSearch Dashboards gives you data visualization tools to improve and automate the visual communication process.
OpenSearch Plugins
There are different plugins that can be installed in OpenSearch service.
...
Plugins | Action/Purpose |
Query Workbench | Lets you write the SQL and PPL query to search for data and visualizations. |
Reporting | Used to create PNG, PDF, and CSV reports. |
Alerting | Alerts, Monitors and Destinations. Monitor your data and create alert notifications that trigger when conditions occur in one or more indexes. |
Anomaly Detection | Automatically detects anomalies in your data in near real-time. An anomaly in OpenSearch is any unusual behavior change in your time-series data. |
Observability | Collection of plugins and applications that let you visualize data-driven events by using Piped Processing Language to explore, discover, and query data stored in OpenSearch. |
Index Management | Lets you automate recurring index management activities and reduce storage costs. |
Management
OpenSearch DevTools Console is used for sending queries to OpenSearch.
In Stack Management page there are 3 subpage
...