diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 7c32bfba7..bc680ce68 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -7,8 +7,8 @@ on: branches: - "*" env: - OPENSEARCH_DASHBOARDS_VERSION: '2.9.0' - SECURITY_ANALYTICS_BRANCH: '2.9' + OPENSEARCH_DASHBOARDS_VERSION: '2.x' + SECURITY_ANALYTICS_BRANCH: '2.x' jobs: tests: name: Run Cypress E2E tests diff --git a/cypress/integration/1_detectors.spec.js b/cypress/integration/1_detectors.spec.js index 47e8e35f0..71aed54df 100644 --- a/cypress/integration/1_detectors.spec.js +++ b/cypress/integration/1_detectors.spec.js @@ -8,7 +8,6 @@ import sample_windows_index_settings from '../fixtures/sample_windows_index_sett import sample_dns_index_settings from '../fixtures/sample_dns_index_settings.json'; import dns_name_rule_data from '../fixtures/integration_tests/rule/create_dns_rule_with_name_selection.json'; import dns_type_rule_data from '../fixtures/integration_tests/rule/create_dns_rule_with_type_selection.json'; -import dns_mapping_fields from '../fixtures/integration_tests/rule/sample_dns_field_mappings.json'; import _ from 'lodash'; import { getMappingFields } from '../../public/pages/Detectors/utils/helpers'; diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index f5904fd8b..76868a901 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,13 +1,9 @@ { "id": "securityAnalyticsDashboards", - "version": "2.9.0.0", - "opensearchDashboardsVersion": "2.9.0", - "configPath": [ - "opensearch_security_analytics" - ], - "requiredPlugins": [ - "data" - ], + "version": "2.10.0.0", + "opensearchDashboardsVersion": "2.10.0", + "configPath": ["opensearch_security_analytics"], + "requiredPlugins": ["data"], "server": true, "ui": true -} \ No newline at end of file +} diff --git a/package.json b/package.json index acc6c5836..e0624b7af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch_security_analytics_dashboards", - "version": "2.9.0.0", + "version": "2.10.0.0", "description": "OpenSearch Dashboards plugin for Security Analytics", "main": "index.js", "license": "Apache-2.0",