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: src/segment-app/iam/audit-trail.md
+8-86Lines changed: 8 additions & 86 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,104 +3,26 @@ title: Audit Trail
3
3
plan: audit-trail
4
4
---
5
5
6
-
Segment offers an in-app 90 day Audit Trail for Business Tier accounts. If you are a Workspace Owner, you view user and system activity in your workspace settings, in the "Audit Trail" tab under "Admin".
6
+
Workspace Owners can view user and system activity in the Audit Trail. You can filter for specific actions or actors to see who made changes to specific resources in the app. Actors can include both logged-in users as well as access tokens.
7
7
8
-
You can filter for specific actions or actors to see who made changes on specific resources in the app. Actors can include both logged-in users as well as access tokens. You can export the information to a CSV for download, or forward the activity to a Segment source. For example, you can forward audit trail activity to set up real-time Slack alerts and quickly revert changes that could cause unwanted downstream effects, such as a user unintentionally disabling a warehouse.
8
+
You can export the information to a CSV for download, or [forward the activity to a Segment source](#audit-forwarding). For example, you can forward Audit Trail activity to set up real-time Slack alerts and quickly revert changes that could cause unwanted downstream effects, such as a user unintentionally disabling a warehouse.
9
9
10
-
The Audit Trail includes information on the following activity:
11
-
### Access Management
12
-
* User Invite Sent
13
-
* User Invite Deleted
14
-
* User Invite Accepted
15
-
* User Added via SSO
16
-
* User Removed
17
-
* User Group Created
18
-
* User Group Updated
10
+
To view the Audit Trail:
11
+
1. From the Segment app, select **Settings**.
12
+
2. From the Settings tab, select **Admin**.
19
13
20
-
### Source
21
-
* Source Created
22
-
* Source Enabled
23
-
* Source Disabled
24
-
* Source Modified
25
-
* Source Deleted
26
-
27
-
### Integrations
28
-
* Integrations Created
29
-
* Integrations Enabled
30
-
* Integrations Disabled
31
-
* Integrations Modified
32
-
* Integrations Deleted
33
-
34
-
### Functions
35
-
* Source Function Created
36
-
* Source Function Deleted
37
-
* Source Function Modified
38
-
* Destination Function Created
39
-
* Destination Function Deleted
40
-
* Destination Function Modified
41
-
42
-
### Destination Filters
43
-
* Destination Filters Created
44
-
* Destination Filters Modified
45
-
* Destination Filters Deleted
46
-
47
-
### Warehouses
48
-
* Warehouses Created
49
-
* Warehouses Enabled
50
-
* Warehouses Disabled
51
-
* Warehouses Modified
52
-
* Warehouses Deleted
53
-
* Warehouse Run Failed
54
-
55
-
### Protocols
56
-
* Tracking Plan Created
57
-
* Tracking Plan Modified
58
-
* Tracking Plan Deleted
59
-
* Source Connected to Tracking Plan
60
-
* Source Disconnected From Tracking Plan
61
-
* Tracking Plan Inferred
62
-
* Tracking Plan New Event Blocked
63
-
* Tracking Plan New Event Allowed
64
-
* Tracking Plan New Group Trait Omitted
65
-
* Tracking Plan New Identify Trait Omitted
66
-
* Tracking Plan New Track Property Omitted
67
-
* Tracking Plan Operations Updated
68
-
* Tracking Plan Updated
69
-
* Violations Detected
70
-
71
-
### Engage
72
-
* Source Connected To Space
73
-
* Source Disconnected From Space
74
-
* Space Created
75
-
* Space Modified
76
-
* Space Deleted
77
-
* Computed Trait Created
78
-
* Computed Trait Modified
79
-
* Computed Trait Deleted
80
-
* Computed Trait CSV Downloaded
81
-
* Computed Trait Run Failed
82
-
* Computed Trait Destination Sync Failed
83
-
* Audience Created
84
-
* Audience Modified
85
-
* Audience Deleted
86
-
* Audience CSV Downloaded
87
-
* Audience Run Failed
88
-
* Audience Destination Sync Failed
89
-
* Engage Warehouse Source Created
90
-
* Engage Warehouse Source Modified
91
-
* Engage Warehouse Source Deleted
14
+
You can find a list of all events surfaced in the Audit Trail by accessing Audit Trail, clicking **Filters**, and selecting the **Events** dropdown.
92
15
16
+
<!--- IG, 11/2023: PM for CX suggested directing to the Filter part in the app for a full list of events. PAPI support for a list of all events is on the roadmap, so at some point we can probably build a list automagically instead of using the Filters workaround --->
93
17
94
18
## Audit forwarding
95
19
96
-
You can forward events in your workspace to supported sources that you have configured in the workspace.
20
+
You can forward events in your workspace to an [event streams source](/docs/connections/sources/#event-streams-sources).
97
21
98
22
To forward Audit Trail events:
99
-
100
23
1. Navigate to **Settings > Workspace Settings > Audit Forwarding**.
101
24
2. Select or create an [event streams source](/docs/connections/sources/#event-streams-sources) to which you'll forward workspace events.
102
25
3. Toggle the setting to **On** and click **Save Changes**.
103
26
104
27
> info "Segment recommends creating a dedicated source for audit trail events"
105
28
> Segment recommends forwarding all events to one instance of the [HTTP API](/docs/connections/sources/catalog/libraries/server/http-api/) source. Segment passes all forwarded events through its entire processing pipeline. This ensures that Tracking Plans, Filters, and other features work with the audit events, and also ensures you can send those events to multiple downstream destinations.
0 commit comments