Description
Validate that all existing Elasticsearch functionality is completely unaffected by the OpenSearch migration work when no phase flag is set.
Parent sub-epic: #35476
Parent epic: #34164
Test plan reference: Section 5 — Scenario A
Acceptance Criteria
Additional Context
Environment:
- Docker Compose stack:
docker/docker-compose-examples/os-migration/docker-compose.yml
- ES 7.10 on port 9200 / Kibana on 5601
- OpenSearch stack may be running or not — should not matter for Phase 0
Config:
FEATURE_FLAG_OPEN_SEARCH_PHASE=0
Depends on: #35476
Description
Validate that all existing Elasticsearch functionality is completely unaffected by the OpenSearch migration work when no phase flag is set.
Parent sub-epic: #35476
Parent epic: #34164
Test plan reference: Section 5 — Scenario A
Acceptance Criteria
FEATURE_FLAG_OPEN_SEARCH_PHASEset (or set to0). Startup log showsPhase 0. No OS connection attempted.GET /_cat/indices?v) — working and live indices present.Additional Context
Environment:
docker/docker-compose-examples/os-migration/docker-compose.ymlConfig:
FEATURE_FLAG_OPEN_SEARCH_PHASE=0Depends on: #35476