Thanks for reaching out @darrick_hall1,
Can you share the plugins you are using?
We are using the Rapid7 InsightIDR plugin:
I am getting an output, similar to as described by the documentation:
Example input according to doc:
{
"email": "user@example.com",
"end_time": "2020-06-01T12:11:13+05:30",
"index": 0,
"priorities": [
"LOW",
"MEDIUM",
"HIGH",
"CRITICAL"
],
"size": 100,
"sort": "Created time Ascending",
"sources": [
"USER",
"ALERT"
],
"start_time": "2020-06-01T12:11:13+05:30",
"statuses": [
"CLOSED"
]
}
Input from my end:
{
"email": "",
"end_time": "2024-03-05T00:00:00+01:00",
"index": 0,
"priorities": [],
"size": 0,
"sort": "",
"sources": [],
"start_time": "2024-02-25T23:00:00+00:00",
"statuses": [
"CLOSED"
]
}
Output:
{
"$success": true,
"investigations": "<<referenced:bigdata>>",
"metadata": {
"index": 0,
"size": 100,
"total_data": 225,
"total_pages": 3
}
}