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 |
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.
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 index pattern name
- Enter 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
OpenSearch Plugins page has the following subpages:
Plugins | Action/Purpose |
Query Workbench | lets you use the SQL and PPL request body 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 | |
Index Management |
Management
In Management page there are 3 subpage
...