If track_states=True then the HTTP request to the API has a parameter of limit=2500 with no offset so the response only contains the 2500 newest Bugcrowd submissions. For a large enterprise that now has close to 10000 submissions, there are no events created in Splunk for the older submissions that may take a while to get resolved. Just about anything a year older doesn't create events.
1 solution could be using the offset and loop until all submissions are returned.
If
track_states=Truethen the HTTP request to the API has a parameter oflimit=2500with nooffsetso the response only contains the 2500 newest Bugcrowd submissions. For a large enterprise that now has close to 10000 submissions, there are no events created in Splunk for the older submissions that may take a while to get resolved. Just about anything a year older doesn't create events.1 solution could be using the
offsetand loop until all submissions are returned.