You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: