/sys/monitor
Monitor system logs
Method
Path
Parameters
Sample request
$ curl \
--header "X-Vault-Token: ..." \
'http://127.0.0.1:8200/v1/sys/monitor?log_level=debug'Sample response
2020-09-15T11:28:09.188-0700 [INFO] core: successful mount: namespace= path=foo/ type=kv
2020-09-15T11:28:18.265-0700 [DEBUG] core.secrets.deletion: clearing view: namespace=root path=foo/ total_keys=0
2020-09-15T11:28:18.265-0700 [DEBUG] core.secrets.deletion: view cleared: namespace=root path=foo/
2020-09-15T11:28:18.265-0700 [INFO] core: successfully unmounted: path=foo/ namespace=Last updated