-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] ListIOCsAPI total hits, and findings count per IOC are incorrect #1191
Comments
Started troubleshooting this locally by ingesting 10k IOCs in addition to the 609 IOCs that are ingested by the prepackaged AlienVault source.
As called out above, the ListIOCs API incorrectly returns a maximum total of 10k.
However, even a general search query against the
A
|
Regarding #1191 (comment), I'll refactor this locally to fixed that portion of this bug report. |
What is the bug?
The "total" count returned by the ListIOCs API currently maxes at 10,000. This count should be the total number of IOCs that match the query.
The "numFindings" count for each IOC also currently maxes at 10,000. The query used to collect this count should ideally be refactored to an aggregation. Only the count of findings for each IOC needs to be returned.
The text was updated successfully, but these errors were encountered: