Merge pull request #7479 from hashicorp/docs-ent-audit
update enterprise audit blurb
This commit is contained in:
commit
209ff549b6
|
@ -2,8 +2,8 @@ job "elastic" {
|
|||
group "group" {
|
||||
scaling {
|
||||
enabled = false
|
||||
min = 5
|
||||
max = 100
|
||||
min = 5
|
||||
max = 100
|
||||
|
||||
policy {
|
||||
foo = "bar"
|
||||
|
|
|
@ -44,7 +44,9 @@ Governance & Policy features are part of an add-on module that enables an organi
|
|||
|
||||
### Audit Logging
|
||||
|
||||
Audit Logging enables operators to secure clusters by providing a complete set of records for all user-issued actions. Audit logging supports configurable sinks to send auditing events to as well as filtering out certain types of events.
|
||||
Secure clusters with enhanced risk management and operational traceability to fulfill compliance requirements. This Enterprise feature provides administrators with a complete set of records for all user-issued actions in Nomad.
|
||||
|
||||
With Audit Logging, enterprises can now proactively identify access anomalies, ensure enforcement of their security policies, and diagnose cluster behavior by viewing preceding user operations. Designed as an HTTP API based audit logging system, each audit event is captured with relevant request and response information in a JSON format that is easily digestibility and familiar to operators.
|
||||
|
||||
See the [Audit Logging Documentation](/docs/configuration/audit) for a thorough overview.
|
||||
|
||||
|
|
Loading…
Reference in New Issue