userids

The userids element in the policy analytics event emitter configuration file specifies the user IDs whose events you want to emit.

The userids element contains the following element:
userid
The ID of a user whose events you want to emit. You can supply as many userid elements as you want.

The userids element is optional; if you do not specify a userids element then events initiated by all user IDs are emitted.

Example

This example specifies that events initiated by the users with the IDs user1 and user2 are emitted.
<userids>
  <userid>user1</userid>
  <userid>user2</userid>
</userids>