diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml index 06731273ac..d83a708c11 100644 --- a/.github/workflows/skywalking.yaml +++ b/.github/workflows/skywalking.yaml @@ -394,6 +394,9 @@ jobs: - name: Storage OpenSearch 2.8.0 config: test/e2e-v2/cases/storage/opensearch/e2e.yaml env: OPENSEARCH_VERSION=2.8.0 + - name: Storage OpenSearch 3.0.0 + config: test/e2e-v2/cases/storage/opensearch/e2e.yaml + env: OPENSEARCH_VERSION=3.0.0 - name: Storage ES Sharding config: test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml diff --git a/docs/en/setup/backend/storages/elasticsearch.md b/docs/en/setup/backend/storages/elasticsearch.md index 596508179e..a2d60a5a73 100644 --- a/docs/en/setup/backend/storages/elasticsearch.md +++ b/docs/en/setup/backend/storages/elasticsearch.md @@ -12,7 +12,7 @@ In order to activate OpenSearch as storage, set the storage provider to **elasti We support and tested the following versions of OpenSearch: - 1.1.0, 1.3.10 -- 2.4.0, 2.8.0 +- 2.4.0, 2.8.0, 3.0.0 ## Elasticsearch diff --git a/test/e2e-v2/cases/storage/opensearch/docker-compose.yml b/test/e2e-v2/cases/storage/opensearch/docker-compose.yml index 461a4c4d21..41b072b9e0 100644 --- a/test/e2e-v2/cases/storage/opensearch/docker-compose.yml +++ b/test/e2e-v2/cases/storage/opensearch/docker-compose.yml @@ -26,6 +26,8 @@ services: - discovery.type=single-node - cluster.routing.allocation.disk.threshold_enabled=false - plugins.security.ssl.http.enabled=false + - DISABLE_INSTALL_DEMO_CONFIG=true + - DISABLE_SECURITY_PLUGIN=true healthcheck: test: ["CMD", "bash", "-c", "cat < /dev/null > /dev/tcp/127.0.0.1/9200"] interval: 5s