From 1113e07a14edcb30acd7d0faaa1a87a57157bf82 Mon Sep 17 00:00:00 2001 From: Eldar Nash Date: Sun, 1 Oct 2023 12:59:01 +0200 Subject: [PATCH] [4.4][stdout] Adds new destination --- .../destination-stdout/_index.md | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 content/chapter-destinations/destination-stdout/_index.md diff --git a/content/chapter-destinations/destination-stdout/_index.md b/content/chapter-destinations/destination-stdout/_index.md new file mode 100644 index 00000000..19ee85a5 --- /dev/null +++ b/content/chapter-destinations/destination-stdout/_index.md @@ -0,0 +1,54 @@ +--- +title: "stdout: Sending messages to standard output" +weight: 6050 +--- + + +Available in {{% param "product.abbrev" %}} version 4.4 and later. + +The `stdout()` destination driver sends messages to the standard output. + +## Declaration: + +```shell +log { + source{ stdin(); }; + destination{ stdout(); }; +}; +``` + +## Options + +{{< include-headless "chunk/option-destination-flags.md" >}} + +{{% include-headless "chunk/option-destination-flush-lines.md" %}} + +{{% include-headless "chunk/option-destination-flush-timeout.md" %}} + +{{< include-headless "chunk/option-destination-frac-digits.md" >}} + +{{% include-headless "chunk/option-destination-local-timezone.md" %}} + +{{% include-headless "chunk/option-destination-log-fifo-size.md" %}} + +{{% include-headless "chunk/option-destination-mark-freq.md" %}} + +{{< include-headless "chunk/option-destination-mark-mode.md" >}} + +{{< include-headless "chunk/option-destination-pad-size.md" >}} + +{{% include-headless "chunk/option-persist-name.md" %}} + +{{% include-headless "chunk/option-destination-send-timezone.md" %}} + +{{% include-headless "chunk/option-destination-suppress.md" %}} + +{{% include-headless "chunk/option-destination-template.md" %}} + +{{% include-headless "chunk/option-destination-template-escape.md" %}} + +{{% include-headless "chunk/option-destination-throttle.md" %}} + +{{% include-headless "chunk/option-destination-timezone.md" %}} + +{{< include-headless "chunk/option-destination-ts-format.md" >}}