Add option to skip the log_collector configuration
Change-Id: I68d5d53c65fa789e8a32af18fb58b4172947b8c2
diff --git a/README.rst b/README.rst
index c1126d4..697eedb 100644
--- a/README.rst
+++ b/README.rst
@@ -71,6 +71,21 @@
umask: 0022
stop_processing: true
+Support metadata
+================
+
+If the *heka* support metadata is enabled, all output files are automatically
+parsed by the **log_collector** service.
+To skip the log_collector configuration, set the **skip_log_collector** to true.
+
+.. code-block:: yaml
+
+ rsyslog:
+ output:
+ file:
+ /var/log/your-app.log:
+ filter: "if $programname startswith 'your-app' then"
+ skip_log_collector: true
Read more
=========