open-vault/audit
Tommy Murphy ca06bc0b53 audit: support a configurable prefix string to write before each message (#2359)
A static token at the beginning of a log line can help systems parse
logs better. For example, rsyslog and syslog-ng will recognize the
'@cee: ' prefix and will parse the rest of the line as a valid json message.
This is useful in environments where there is a mix of structured and
unstructured logs.
2017-02-10 16:56:28 -08:00
..
audit.go Adds HUP support for audit log files to close and reopen. (#1953) 2016-09-30 12:04:50 -07:00
format.go Configure the request headers that are output to the audit log (#2321) 2017-02-02 11:49:20 -08:00
format_json.go audit: support a configurable prefix string to write before each message (#2359) 2017-02-10 16:56:28 -08:00
format_json_test.go audit: support a configurable prefix string to write before each message (#2359) 2017-02-10 16:56:28 -08:00
format_jsonx.go audit: support a configurable prefix string to write before each message (#2359) 2017-02-10 16:56:28 -08:00
format_jsonx_test.go audit: support a configurable prefix string to write before each message (#2359) 2017-02-10 16:56:28 -08:00
formatter.go Transit and audit enhancements 2016-09-21 10:49:26 -04:00
hashstructure.go JWT wrapping tokens (#2172) 2017-01-04 16:44:03 -05:00
hashstructure_test.go JWT wrapping tokens (#2172) 2017-01-04 16:44:03 -05:00