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
Describe the bug
I am testing for new scheduling feature (please refer to the following link because once the alert is created, this feature is no longer visible in the UI. I believe it is resolved in v8.13)
I see that this is not supported by Terraform provider yet. When I try to import the alert rule, we can see that Terraform GET API call receives the correct configuration - from Debug message:
I am not sure if this issue is reported previously. And I did not find any across all issues here. Therefore, I am creating this one.
We have upgraded ELK clusters to v8.12 mainly because our alerts need to use newer features like alert filters to reduce noise from the alerts. But, we need to manage them from Terraform automation. Unfortunately, I do not see this supported as yet from my tests.
Let me know if more information is needed from my end.
Expected behavior
Please update Terraform to support new features like alert filter.
Elasticsearch Version [e.g. 7.16.0] - 8.12.2
The text was updated successfully, but these errors were encountered:
ASH895-N
changed the title
Kibana UI supports action filters but not importing in Terraform
Kibana UI supports action filters but it is not importing in Terraform
Mar 20, 2024
Fixed by elastic/kibana#186963. Starting from v0.11.7, the Rule resource now supports the rule's alert_delay property and the rule's action alerts_filter and frequency properties. You can find complete documentation on the Elastic Terraform provider documentation page.
Describe the bug
I am testing for new scheduling feature (please refer to the following link because once the alert is created, this feature is no longer visible in the UI. I believe it is resolved in v8.13)
I am referring to this feature here - https://github.com/elastic/kibana/blob/7a8d328cfa0f59516124a760710d0d5831680abf/x-pack/plugins/alerting/docs/openapi/components/schemas/actions.yaml#L14-L65
I see that this is not supported by Terraform provider yet. When I try to import the alert rule, we can see that Terraform GET API call receives the correct configuration - from Debug message:
Alert JSON configuration -
But the imported resource isn't having the setting -
I am not sure if this issue is reported previously. And I did not find any across all issues here. Therefore, I am creating this one.
We have upgraded ELK clusters to v8.12 mainly because our alerts need to use newer features like alert filters to reduce noise from the alerts. But, we need to manage them from Terraform automation. Unfortunately, I do not see this supported as yet from my tests.
Let me know if more information is needed from my end.
Expected behavior
Please update Terraform to support new features like alert filter.
The text was updated successfully, but these errors were encountered: