cross-linking for audit logging
This commit is contained in:
parent
0b6690fdec
commit
f0144c8f68
|
@ -851,7 +851,7 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
|
|||
- `serf_wan_allowed_cidrs` ((#serf_wan_allowed_cidrs)) Equivalent to the [`-serf-wan-allowed-cidrs` command-line flag](#_serf_wan_allowed_cidrs).
|
||||
|
||||
- `audit` <EnterpriseAlert inline /> - Added in Consul 1.8, the audit object allow users to enable auditing
|
||||
and configure a sink and filters for their audit logs.
|
||||
and configure a sink and filters for their audit logs. For more information, review the [audit log tutorial](https://learn.hashicorp.com/tutorials/consul/audit-logging).
|
||||
|
||||
```hcl
|
||||
audit {
|
||||
|
|
|
@ -18,4 +18,4 @@ Consul Enterprise v1.8.0 adds audit logging as a feature that captures a clear a
|
|||
|
||||
Audit logging enables security and compliance teams within an organization to get greater insight into Consul access and usage patterns.
|
||||
|
||||
For more details, review the [Consul Server Configuration](https://www.consul.io/docs/agent/options) documentation and the [Audit](https://www.consul.io/docs/agent/options#audit) configuration.
|
||||
For more experience leveraging Consul's audit logging functionality, we suggest you explore our HashiCorp Learn tutorial [Capture Consul Events with Audit Logging](https://learn.hashicorp.com/tutorials/consul/audit-logging). For detailed configuration information on configuring the Consul Enterprise's snapshot agent, review the Consul [Audit Log](https://www.consul.io/docs/agent/options#audit) documentation.
|
Loading…
Reference in New Issue