9 Matching Annotations
  1. Last 7 days
    1. Message Body Template Examples

      We also support nested event fields, as shown in this example. { "summary": "Backup policy '{{data.config.name}}' was {{data.config.action}} by {{actor.identifier}}", "workload": "{{data.workload.type}}", "tenantId": "{{data.tenant.id}}", "policyId": "{{data.policy.id}}", "policyType": "{{data.policy.type}}", "status": "{{data.config.status}}", "schedule": "{{data.config.schedule}}", "retention": "{{data.config.retention}}", "occurredAt": "{{timestamp}}", "rawEvent": {{event}} }

      event will be sent like: { "summary": "Backup policy 'Daily Exchange Backup' was UPDATED by admin@contoso.com", "workload": "M365", "tenantId": "tenant_12345", "policyId": "policy_12345", "policyType": "Exchange Mailboxes", "status": "ENABLED", "schedule": "daily at 02:00 UTC", "retention": "90 days", "occurredAt": "2026-07-13T09:30:00Z", "rawEvent": { ...the full event JSON from above... } }

      I would add this kind of exsamples.

    2. You can nest group nodes to build complex filters, and you can negate any node so that it matches the events that do not meet the condition.

      nest group nodes are not supported

    1. If you do not add any rules, all events are forwarded with the default LogScale ingest format.

      The event will be sent in raw format, not in LogScale format. This is properly described in the "Adding Splunk Integrations" section.