From 30a67c13fb3d58370445194f48dcddce49c19b16 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Wed, 18 Jan 2017 21:43:29 -0500 Subject: [PATCH] Fix file_path argument in audit's index.html --- website/source/docs/audit/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/audit/index.html.md b/website/source/docs/audit/index.html.md index 74f8699c48..7a38b7e420 100644 --- a/website/source/docs/audit/index.html.md +++ b/website/source/docs/audit/index.html.md @@ -41,11 +41,11 @@ When enabling an audit backend, options can be passed to it to configure it. For example, the command below enables the file audit backend: ``` -$ vault audit-enable file path=/var/log/vault_audit.log +$ vault audit-enable file file_path=/var/log/vault_audit.log ... ``` -In the command above, we passed the "path" parameter to specify the path +In the command above, we passed the "file_path" parameter to specify the path where the audit log will be written to. Each audit backend has its own set of parameters. See the documentation to the left for more details.