Skip to content

pjorg/SumoTools

 
 

Repository files navigation

SumoTools PowerShell Module

# Quick install
iex (New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/ScriptAutomate/SumoTools/master/Install-SumoTools.ps1")

This is a PowerShell Module of functions running against the Sumo Logic API. It requires version 3.0 of PowerShell, as data is returned in JSON format and the module uses the ConvertFrom-Json function. All commands have been tested on PowerShell 4.0, but should work on v3.0+

Please take a look at the GitHub wiki for further information:

These functions utilize the Sumo Logic API as documented here:

I will periodically be blogging about it here:

About

PowerShell Module for use against the Sumo Logic API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%