Add-Splunk Cmdlet
Inserts Splunk data.
Syntax
Add-Splunk [parameters]
Remarks
The Add-Splunk cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Splunk records.
Add-Splunk -Connection $connection -Table "DataModels" -Columns @("Owner") -Values @("admin")