Merge pull request #8259 from hashicorp/enterprise_docs_update

Consul Enterprise docs update
This commit is contained in:
Sabeen Syed 2020-07-16 15:34:15 -05:00 committed by GitHub
commit 5898692543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 5 deletions

View File

@ -253,6 +253,7 @@ export default [
{ {
category: 'enterprise', category: 'enterprise',
content: [ content: [
'audit-logging',
'backups', 'backups',
'upgrades', 'upgrades',
'read-scale', 'read-scale',

View File

@ -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 Consuls API so operations and security users can perform legal compliance auditing.
---
# Audit Logging
<EnterpriseAlert>
This feature requires <a href="https://www.hashicorp.com/products/consul/">Consul Enterprise</a> with the Governance and Policy module.
</EnterpriseAlert>
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.

View File

@ -9,14 +9,11 @@ description: >-
# Consul Enterprise # Consul Enterprise
[Consul Enterprise](https://www.hashicorp.com/consul) features ease the complexity of operating Consul at [Consul Enterprise](https://www.hashicorp.com/consul) features address the organizational complexities of collaboration, operations, scale and governance. It includes capabilities that improve failure resilience, read scalability, and managing access in accordance with organizational policies. It also adds support for application and service architectures across complex network topologies. If you have already purchased Consul Enterprise, please see the [licensing section](#licensing) below.
organizational scale by automating common operator workflows. It introduces capabilities for expanding
performance scalability, resiliency, and cluster lifecycle. It also adds support for application and service
architectures across complex network topologies. If you have already purchased Consul Enterprise, please
see the [licensing section](#licensing) below.
Features include: Features include:
- [Audit Logging](/docs/enterprise/audit-logging)
- [Automated Backups](/docs/enterprise/backups) - [Automated Backups](/docs/enterprise/backups)
- [Automated Upgrades](/docs/enterprise/upgrades) - [Automated Upgrades](/docs/enterprise/upgrades)
- [Enhanced Read Scalability](/docs/enterprise/read-scale) - [Enhanced Read Scalability](/docs/enterprise/read-scale)