Skip to end of banner
Go to start of banner

Access/Use OpenSearch-dashboards interface

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Current »

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.

Domain

Pattern for OpenSearch-dashboards: https://<cluster-name>-<project-name>-opensearch-dashboards.ci.folio.org

Authentication

To get OpenSearch-dashboards username and password(if it's needed), follow steps:

  1. Log in to Rancher
  2. Select cluster
  3. Select namespace
  4. Navigate to Storage → Secrets db-connect-modules 
  5. Copy ELASTICSEARCH_USERNAME and ELASTICSEARCH_PASSWORD values

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.

Hint

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.

To create index pattern, follow steps:

  1. Go to Stack Management/Index patterns page
  2. Press Create index pattern
  3. Enter/Choose index pattern name
  4. Enter/Skip Time field
  5. 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.

In current case OpenSearch Plugins page has the following plugins:

PluginsAction/Purpose
Query WorkbenchLets you write the SQL and PPL query to search for data and visualizations.
Reporting

Used to create PNG, PDF, and CSV reports.

AlertingAlerts, Monitors and Destinations. Monitor your data and create alert notifications that trigger when conditions occur in one or more indexes.
Anomaly DetectionAutomatically detects anomalies in your data in near real-time. An anomaly in OpenSearch is any unusual behavior change in your time-series data.
ObservabilityCollection 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 ManagementLets 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

  • Index Patterns - Create and manage the index patterns.
  • Saved Objects - Manage and share your saved objects.
  • Advanced settings - Advanced settings of OpenSearch Dashboards (for advanced users).



Information

For detailed information please follow apache Opensearch documentation

https://opensearch.org/docs/latest/dashboards/index/

  • No labels