Raw Event Filters

Filter out events before they're parsed by a log schema

Overview

Raw event filters let you define conditions under which to filter out ingested events. They act on raw data before it is parsed by a log schema, and can be defined using regex expressions or substrings patterns.

Raw event filters can be created as either inclusion or exclusion filters. Learn about the difference between inclusion and exclusion filters here.

Once you have enabled a raw event filter, monitor its performance by viewing filtered event metrics.

Types of raw event filters

There are currently two types of filters:

  • Regex filters: Events that match the regex expression will be dropped.

  • Substring filters: Events that include the pattern at least once will be dropped.

In a log event filter, an Exclusion Condition is shown. The filter reads, "Exclude if" and a select box is open, showing two options: "Matches Regex" and "Contains"

How to create a raw event filter

To create a raw event filter:

  1. In the left-hand navigation bar of your Panther Console, click Configure > Log Sources.

  2. Click the name of the log source you'd like to add a filter to.

  3. Click the Filters tab.

  4. On the right-hand side of the Raw Event Filters tile, click Add Filter.

  5. In the new filter form that is expanded, configure the filter:

    1. (Optional) Click the pencil icon () to edit the filter's name.

    2. In the Condition dropdown, make a selection:

    3. Click + to add a condition.

    4. Click Condition, and select one of the options below. Learn more about the different ways to construct conditions in Types of raw event filters.

      • Matches Regex

      • Contains

    5. If you selected the Matches Regex condition, enter a regular expression. If you selected the Contains condition, enter a string value.

    6. In the Quick Test section, enter a raw event to test against the filter you just created.

      • You can click View raw data to see raw events received by the source. To the right of an event, click Test event to populate the Raw Event field in Quick Test with the event.

    7. Click Run Test.

      • Notice whether the test event matches the pattern.

    8. The filter is enabled by default. If you would like to disable it, click the Enabled toggle.

  6. In the upper-right corner, click Save.

Enabling or disabling a raw event filter

After an ingestion filter has been created, you can enable or disable it:

  1. In the left-hand navigation bar of your Panther Console, click Configure > Log Sources.

  2. Click the name of the log source you'd like to enable or disable a filter on.

  3. Click the Filters tab.

  4. Locate the filter you'd like to enable or disable, and set its toggle to Enabled or Disabled.

Viewing filtered event metrics

Last updated

Was this helpful?