Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Some important considerations

When should I have a separate filter? For a few different reasons:

  1. That you want to send different results to different groups, that is, your filter needs to use a different delivery mechanism, then have a separate filter for each;

  2. You have different groups that would want to change their filter, to reduce breaking other people’s filters, we suggest giving them their own filter to change; and

  3. That you exceed over 4K characters for the filter. Break it up into smaller filters.

  4. FIlters can overlap. You could have the filter repeated, going to different delivery locations - email, slack, webhook, etc.

Please NOTE

A notification group is a group of filters. The default email or other delivery can be overridden at the filter level and by the nature of filters. If you want to get all the new entries to the default email address in the notification group default email, then create a filter, call it something like “Catch all CVEs added to CEWL”, then have the filter, filter entry empty. This filter then will catch all add CVEs and then send them to your default delivery defined at the notification group level.

Some useful links:

  • To rock your filters like a Zen Master, go here.

...