Skip to content

Commit dca9a0d

Browse files
committed
docs: Updates from review
1 parent 83c356a commit dca9a0d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

website/content/docs/concepts/filtering/events.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ and the second event is an observation event.
6565

6666
To filter an event sink which was configured for every event type to
6767
only include the above events, use the following sink configuration:
68-
```
68+
69+
```hcl
6970
sink "stderr" = {
7071
name = "all-events"
7172
description = "All events sent to stderr"

website/content/docs/configuration/events/configure-events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |-
99

1010
The [`events`](/boundary/docs/configuration/events) stanza lets you log system information in a well-defined, structured format that gives you visibility into emitted events.
1111

12-
You configure emitted events and sinks in the configuration file for any controller or worker server.
12+
You configure emitted events and sinks in the configuration file for any [controller](/boundary/docs/configuration/controller) or [worker](/boundary/docs/configuration/worker) server.
1313
Complete the following steps to configure events:
1414

1515
1. Open the configuration file for the controller or worker server that you want to emit events.

website/content/docs/configuration/events/index.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description: |-
88
# `events` stanza
99

1010
You can log system information in a well-defined, structured format that give you visibility into emitted events.
11+
You configure emitted events and sinks in the configuration file for any [controller](/boundary/docs/configuration/controller) or [worker](/boundary/docs/configuration/worker) server.
1112
The `events` stanza configures Boundary events-specific parameters.
1213

1314
You can specify what types of events Boundary should emit:
@@ -75,4 +76,8 @@ events {
7576

7677
Refer to [Configure event logging](/boundary/docs/configuration/events/configure-events) to configure a controller or worker server to emit events.
7778

78-
Refer to [Telemetry data](/boundary/docs/configuration/events/telemetry-data) for a list of the events and data you can track by enabling telemetry events.
79+
Refer to [Telemetry data](/boundary/docs/configuration/events/telemetry-data) for a list of the events and data you can track by enabling telemetry events.
80+
81+
## Tutorial
82+
83+
Refer to the [Event filtering and sink configuration](/boundary/tutorials/self-managed-deployment/event-logging) tutorial to learn how to define an event sink and configure logging.

0 commit comments

Comments
 (0)