Skip to content

Stdout

Writes each event to standard output, one per line. It’s the simplest sink — great for piping Oura into other shell tools (grep, jq, a file, another process) or for a quick look at what a pipeline produces.

Configuration

daemon.toml
[sink]
type = "Stdout"
  • type (required): the literal value Stdout.