-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Add support for Opensearch and Opensearch Serverless…
… destinations (#8)
- Loading branch information
Showing
29 changed files
with
1,152 additions
and
494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Upgrade from v2.x to v3.x | ||
|
||
If you have any questions regarding this upgrade process, please consult the `examples` directory | ||
|
||
If you find a bug, please open an issue with supporting configuration to reproduce. | ||
|
||
## List of backwards incompatible changes | ||
|
||
### New features | ||
|
||
1. New Destination: Opensearch | ||
2. New Destination: Opensearch Serverless | ||
|
||
### Variable and output changes | ||
|
||
1. Renamed variables: | ||
|
||
- `elasticsearch_enable_vpc` -> `enable_vpc` | ||
- `elasticsearch_vpc_use_existing_role` -> `vpc_use_existing_role` | ||
- `elasticsearch_vpc_role_arn` -> `vpc_role_arn` | ||
- `elasticsearch_vpc_subnet_ids` -> `vpc_subnet_ids` | ||
- `elasticsearch_cross_account` -> `destination_cross_account` | ||
- `elasticsearch_vpc_create_service_linked_role` -> `opensearch_vpc_create_service_linked_role` | ||
- `elasticsearch_vpc_security_group_same_as_destination` -> `vpc_security_group_same_as_destination` | ||
|
||
2. Renamed Outputs: | ||
|
||
- `opensearch_cross_account_service_policy` -> `elasticsearch_cross_account_service_policy` | ||
|
||
3. Default Values Changed: | ||
|
||
- `elasticsearch_retry_duration` -> Default value changed from 3600 to 300. If used the default value, please configure this variable equals to 3600 | ||
|
||
4. Added variables: | ||
|
||
- All variables prefixed with opensearch and opensearchserverless |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.