Fix file_path argument in audit's index.html

This commit is contained in:
vishalnayak 2017-01-18 21:43:29 -05:00
parent c43a7ceb57
commit 30a67c13fb

View File

@ -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.