diff --git a/cypress/integration/cluster_metrics_monitor_spec.js b/cypress/integration/cluster_metrics_monitor_spec.js index 50d05aaf3..a664d21b4 100644 --- a/cypress/integration/cluster_metrics_monitor_spec.js +++ b/cypress/integration/cluster_metrics_monitor_spec.js @@ -3,8 +3,8 @@ * SPDX-License-Identifier: Apache-2.0 */ -import sampleClusterMetricsMonitor from '../fixtures/sample_cluster_metrics_monitor.json'; -import { INDEX, PLUGIN_NAME } from '../../cypress/support/constants'; +import { INDEX, PLUGIN_NAME } from '../support/constants'; +import sampleClusterMetricsMonitor from '../fixtures/sample_cluster_metrics_health_monitor.json'; const SAMPLE_CLUSTER_METRICS_HEALTH_MONITOR = 'sample_cluster_metrics_health_monitor'; const SAMPLE_CLUSTER_METRICS_NODES_STATS_MONITOR = 'sample_cluster_metrics_nodes_stats_monitor'; diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 726d6377d..6184354e2 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "2.8.0.0", - "opensearchDashboardsVersion": "2.8.0", + "version": "2.9.0.0", + "opensearchDashboardsVersion": "2.9.0", "configPath": ["opensearch_alerting"], "requiredPlugins": [ "uiActions", @@ -16,4 +16,4 @@ ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index c3a9d1456..7a3274e9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.8.0.0", + "version": "2.9.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0", @@ -60,4 +60,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file