-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
2
-
Minor
-
Issue Summary
When setting the API limit on Data Manager adapters higher than the amount of items that the endpoint has the job fails and the following message is shown in the logs:
Error in importing data from CrowdStrike: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter ‘index’)
Steps to Reproduce
- Create a new Falcon adapter
- Set the API limit to an amount higher that the number of items in the endpoint, for example, if the endpoint has 3000 items, set it to 3001 or higher
Expected Results
The job should be completed successfully as the API limit only sets the "Bulk" operation amount.
Actual Results
The following error is shown for the job
Error in importing data from CrowdStrike: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter ‘index’)
Workaround
Currently, you will need to set the API limit to or below the amount of items that it scans.