Working with QRadar subscriptions through the client
To create a QRadar subscription
1
2
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 Next to create the required extension to import to your QRadar instance. The extension instructs QRadar on how to read and present Change Auditor events. Specifically, it defines the log source (coordinator) and maps Change Auditor event columns to QRadar event columns.
NOTE: If you have previously configured your QRadar instance for Change Auditor, you can select My QRadar instance is already configured and click Finish to complete the subscription setup.
7 Specify the file path and name for the file and click Generate extension.
8 Click OK in the confirmation dialog. Copy the file path to import the extension to your QRadar instance.
9 Click Finish.To view existing QRadar subscription details:
1To create a new extension
1
2 Right-click the required subscription and click Generate Extension.
3 Specify the file path and name for the file and click Generate file.
4 Click OK in the confirmation dialog.To edit the QRadar subscription
1
6 Click Finish.To remove a QRadar subscription
1To enable and disable a subscription
To refresh the summary information
1
2 Click Refresh.
New-CAQRadarExtension
Specifies a list of addresses from which QRadar can receive events.
New-CAQRadarEventSubscription
Use this command to create the subscription required to send Change Auditor event data to QRadar.
Example: Create a subscription to send all subsystems event data to a QRadar instance
$allSubsystems = Get-CAEventExportSubsystems -Connection $connection
Get-CAQRadarEventSubscriptions
Use this command to see the details of the current QRadar subscriptions.
Table 9. Available parameters
Example: List defined QRadar subscriptions Get-CAQRadarEventSubscriptions -Connection $connection
The command returns the following information.
Table 10. Available configuration information
How often (in milliseconds) heartbeat notifications are sent.
Batch size. (The maximum number of events that the active batch size can increase to.)