Skip to content

Commit

Permalink
Some more info in the readme about outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrownus committed Dec 2, 2016
1 parent dfa60c3 commit fef0a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ I became interested in creating a replacement for the existing daemon.
* Safe : Written in a modern language that is type safe and performant
* Fast : Never ever ever ever block if we can avoid it
* Outputs json : Yay
* Pluggable pipelines : Reports to syslog by default, but easily extended
* Pluggable pipelines : Can write to syslog, local file, or stdout. Additional outputs are easily written.
* Connects to the linux kernel via netlink (info [here](https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/kernel/audit.c?id=refs/tags/v3.14.56) and [here](https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/include/uapi/linux/audit.h?h=linux-3.14.y))

## Usage
Expand Down

0 comments on commit fef0a20

Please sign in to comment.