Skip to content

Commit b9dac92

Browse files
authored
Merge pull request cloudfoundry#71 from gberche-orange/patch-2
Mention get-events cli plugin in audit events page
2 parents c677481 + edada44 commit b9dac92

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+
<p class="note"><strong>Note:</strong> <code>get-events</code> is a community-contributed cf CLI plugin. The plugin provides convenient flags to list events that took place today, from yesterday, or from a particular date. `get-events` also provides useful output formatting options. For more information, see [get-events](https://plugins.cloudfoundry.org/#get-events) in cf CLI Plugins.</p>
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)