You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to --exclude-tags filtering, I want to add filtering for logsource category as well to let users only scan for certain categories or ignore certain categories to speed up scanning and reduce memory usage.
Under Filtering in csv-timeline and --json-timeline add the following: --include-category <CATEGORY> Only load rules with certain logsource categories (ex: process_creation,pipe_created) --exclude-category <CATEGORY> Do not load rules with certain logsource categories (ex: process_creation,pipe_created)
The text was updated successfully, but these errors were encountered:
Is this option to search for logsource > category, or is it unnecessary to search for logsource > product, and logsource > service ? If you need to filter by product, please let me create another option.
are --include-category and --exclude-category option each conflict?
Similar to
--exclude-tags
filtering, I want to add filtering for logsourcecategory
as well to let users only scan for certain categories or ignore certain categories to speed up scanning and reduce memory usage.Under
Filtering
incsv-timeline
and--json-timeline
add the following:--include-category <CATEGORY> Only load rules with certain logsource categories (ex: process_creation,pipe_created)
--exclude-category <CATEGORY> Do not load rules with certain logsource categories (ex: process_creation,pipe_created)
The text was updated successfully, but these errors were encountered: