Skip to content

Commit 58087b4

Browse files
Mention get-events cli plugin in audit events page
1 parent 1fdcf84 commit 58087b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

managing-cf/audit-events.html.md.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ For documentation about using this endpoint, see the [API documentation](https:/
125125

126126
Events are currently only viewable via the v2 API, but user actions in the [Cloud Foundry v3 API](https://v3-apidocs.cloudfoundry.org/) will still result in audit event creation.
127127

128+
Note that community contributed CF CLI plugin [get-events](https://plugins.cloudfoundry.org/#get-events) provides convenient flags to list events that took place today, or since yesterday, or from a particular date, and useful output formatting options.
128129

129130
## <a id='using-audit-events'></a> Using Audit Events
130131

@@ -295,4 +296,4 @@ The order of audit events returned from the API may not match the sequence of ev
295296

296297
Do not rely on timestamps to sequence events; they may come from different Cloud Controller instances whose times could be slightly mismatched.
297298

298-
Audit events expire after 31 days by default. This is configurable using the capi-release manifest property `cc.audit_events.cutoff_age_in_days`.
299+
Audit events expire after 31 days by default. This is configurable using the capi-release manifest property `cc.audit_events.cutoff_age_in_days`.

0 commit comments

Comments
 (0)