Closed digitalkaoz closed 2 years ago
Hi, can you elaborate a bit on the intent here?
If I’m understanding correctly, this is compatible only with ES v7.8+. It’d be a breaking change for other versions.
On Mon, Jul 11, 2022 at 10:24 AM Robert Schönthal @.***> wrote:
see olivere/elastic#1415 https://github.com/olivere/elastic/pull/1415
You can view, comment on, or merge this pull request online at:
https://github.com/phillbaker/terraform-provider-elasticsearch/pull/295 Commit Summary
- 103b819 https://github.com/phillbaker/terraform-provider-elasticsearch/pull/295/commits/103b819feb04a3f925c8ba360726a00d2f44b90c use new _index_template endpoints for ES7
File Changes
(1 file https://github.com/phillbaker/terraform-provider-elasticsearch/pull/295/files )
- M es/resource_elasticsearch_index_template.go https://github.com/phillbaker/terraform-provider-elasticsearch/pull/295/files#diff-82be5743997940ba0d72c6cfff597ac481b9346fd5675ae8a24551ee7ea7c9f6 (6)
Patch Links:
- https://github.com/phillbaker/terraform-provider-elasticsearch/pull/295.patch
https://github.com/phillbaker/terraform-provider-elasticsearch/pull/295.diff
— Reply to this email directly, view it on GitHub https://github.com/phillbaker/terraform-provider-elasticsearch/pull/295, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXCKKTDOU3OOPZEKX6HH3VTQVCRANCNFSM53HWOTMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Mh, yeah you are right, its only 7.8+. The _template endpoint is deprecated and will be removed soon. Maybe check the minor version too?
That sounds fine to me!
On Tue, Jul 12, 2022 at 1:17 AM Robert Schönthal @.***> wrote:
Mh, yeah you are right, its only 7.8+. The _template endpoint is deprecated and will be removed soon. Maybe check the minor version too?
— Reply to this email directly, view it on GitHub https://github.com/phillbaker/terraform-provider-elasticsearch/pull/295#issuecomment-1181324839, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXCKLAZ477HISQMBGSENTVTT5VLANCNFSM53HWOTMA . You are receiving this because you commented.Message ID: @.*** com>
Hi @digitalkaoz are you able to update this PR?
Hi @digitalkaoz I'm going to close this PR out since it hasn't been updated. Please re-open if you're able to update.
see https://github.com/olivere/elastic/pull/1415