update_siem_config
Update the SIEM push export destination for your organization, supporting Splunk and Datadog. Modify provider, endpoint, or token to configure where audit events are sent.
Instructions
Configure the SIEM push export destination for the current organisation.
Only supplied fields are updated. Requires org_admin role.
Splunk: siem_provider="splunk", siem_endpoint="https://splunk.corp.local:8088", siem_token="" Datadog: siem_provider="datadog", siem_endpoint="datadoghq.com" (or datadoghq.eu), siem_token=""
Once configured, use push_to_siem to push audit events on demand.
Args: siem_provider: Destination type — "splunk" or "datadog". siem_endpoint: Splunk HEC base URL or Datadog site (e.g. datadoghq.com). siem_token: Splunk HEC token or Datadog API key (stored Fernet-encrypted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siem_token | No | ||
| siem_endpoint | No | ||
| siem_provider | No |