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
Use this command to see the details of the current QRadar subscriptions.
Get-CAQRadarEventSubscriptions -Connection $connection
The command returns the following information.
How often (in milliseconds) heartbeat notifications are sent. | |
Batch size. (The maximum number of events that the active batch size can increase to.) | |
Use this command to modify a QRadar subscription.
Example: Disable a subscription
Example: Edit the subsystems included in a webhook subscription
Use this command to remove a QRadar subscription.
The ID of the subscription to remove. This parameter is required if the Subscription parameter is not specified. Use the Get-CAQRadarEventSubscriptions command to find the ID. |
Remove-CAQRadarEventSubscription -Connection $connection -SubscriptionId $subscriptionId
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center