Gravwell search API PowerShell Module
api github gravwell powershellThis quick and easy PowerShell module was designed to facilitate search queries between a Gravwell search API endpoint and a local client. It supports pre-configured JSON profiles for running repeated searches and queries.
Profiles can be saved in the following format. The ServerIP and Key attributes are required in all profiles. However, query parameters can be run during invocation.
JSON
{
"ServerIP": "<IP>:<port>",
"Key": "<key>",
"Query": "<query>",
"Duration": "<hours>h",
"Format": "<format>"
}
Following are some example invocations.
Read more...