Add sample of syslog plugin configuration
Change-Id: Id0517f00255041432e1f875db59c25cee78d1ea0
diff --git a/README.rst b/README.rst
index 2057ec5..a3713c1 100644
--- a/README.rst
+++ b/README.rst
@@ -61,6 +61,25 @@
- '-w /etc/passwd -p wa'
- '-a always,exit -F arch=b64 -S mount'
+Auditd service with syslog plugin configuration
+
+.. code-block:: yaml
+
+ auditd:
+ service:
+ enabled: true
+ log_format: NOLOG
+ ...
+ audisp:
+ enabled: true
+ plugins:
+ syslog:
+ active: 'yes'
+ direction: out
+ path: builtin_syslog
+ type: builtin
+ args: 'LOG_INFO LOG_LOCAL6'
+ format: string
References
=========