terraform-provider-elasticstack icon indicating copy to clipboard operation
terraform-provider-elasticstack copied to clipboard

[Feature] Support for search templates / stored scripts

Open fludo opened this issue 3 years ago • 1 comments

We have many search template we deploy per-stack using the API/Dev-tools. This is actually errror-prone and we would like to include it in our Terraform scripts so we can manage it efficiently.

Available APIs Create&Update script: https://www.elastic.co/guide/en/elasticsearch/reference/current/create-stored-script-api.html Check currently deployed scripts: https://www.elastic.co/guide/en/elasticsearch/reference/current/get-stored-script-api.html

Solution Provide support to create/update/delete scripts & search template

Describe alternatives you've considered Using API / Dev console with query stored in standalone text file.

fludo avatar May 06 '22 09:05 fludo

Any news on this feature request ?

fludo avatar Jun 21 '22 14:06 fludo

This has been released with 0.5.0

tobio avatar Dec 07 '22 00:12 tobio