You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/docs/configuration/events/configure-events.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: |-
9
9
10
10
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.
11
11
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.
13
13
Complete the following steps to configure events:
14
14
15
15
1. Open the configuration file for the controller or worker server that you want to emit events.
Copy file name to clipboardExpand all lines: website/content/docs/configuration/events/index.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ description: |-
8
8
# `events` stanza
9
9
10
10
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.
11
12
The `events` stanza configures Boundary events-specific parameters.
12
13
13
14
You can specify what types of events Boundary should emit:
@@ -75,4 +76,8 @@ events {
75
76
76
77
Refer to [Configure event logging](/boundary/docs/configuration/events/configure-events) to configure a controller or worker server to emit events.
77
78
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