-
Notifications
You must be signed in to change notification settings - Fork 1.8k
XQLDSHelper - Fixed an issue where caching was not working when using context filters. #39607
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
base: contrib/spearmin10_XQLDSHelper
Are you sure you want to change the base?
XQLDSHelper - Fixed an issue where caching was not working when using context filters. #39607
Conversation
Thank you for your contribution. Your generosity and caring are unrivaled! Make sure to register your contribution by filling the Contribution Registration form, so our content wizard @MosheEichler will know the proposed changes are ready to be reviewed. |
Hi @spearmin10, thanks for contributing to the XSOAR marketplace. To receive credit for your generous contribution please follow this link. |
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
N/A
Description
When specifying
.config.context.filters
withoutXQLDSHelperCache
, caching doesn't work because the cache data included inXQLDSHelperCache
is removed by the filters. This causes an issue where queries are repeated and exhaust the CU.The PR fixes the issue by having the Cache management class retrieve the
XQLDSHelperCache
regardless of the filters.Must have