You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/configuration/events/stderr.mdx

29 lines
623 B

---
layout: docs
page_title: Controller - events - stderr sink - configuration
description: |-
The stderr sink configures Boundary to send events to a stderr.
---
# `stderr` sink
The stderr sink configures Boundary to send events to a stderr.
```hcl
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](/boundary/docs/configuration/events/common)
## `stderr` parameters
There are parameters are only valid for a `stderr` sink.