SIEM HTTP Destination Events

A SiemHttpDestinationEvent is a log record for SIEM publishing failures and recoveries.

Data Source Schema

Required

PropertyDescription
id
Int64
Event ID

Read Only

PropertyDescription
event_type
String
Type of SIEM event being recorded.
status
String
Status of event.
Possible values: success, failure, partial_failure, in_progress, skipped
body
String
Event body.
event_errors
List
Event errors.
created_at
String
Event create date/time.
body_url
String
Link to log file.
siem_http_destination_id
Int64
SIEM ID.

Example Data Source

data "files_siem_http_destination_event" "example_siem_http_destination_event" {
  id = 1
}