open-vault/website/source/docs/commands/audit/list.html.md
2017-10-24 09:30:49 -04:00

1.1 KiB

layout page_title sidebar_current description
docs audit list - Command docs-commands-audit-list The "audit list" command lists the audit devices enabled. The output lists the enabled audit devices and options for those devices.

audit list

The audit list command lists the audit devices enabled. The output lists the enabled audit devices and options for those devices.

Examples

List all audit devices:

$ vault audit list
Path     Type    Description
----     ----    -----------
file/    file    n/a

List detailed audit device information:

$ vault audit list -detailed
Path     Type    Description    Replication    Options
----     ----    -----------    -----------    -------
file/    file    n/a            replicated     file_path=/var/log/audit.log

Usage

The following flags are available in addition to the standard set of flags included on all commands.

  • -detailed (bool: false) - Print detailed information such as options and replication status about each auth device.