diff --git a/jobspec/test-fixtures/tg-scaling-policy.hcl b/jobspec/test-fixtures/tg-scaling-policy.hcl index c5569d8c1..f4eca297d 100644 --- a/jobspec/test-fixtures/tg-scaling-policy.hcl +++ b/jobspec/test-fixtures/tg-scaling-policy.hcl @@ -2,8 +2,8 @@ job "elastic" { group "group" { scaling { enabled = false - min = 5 - max = 100 + min = 5 + max = 100 policy { foo = "bar" diff --git a/website/pages/docs/enterprise/index.mdx b/website/pages/docs/enterprise/index.mdx index 2bdaff95a..3dea9171a 100644 --- a/website/pages/docs/enterprise/index.mdx +++ b/website/pages/docs/enterprise/index.mdx @@ -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.