Updated Falco Configuration (markdown)

Mark Stemm 2018-03-27 19:17:11 -07:00
parent baf7e5f5f9
commit 6ae76bdeef

@ -24,6 +24,12 @@ You can also specify multiple rules files on the command line via one or more `-
whether to use JSON output for alert messages.
#### `json_include_output_property: [true|false]`
When using json output, whether or not to include the "output" property
itself (e.g. "File below a known binary directory opened for writing
(user=root ....") in the json output.
#### `log_stderr: [true|false]`
if true, log messages describing falco's activity will be logged to stderr. Note these are *not* alert messages--these are log messages for falco itself.