equinix_fabric_stream_alert_rule (Data Source)
Fabric V4 API compatible data source that allows user to fetch Equinix Fabric Stream Alert Rule by Stream Id and Alert Rule Id ~> Note Equinix Fabric v4 Stream Alert Rule By ID datasource is currently in Beta. The interfaces related to equinix_fabric_stream_alert_rule may change ahead of general availability. Please, do not hesitate to report any problems that you experience by opening a new issue https://github.com/equinix/terraform-provider-equinix/issues/new?template=bug.md
Additional Documentation:
- Getting Started: https://docs.equinix.com/observability/streaming-data/integratewithsink/
- API: https://docs.equinix.com/api-catalog/fabricv4/#tag/Stream-Alert-Rules
Example Usage
data "equinix_fabric_stream_alert_rule" "data_stream_alert_rule" {
stream_id = "<uuid_of_stream>"
stream_alert_rule_id = "<uuid_of_stream_alert_rule>"
}
output "stream_alert_rule_type" {
value = data.equinix_fabric_stream_alert_rule.alert_rule.type
}
output "stream_alert_rule_id" {
value = data.equinix_fabric_stream_alert_rule.alert_rule.uuid
}
output "stream_alert_rule_state" {
value = data.equinix_fabric_stream_alert_rule.alert_rule.state
}
output "stream_alert_rule_stream_id" {
value = data.equinix_fabric_stream_alert_rule.alert_rule.stream_id
}
Schema
Required
alert_rule_id(String) The uuid of the stream alert rulestream_id(String) The uuid of the stream that is the target of the stream alert rule
Optional
detection_method(Attributes) Detection method for stream alert rule (see below for nested schema)metric_selector(Attributes) Metric selector for the stream alert rule (see below for nested schema)
Read-Only
change_log(Attributes) Details of the last change on the stream resource (see below for nested schema)description(String) Customer-provided stream alert rule descriptionenabled(Boolean) Stream subscription enabled statushref(String) Equinix assigned URI of the stream alert rule resourceid(String) The unique identifier of the resourcename(String) Customer-provided stream alert rule nameresource_selector(Attributes) Lists of metrics to be included/excluded on the stream alert rule (see below for nested schema)state(String) Value representing provisioning status for the stream resourcetype(String) Type of the stream alert ruleuuid(String) Equinix assigned unique identifier of the stream subscription resource
Nested Schema for detection_method
Required:
type(String) Stream Alert Rule detection method type
Optional:
critical_threshold(String) Stream alert rule metric critical thresholdoperand(String) Stream alert rule metric operandwarning_threshold(String) Stream alert rule metric warning thresholdwindow_size(String) Stream alert rule metric window size
Nested Schema for metric_selector
Required:
include(List of String) List of metrics to include
Nested Schema for change_log
Read-Only:
created_by(String) User name of creator of the stream resourcecreated_by_email(String) Email of creator of the stream resourcecreated_by_full_name(String) Legal name of creator of the stream resourcecreated_date_time(String) Creation time of the stream resourcedeleted_by(String) User name of deleter of the stream resourcedeleted_by_email(String) Email of deleter of the stream resourcedeleted_by_full_name(String) Legal name of deleter of the stream resourcedeleted_date_time(String) Deletion time of the stream resourceupdated_by(String) User name of last updater of the stream resourceupdated_by_email(String) Email of last updater of the stream resourceupdated_by_full_name(String) Legal name of last updater of the stream resourceupdated_date_time(String) Last update time of the stream resource
Nested Schema for resource_selector
Read-Only:
include(List of String) List of metrics to include