Examples
Flow examples
The following examples show some simple flows. For more examples that use filters, see Filter examples in Flows.
Flow with a single output
This Flow sends every message with the app: nginx label to the output called forward-output-sample.
Loading…Flow with multiple outputs
This Flow sends every message with the app: nginx label to the gcs-output-sample and s3-output-example outputs.
Loading…Logging examples
Simple Logging definition with default values.
Loading…Logging with TLS
Simple Logging definition with TLS encryption enabled.
Loading…Output examples
Simple file output
Defines a file output with timestamped log files.
Loading…Drop messages into dev/null output
Creates a dev/null output that can be the destination of messages you want to drop explicitly.
CAUTION:
Messages sent to this output are irrevocably lost forever.Loading…S3 output
Defines an Amazon S3 output to store your logs in a bucket.
Loading…GCS output
Defines a Google Cloud Storage output to store your logs.
Loading…
Last modified July 24, 2023: Merge pull request #167 from kube-logging/link-fixes-230714 (1dda279)