Merge pull request #7479 from hashicorp/docs-ent-audit

update enterprise audit blurb
This commit is contained in:
Drew Bailey 2020-03-24 19:46:38 -04:00 committed by GitHub
commit 209ff549b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,8 @@ job "elastic" {
group "group" {
scaling {
enabled = false
min = 5
max = 100
min = 5
max = 100
policy {
foo = "bar"

View File

@ -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.