Working with a Quest IT Security Search subscriptions through the client
To create a IT Security Search subscription
1
2Use https://[hostname]:[port]/warehouse/changeauditor/events.
5 Click Next to select the events to forward based on subsystem and event date. Once the subscription is created the starting event date and time cannot be changed.
▪ By default, events start sending after the subscription is created. To change when to begin sending events, click Send events starting and select the desired date and time.
6 Click Finish.To view existing IT Security Search subscription details:
1To edit the IT Security Search subscription
1
5 Click Finish.To remove a subscription
1To enable and disable a subscription
To refresh the summary information
1
2 Click Refresh.
New-CAITSSEventSubscription
Example: Create a subscription to send all subsystems event data to an IT Search instance
$allSubsystems = Get-CAEventExportSubsystems -Connection $connection
Get-CAITSSEventSubscriptions
Use this command to see the details of the current IT Security Search subscriptions.
Table 16. Available parameters
The ID of an existing IT Security Search subscription.
You can find this by running this command using just the connection information. It is also returned by the New-CAITSSEventSubscription command.
Example: List defined IT Security Search subscriptions Get-CAITSSEventSubscriptions -Connection $connection
The command returns the following information.
Set-CAITSSEventSubscription
Use this command to modify an IT Security Search subscription.
Example: Disable a subscription
Example: Edit the subsystems included in an IT Security Search subscription