GET /ariksa-integration-v5-ariksa-vulnerability-report/_search { "query": { "bool": { "filter": [ { "range": { "timestamp": { "gte": "now-7d" } } }, { "term": { "resource_type.keyword": "LambdaFunction" } } ] } } }
GET /ariksa-integration-v5-ariksa-vulnerability-report/_search { "query": { "bool": { "filter": [ { "range": { "timestamp": { "gte": "now-7d" } } }, { "term": { "resource_type.keyword": "LambdaFunction" } } ] } } }