1 Answer
- Newest
- Most votes
- Most comments
0
No, DMS does not use an existing index in OpenSearch. Even if you create one beforehand, it will be ignored. DMS automatically creates the index with default settings: 5 shards and 1 replica.
If you want to define these settings (shards, replicas, mappings), you’ll need to use a different approach, such as:
DMS → S3 → Lambda/Glue → OpenSearch or Use Logstash with a direct database connection.
These alternatives allow you to create and control the index before sending the data.
answered 10 days ago
Relevant content
- asked 2 years ago
- asked 3 years ago