Skip to content

Commit

Permalink
Kersten Richter: Update at-events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemyDocs committed Apr 8, 2021
1 parent b603488 commit 724071f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
15 changes: 6 additions & 9 deletions at-events.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
copyright:
years: 2021
lastupdated: "2021-04-06"
lastupdated: "2021-04-08"

keywords: events, serverless, code engine, activity tracker

Expand Down Expand Up @@ -100,15 +100,12 @@ You can view, manage, and audit user-initiated activities made in your {{site.da

{{site.data.keyword.at_full_notm}} records user-initiated activities that change the state of a service in {{site.data.keyword.cloud_notm}}. You can use this service to investigate abnormal activity and critical actions and to follow regulatory audit requirements. You can also be alerted about actions as they happen. The events that are collected follow the Cloud Auditing Data Federation (CADF) standard. For more information, see the [Getting Started tutorial for {{site.data.keyword.at_full_notm}}](/docs/activity-tracker?topic=activity-tracker-getting-started).

## List of events
{: #events}
## List of events from {{site.data.keyword.cloud_notm}} console and CLI actions
{: #list-events-cli-console}

The following list of {{site.data.keyword.codeenginefull}} events is sent to {{site.data.keyword.at_full_notm}}.
The following events are generated when an initiator interacts with the {{site.data.keyword.codeenginefull_notm}} console and CLI or with the `kubectl` and `kn` commands. These events are sent to {{site.data.keyword.at_full_notm}}.
{: shortdesc}

## List of events from {{site.data.keyword.cloud_notm}} console and CLI actions
The following events are generated when an initiator interacts with the {{site.data.keyword.codeenginefull_notm}} console and CLI or with the `kubectl` and `kn` commands.

### Project events
{: #project-events}

Expand Down Expand Up @@ -217,7 +214,7 @@ These actions generate subscription events.

## List of events from `kubectl` and `kn` commands
{: #kubect1-events}
The following events are generated when an initiator interacts with the `kubectl` and `kn` commands.
The following events are generated when an initiator interacts with the `kubectl` and `kn` commands. These events are sent to {{site.data.keyword.at_full_notm}}.

### Pod events
{: #kubect1-pod-events}
Expand Down Expand Up @@ -306,7 +303,7 @@ Note:
- The update event does not include the original value; it includes only the new value that is provided in request body. To find the original value, you can run read action before you run the update action.
- The `requestData` field includes request body and verb of action.
- The `responseData` field includes response body of action.
- For some actions, for example `codeengine.pods.list` or `codeengine.pods.get` actions, the event length may exceed 16 K. If this event length occurs, the `responseData` field is set to `Information about the action is not included for performance and size reasons.`
- For some actions, for example `codeengine.pods.list` or `codeengine.pods.get` actions, the event length might exceed 16 K. If this event length occurs, the `responseData` field is set to `Information about the action is not included for performance and size reasons.`

## Viewing events
{: #view}
Expand Down
3 changes: 1 addition & 2 deletions sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,7 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
* [Viewing build logs with the CLI](/docs/codeengine?topic=codeengine-view-logs#view-build-cli)

[Auditing events for {{site.data.keyword.codeengineshort}}](/docs/codeengine?topic=codeengine-at_events)
* [List of events](/docs/codeengine?topic=codeengine-at_events#events)
* [List of events from {{site.data.keyword.cloud_notm}} console and CLI actions](/docs/codeengine?topic=codeengine-at_events#list-of-events-from-{{site.data.keyword.cloud_notm}}-console-and-cli-actions)
* [List of events from {{site.data.keyword.cloud_notm}} console and CLI actions](/docs/codeengine?topic=codeengine-at_events#list-events-cli-console)
* [Project events](/docs/codeengine?topic=codeengine-at_events#project-events)
* [Application events](/docs/codeengine?topic=codeengine-at_events#app-events)
* [Configmap events](/docs/codeengine?topic=codeengine-at_events#configmap-events)
Expand Down

0 comments on commit 724071f

Please sign in to comment.