The event element in the policy analytics event emitter
configuration file specifies the types of operation whose policy events
you want to emit.
The event element has the following attribute:
- type
- The type of an operation that you want to emit. The
type attribute can have any of the following values:
- "all"
- "create"
- "update"
- "delete"
- "transition"
- "make-governable"
- "remove-governance"
You can supply as many event elements as you
want.
Example 1
This example specifies that the policy
events for all operations are emitted.
<event type="all"/>
Example 2
This example specifies that the policy
events for object creation operations and governance state transition
operations are emitted.
<event type="create"/>
<event type="transition"/>