From 029937598e1da01a37fb360f947b56512bf60dba Mon Sep 17 00:00:00 2001 From: Imron Alston Date: Thu, 14 Dec 2017 15:33:57 +0000 Subject: [PATCH] documentation update for fluentd 1.0.0 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9171eee..a5e7f08 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ Scalyr output plugin for Fluentd ========================= +<<<<<<< 259dd389ad017ec28e8f929f4cc805e9d4a640b3 **Note:** Fluentd introduced breaking changes to their plugin API between version 0.12 and 0.14. The current master branch of the scalyr-fluentd plugin is compatible with -Fluentd version 0.12 and below in order to minimize the effect these changes -have on users who are still running fluentd v0.12 or earlier. +Fluentd version 0.14 and above, including fluentd v1.0.0. -If you wish to use the scalyr-fluentd plugin with Fluentd version 0.14 or -above, please use the **fluent-0.14** branch. Once the majority of users have -upgraded to fluentd v0.14 or above this branch will be merged in to master. +If you wish to use the scalyr-fluentd plugin with Fluentd version 0.12 or +earlier, please use the [fluentd-0.12 +branch](https://github.com/scalyr/scalyr-fluentd/tree/cbd8c2aac3d11472121345c7cad6587a7f68c115). Overview -------- @@ -40,7 +40,7 @@ For example, if you want to use Scalyr's ```accessLog``` parser for all events w ``` - type record_transformer + @type record_transformer parser accessLog @@ -54,7 +54,7 @@ The Scalyr output plugin has a number of sensible defaults so the minimum config ``` - type @scalyr + @type scalyr api_write_token YOUR_SCALYR_WRITE_LOGS_TOKEN ``` @@ -63,7 +63,7 @@ The following configuration options are also supported: ``` - type @scalyr + @type scalyr #scalyr specific options api_write_token YOUR_SCALYR_WRITE_TOKEN