From b1d6108c41cc6a2261f613539c695e2a413de3e4 Mon Sep 17 00:00:00 2001 From: Kondaka Date: Wed, 29 Nov 2023 09:41:44 -0800 Subject: [PATCH] Updated documentation in README Signed-off-by: Kondaka --- data-prepper-plugins/common/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data-prepper-plugins/common/README.md b/data-prepper-plugins/common/README.md index c259eca876..96e5e560a2 100644 --- a/data-prepper-plugins/common/README.md +++ b/data-prepper-plugins/common/README.md @@ -40,6 +40,7 @@ Temporarily, `type` can either be `event` or `string`. If you would like to use A sink plugin to write output data to the specified file path. - path (String): absolute output file path +- append (Boolean): set to `true` if the file should be opened for write in append mode. `false` otherwise. Default is `false` ## `stdin`