stderr sink

stderr sink

출처: HashiCorp Boundary docs

The stderr sink writes Boundary audit, observation, system, and telemetry events directly to standard error, useful for containerized deployments where a log collector reads from stdout/stderr.


sink "stderr" {
    name = "all-events"
    description = "All events sent to stderr"
    event_types = ["*"]
    format = "hclog-text"
}

Common parameters

These parameters are shared across all sink types: common sink parameters

stderr parameters

The stderr sink has no parameters beyond the common sink parameters shared across all sink types. Edit this page on GitHub