From c323b151789db7d17b7736f6296db6e3720322c1 Mon Sep 17 00:00:00 2001 From: Wesley Galdino Date: Wed, 27 Mar 2019 16:33:52 +0100 Subject: [PATCH] Fix command typo on vault usage guide --- doc/user/vault.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/vault.md b/doc/user/vault.md index a387aae..051bbfd 100644 --- a/doc/user/vault.md +++ b/doc/user/vault.md @@ -131,7 +131,7 @@ The first node that is unsealed in a multi-node Vault cluster will become the ac 2. Enable file audit backend and write audit log to standard output: ```sh - vault audit-enable file file_path=stdout + vault audit enable file file_path=stdout ``` Then use docker/Kubernetes log collector to save logs and view later.