Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/waf/logging/security-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ The table below lists attributes that are generated in the security logs. When u
| client_application_version | The identified version of the client application, when classification is available. | default |
| geo_location | The resolved client geolocation country code for the request, when available. | user-defined only |
| session_id | The session identifier associated with the request, when session context is established. | user-defined only |
| enforcement_action | The action taken for the request. It can have values like `block`, `rejected-by-proxy` or `none` | user-defined only |

## Blocking Observability

Expand Down
Loading