Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.05 KB

File metadata and controls

26 lines (18 loc) · 1.05 KB

SumoTools PowerShell Module

[NOTE] !! MODULE IS DEPRECATED !!

This module is no longer managed, and may not be in a working state. It would be better to use and contribute to the following repository in the Sumo Logic org: https://github.com/SumoLogic/sumo-powershell-sdk

MODULE NOTES

# 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: