diff --git a/website/content/docs/audit/socket.mdx b/website/content/docs/audit/socket.mdx index 08316afc0..f53100742 100644 --- a/website/content/docs/audit/socket.mdx +++ b/website/content/docs/audit/socket.mdx @@ -39,3 +39,6 @@ these device-specific options: with net.Dial is acceptable. It's important to note if TCP is used and the destination socket becomes unavailable Vault may become unresponsive per [Blocked Audit Devices](/vault/docs/audit/#blocked-audit-devices). + +- `write_timeout` `(string: 2s)` - The (deadline) time in seconds to allow writes to be completed over the socket. + A zero value means that write attempts will *not* time out.