Managing a Splunk integration
1 Within Splunk, navigate to Settings | Data Inputs | HTTP Event Collector. Ensure that All Tokens are enabled under the Global Settings.
2 Click New Token and complete the steps in the wizard.
Working with Splunk subscriptions through the client
To create a Splunk subscription
1
2For a Splunk Enterprise instance, use https://[hostname]:[port]/services/collector/event.
For a Splunk Cloud instance, use:
“https://input-[hostname]:[port]/services/collector/event”.
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 Splunk subscription details:
1To edit the Splunk subscription
1
5 Click Finish.To remove a Splunk subscription
1To enable and disable a subscription
To refresh the summary information
1
2 Click Refresh.
New-CASplunkEventSubscription
Use this command to create the subscription required to send Change Auditor event data to Splunk.
Example: Create a subscription to send all subsystems event data to a Splunk instance
$allSubsystems = Get-CAEventExportSubsystems -Connection $connection
Get-CASplunkEventSubscriptions
Use this command to see the details of the current Splunk subscriptions.
Table 6. Available parameters
The ID of an existing Splunk subscription.
You can find this by running this command using just the connection information. It is also returned by the New-CASplunkEventSubscription command.
Example: List defined Splunk subscriptions Get-CASplunkEventSubscriptions -Connection $connection
The command returns the following information.