From 2bc5a71962c6bc3d688c1b61b28db77b5ebd06a8 Mon Sep 17 00:00:00 2001 From: markcurtis1970 Date: Fri, 26 Mar 2021 13:52:31 +0000 Subject: [PATCH 1/2] Update docs for stdout/stderr tagging --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 09daef1..f404420 100644 --- a/README.md +++ b/README.md @@ -121,5 +121,17 @@ services: ### Notes Do not forget to add `-u root` (in CLI) or `user: root` (in YAML) in case of having permission issues. +### Seperating inputs +Users may wish to seperate stdout and stderr from a given container in order to tag it before ingestion. In order to archive this the use can set the `FILTER_SOURCES` appropriately. + +``` +FILTER_SOURCES: "stdout" +TAGS: "stdout" +``` + +If tagging `stdout` and `stderr` two seperate containers will be required. + + + ## Contributing Contributions are always welcome. See the [contributing guide](/CONTRIBUTING.md) to learn how you can help. Build instructions for the agent are also in the guide. From a6194ff4069a7eb2602f2b597ac5c8fc3ce1c5db Mon Sep 17 00:00:00 2001 From: markcurtis1970 Date: Fri, 26 Mar 2021 13:55:24 +0000 Subject: [PATCH 2/2] Update docs for stdout/stderr tagging --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f404420..00faa25 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ services: Do not forget to add `-u root` (in CLI) or `user: root` (in YAML) in case of having permission issues. ### Seperating inputs -Users may wish to seperate stdout and stderr from a given container in order to tag it before ingestion. In order to archive this the use can set the `FILTER_SOURCES` appropriately. +Users may wish to seperate stdout and stderr from a given container in order to tag it before ingestion. In order to archive this the user can set the `FILTER_SOURCES` appropriately. ``` FILTER_SOURCES: "stdout"