Skip to content
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

feat(addon): Extract all URL Categories to category as a multi-value field #204

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    28ac5f3 View commit details
    Browse the repository at this point in the history
  2. Update props.conf

    Added `isnotnull(URLCategoryList)` check because some events only have URLCategory.
    as3923 committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    79a8ff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Update props.conf

    For some Cortex eventtypes `http_category` is not in the `URLCategoryList`, but for other eventtypes it is in the list.  Updated the eval to check whether `http_category` is in the list, and to append it if it is not already in the list.
    as3923 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    dec3998 View commit details
    Browse the repository at this point in the history