The events stanza configures Boundary events-specific parameters.
Example:
events{observations_enabled=truesysevents_enabled=true
sink "stderr"{name="all-events"description="All events sent to stderr"event_types=["*"]format="hclog-text"}sink{name="obs-sink"description="Observations sent to a file"event_types=["observation"]format="cloudevents-json"file{path="/var/log/boundary"file_name="events.ndjson"}}}
events{observations_enabled=truesysevents_enabled=true sink "stderr"{name="all-events"description="All events sent to stderr"event_types=["*"]format="hclog-text"}sink{name="obs-sink"description="Observations sent to a file"event_types=["observation"]format="cloudevents-json"file{path="/var/log/boundary"file_name="events.ndjson"}}}
audit_enabled - Specifies if audit events should be emitted.
sink - Specifies the configuration of an event sink. Currently, two types of
sink are supported: file and stderr. If no sinks are configured then all
events will be sent to a default stderr sink. Events may be sent to multiple
sinks.