Merge pull request #8259 from hashicorp/enterprise_docs_update
Consul Enterprise docs update
This commit is contained in:
commit
5898692543
|
@ -253,6 +253,7 @@ export default [
|
|||
{
|
||||
category: 'enterprise',
|
||||
content: [
|
||||
'audit-logging',
|
||||
'backups',
|
||||
'upgrades',
|
||||
'read-scale',
|
||||
|
|
|
@ -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
|
||||
|
||||
<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.
|
|
@ -9,14 +9,11 @@ description: >-
|
|||
|
||||
# Consul Enterprise
|
||||
|
||||
[Consul Enterprise](https://www.hashicorp.com/consul) features ease the complexity of operating Consul at
|
||||
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.
|
||||
[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.
|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue