Project DescriptionPSSplunk is a set of Powershell cmdlets that use the RESTFUL API provided by www.splunk.com
The goal is provide access to all of Splunks configuration and search features from the CLI without having to have Splunk installed locally.
The Current list of commands
- Connect-Splunk
- Get-Splunk
- Get-SplunkApplication
- Get-SplunkDeploymentClient
- Get-SplunkDeploymentServer
- Get-SplunkInputsType
- Get-SplunkLicenseDetail
- Get-SplunkLicenseViolation
- Get-SplunkLoggedOnUser
- Get-SplunkSearchJob
- Get-SplunkSearchJobResult
- Get-SplunkServerClass
- Get-SplunkServerInfo
- Get-SplunkServerSetting
- Get-SplunkURL
- Invoke-SplunkDeploymentServerReload
- New-SplunkAuth
- New-SplunkSearchJob
- Restart-SplunkService
NOTE: This is NOT ready for production. I hope to release a production quality one soon.