Hi Team,
I'm using the below API to get Audit events.
POST -> https://us.rest.logs.insight.rapid7.com/query/logs
Payload:
{
"logs": [
"deed3b3c-8647-4974-86ed-dffa758dc478",
"d49da53f-0802-4155-a29a-c28b6f00fae7",
"4b7c4edf-06e8-4e4f-a261-a91b2f787305"
],
"leql": {
"during": {
"time_range": "last 5 days"
},
"statement": "where(( "action" = ACCOUNT_CREATED) AND target_user_domain="onedev.com" AND target_user="fs.press")"
}
}
But this does not return me any events, Every time I need to hit the href to see the status of progress and only when progress is 100, I can see events. that too only for few seconds.
But as per document "SIEM | © Rapid7" we see it should return the events from the first call itself.
Any help here is much appreciated.
