Skip to content

umn-microsoft-automation/UMN-SplunkRA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UMN-SplunkRA

This moduel is a Powershell wrapper for Splunk Rest API based off http://dev.splunk.com/restapi

The first step is to log in. Use the function Connect-Splunk, this will return a properly formatted header containing the authorization token that will be used is all the other functions. This function is based off the following: http://docs.splunk.com/Documentation/Splunk/latest/RESTUM/RESTusing#Authentication_and_authorization

Invoke-SplunkBase is the base function that all the others are built on top of. Anything you need the API to do that there is not already a specific function for can be called with this one function.

Note about the Parameter 'outPutmode'. In most cases a PSCustom Object will be the return value so outPutMode is largely an internal thing. That being said, there were a lot of issues using json.
Xml is ... well .. ugly. So I recommend you specify csv.

About

Powershell wrapper for Splunk Rest API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published