diff --git a/website/data/docs-navigation.js b/website/data/docs-navigation.js index f59b4e4e9c..0e4aabaf6a 100644 --- a/website/data/docs-navigation.js +++ b/website/data/docs-navigation.js @@ -246,6 +246,7 @@ export default [ { category: 'enterprise', content: [ + 'audit-logging', 'backups', 'upgrades', 'read-scale', diff --git a/website/pages/docs/enterprise/audit-logging.mdx b/website/pages/docs/enterprise/audit-logging.mdx new file mode 100644 index 0000000000..6839b46227 --- /dev/null +++ b/website/pages/docs/enterprise/audit-logging.mdx @@ -0,0 +1,19 @@ +--- +layout: docs +page_title: Consul Enterprise Audit Logging +sidebar_title: Audit Logging +description: >- + Consul Enterprise provides the ability to write events of user behavior with Consul’s API so operations and security users can perform legal compliance auditing. +--- + +# Audit Logging + + + This feature requires Consul Enterprise with the Governance and Policy module. + + +Consul Enterprise v1.8.0 adds audit logging as a feature that captures a clear and actionable log of authenticated events (both attempted and committed) that Consul processes and compiles them into a JSON format for easy export. These events contain a timestamp, the operation performed, and the user who initiated the action. + +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. diff --git a/website/pages/docs/enterprise/index.mdx b/website/pages/docs/enterprise/index.mdx index 3f30571d63..e8203631a8 100644 --- a/website/pages/docs/enterprise/index.mdx +++ b/website/pages/docs/enterprise/index.mdx @@ -13,6 +13,7 @@ description: >- Features include: +- [Audit Logging](/docs/enterprise/audit-logging) - [Automated Backups](/docs/enterprise/backups) - [Automated Upgrades](/docs/enterprise/upgrades) - [Enhanced Read Scalability](/docs/enterprise/read-scale)