[Yandex Cloud documentation](../index.md) > [Yandex Smart Web Security](index.md) > Audit Trails events

# Yandex Audit Trails event reference

Audit Trails supports tracking [control plane](../audit-trails/concepts/format.md) and [data plane](../audit-trails/concepts/format-data-plane.md) events for Yandex Smart Web Security.

The `event_type` value follows this general format:

```text
yandex.cloud.audit.smartwebsecurity.<event_name>
```

## Control plane event reference {#control-plane-events}

Event name | Description
--- | ---
`CreateArlProfile` | Creating an ARL profile
`CreateCustomPage` | Creating a [response page template](concepts/response-templates.md)
`CreateDomain` | Creating a domain
`CreateLoadBalancer` | Creating a proxy server
`CreateMatchList` | Creating an address list
`CreateSecurityProfile` | Creating a security profile
`CreateWafProfile` | Creating a WAF profile
`DeleteArlProfile` | Deleting an ARL profile
`DeleteCustomPage` | Deleting a response page template
`DeleteDomain` | Deleting a domain
`DeleteLoadBalancer` | Deleting a proxy server
`DeleteMatchList` | Deleting an address list
`DeleteSecurityProfile` | Deleting a security profile
`DeleteWafProfile` | Deleting a WAF profile
`StartLoadBalancer` | Starting a proxy server
`StopLoadBalancer` | Stopping a proxy server
`UpdateArlProfile` | Updating an ARL profile
`UpdateCustomPage` | Updating a response page template
`UpdateDomain` | Updating a domain
`UpdateLoadBalancer` | Updating a proxy server
`UpdateMatchList` | Updating an address list
`UpdateSecurityProfile` | Updating a security profile
`UpdateWafProfile` | Updating a WAF profile

## Data plane event reference {#data-plane-events}

Event name | Description
--- | ---
`ArlMatchedRequest` | Triggering a rule from an ARL profile
`SWSMatchedRequest` | Triggering a rule from a security profile
`WafMatchedExclusionRule` | Triggering an exclusion rule from a WAF profile
`WafMatchedRule` | Triggering a rule from a WAF profile