Hello, i want to see who update kv key in history. How can i do that?
Thank you,
Hello, i want to see who update kv key in history. How can i do that?
Thank you,
You’ll need to have an Audit Device configured and then you can pull the data out of the logged actions.
You’d be interested in at least auth.display_name
, request.path
, and request.operation
.
It’ll probably be easier to parse and process the logs through a tool like Kibana or Splunk, if you have either of those, or similar, available.