mirror of https://github.com/status-im/consul.git
docs: Add Audit Logging page under Consul Enterprise
This commit is contained in:
parent
8a6ad77620
commit
afb888cc09
|
@ -246,6 +246,7 @@ export default [
|
||||||
{
|
{
|
||||||
category: 'enterprise',
|
category: 'enterprise',
|
||||||
content: [
|
content: [
|
||||||
|
'audit-logging',
|
||||||
'backups',
|
'backups',
|
||||||
'upgrades',
|
'upgrades',
|
||||||
'read-scale',
|
'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.
|
|
@ -13,6 +13,7 @@ description: >-
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue