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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: |-
7
7
8
8
# Configure events
9
9
10
-
The [`events`](/docs/configuration/events) stanza lets you log system information in a well-defined, structured format that gives you visibility into emitted events.
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
12
You configure emitted events and sinks in the configuration file for any controller or worker server.
13
13
Complete the following steps to configure events:
@@ -65,6 +65,6 @@ events {
65
65
66
66
## More information
67
67
68
-
Refer to the `events` stanza [Overview](/docs/configuration/events) for more information about monitoring events for a controller or worker.
68
+
Refer to the `events` stanza [Overview](/boundary/docs/configuration/events) for more information about monitoring events for a controller or worker.
69
69
70
-
Refer to [Telemetry data](/docs/configuration/events/telemetry-data) for a list of the events and data you can track by enabling telemetry events.
70
+
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.
Copy file name to clipboardExpand all lines: website/content/docs/configuration/events/index.mdx
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,6 @@ description: |-
10
10
You can log system information in a well-defined, structured format that give you visibility into emitted events.
11
11
The `events` stanza configures Boundary events-specific parameters.
12
12
13
-
14
-
15
-
16
13
You can specify what types of events Boundary should emit:
17
14
18
15
-`audit_enabled` - Specifies if Boundary emits audit events.
@@ -76,6 +73,6 @@ events {
76
73
77
74
## Next steps
78
75
79
-
Refer to [Configure events](/docs/configuration/events/configure-events) to configure a controller or worker server to emit events.
76
+
Refer to [Configure events](/boundary/docs/configuration/events/configure-events) to configure a controller or worker server to emit events.
80
77
81
-
Refer to [Telemetry data](/docs/configuration/events/telemetry-data) for a list of the events and data you can track by enabling telemetry events.
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.
0 commit comments