Issues
- Add support for migrating metadata from ES1 snapshotsMIGRATIONS-2483
- Add support for reading ES1 snapshotsMIGRATIONS-2482
- Add support for migrating metadata from ES2 snapshotsMIGRATIONS-2481
- Add support for reading ES2 snapshots (with ES2-created indices)MIGRATIONS-2480
- Create Full E2E Integration test for ES 1.x to OS 2.x MigrationMIGRATIONS-2479Tanner Lewis
- Create Full E2E Integration test for ES 2.x to OS 2.x MigrationMIGRATIONS-2478
- Support for ES1 created indices on ES2 clusterMIGRATIONS-2477
- Update documentation to include support for Elasticsearch 1MIGRATIONS-2476
- Update documentation to include support for Elasticsearch 2MIGRATIONS-2475
- [Spike] Investigate deploying an EKS structureMIGRATIONS-2474
- Fetch custom VPC subnets from the CFN template for 'launch in existing vpc'MIGRATIONS-2473
- Enable users to provide custom VPC subnets in CDK contextMIGRATIONS-2472Jugal Chauhan
- [Console] Disable snapshot commands for external snapshotsMIGRATIONS-2471
- RFS deployment fails when a service control policy requires Lambda functions to be in VPCMIGRATIONS-2470Resolved issue: MIGRATIONS-2470
- Originating GitHub Issue: https://github.com/opensearch-project/opensearch-migrations/issues/1417MIGRATIONS-2469Resolved issue: MIGRATIONS-2469Andre Kurait
- Serverless POCMIGRATIONS-2468Andre Kurait
- mTLS support for source/target clustersMIGRATIONS-2467Resolved issue: MIGRATIONS-2467Andre Kurait
- 7.0 - 7.9 as a source needs to be addedMIGRATIONS-2466
- Update documentation to sync up with GIthub wikiMIGRATIONS-2465Resolved issue: MIGRATIONS-2465Jugal Chauhan
- Backfill Status Deep Check Fails During K8s DeploymentMIGRATIONS-2464
- Documentation - Automated Verification / TestsMIGRATIONS-2463
- Flaky Test: KafkaTrafficCaptureSourceTest.testSupplyTrafficFromSourceMIGRATIONS-2462Resolved issue: MIGRATIONS-2462
- Flaky Test: KafkaRestartingTrafficReplayerTest `[2] -1, false`MIGRATIONS-2461Resolved issue: MIGRATIONS-2461Andre Kurait
- Flaky Test: KafkaTrafficCaptureSourceTest.testSupplyTrafficWithUnformattedMessagesMIGRATIONS-2460Resolved issue: MIGRATIONS-2460Andre Kurait
- Flaky Test: ProcessLifecycleTest.testProcessExitsAsExpectedMIGRATIONS-2459Resolved issue: MIGRATIONS-2459Andre Kurait
- Jenkins DRMIGRATIONS-2458
- Weekly run in Jenkins with large snapshot on version 5.x to 2.xMIGRATIONS-2457Andre Kurait
- Display timing information in replay status commandMIGRATIONS-2456
- Spike: Dyamic Argo workflowsMIGRATIONS-2455Greg Schohn
- Spike: RFS as an Argo workflowMIGRATIONS-2454Greg Schohn
- Flaky test ProcessLifecycleTest.testProcessExitsAsExpectedMIGRATIONS-2453Resolved issue: MIGRATIONS-2453
- Console CLI assists user to specify a replayer speedup scheduleMIGRATIONS-2452
- Replayer implements a "speedup schedule"MIGRATIONS-2451
- [Spike] Transformation Playground/UX Design DocMIGRATIONS-2450Mikayla Thompson
- Console library report COMPLETED status for Backfill migrationsMIGRATIONS-2449
- Enable dependabot for dependenciesMIGRATIONS-2448Resolved issue: MIGRATIONS-2448
- Support default settings for index and templates in ES 7.17MIGRATIONS-2447
- Flakiness in RFS isolated testsMIGRATIONS-2446Peter Nied
- Update documentation to provide steps to clean up the migrations stateMIGRATIONS-2445
- Update user-facing documentation on replayer start up timeMIGRATIONS-2444
- Create User Documentation for Dashboard MigrationMIGRATIONS-2443
- Perform E2E integration testing for dashboard migration workflowMIGRATIONS-2442
- `console dashboards` commands from migration consoleMIGRATIONS-2441
- Implement local Target environment preview using a gradle commandMIGRATIONS-2440
- Implement local source environment setup using a gradle commandMIGRATIONS-2439
- Extend Snapshot Creation with Local Download SupportMIGRATIONS-2438
- Improve Replay Usability by Skipping Meaningless Captured DataMIGRATIONS-2437Resolved issue: MIGRATIONS-2437
- Create Revenue Tags for Migration Assistant AWS SolutionMIGRATIONS-2436
- Define user experience for handling many breaking changesMIGRATIONS-2435
- In metadata/rfs migrations, determine what we should migrate by defaultMIGRATIONS-2434
50 of
Add support for migrating metadata from ES1 snapshots
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Mikayla ThompsonMikayla ThompsonStory Points
0Fix versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Mikayla Thompson
Mikayla ThompsonStory Points
0
Fix versions
Priority
Created 5 days ago
Updated 5 days ago
Activity
Show:
The metadata tool should support migrating templates, aliases, and indices from ES1 to supported target versions. There are code paths dependent on cluster version that need to be updated to support ES1 and some critical breaking changes that need to be addressed (writing these transformations could be pulled into a separate task).
Acceptance Criteria
All supported forms of metadata can be migrated from an ES1 snapshot
Minimal necessary transformations are available to do so (tentatively defined as string type,
_timestamp
, and_ttl
, subject to team discussion and discovery of additional cases)