Create a Processing Rule
There are two user interfaces (UI) to create a Processing Rule, classic and new. The new interface is only available on certain Sources and is being released incrementally. Each UI is documented in a separate tab below.
- New UI
- Classic UI
New interface for Hosted Collector Sources
You can add a processing rule to an existing Source or create a processing rule when you configure a new Source.
To create a processing rule for an existing Source, go to Manage Data > Collection > Collection and click Edit next to a Source. When configuring your new or existing Source, click the + Add Filter or + Add Action text in the Processing Rules section.
- A filter is either an allowlist or denylist rule.
- An action is either a hash or mask rule.
Once clicked, the configuration options are displayed.
Give a meaningful Name to your rule. Names can be up to 32 characters long.
Choose the Type of processing rule you'd like to create:
- Filters have the option to:
- Exclude messages that match. Remove messages that you don't want to send to Sumo Logic at all, think of it as a "denylist" filter. These messages are skipped after reaching the Source and are not uploaded to Sumo Logic.
- Include messages that match. Send only the data you'd like in your Sumo Logic account, think of it as an "allowlist" filter). This type of filter can be very useful when the list of log data you want to send to Sumo Logic is easier to filter than setting up exclude filters for all of the types of messages you'd like to exclude, for example, if you only want to include only messages coming from a firewall.
- Actions have the option to:
- Hash messages that match. Replace a message with a unique, randomly-generated code to protect sensitive or proprietary information. You may want to hash unique identifiers, such as credit card numbers or user names. By hashing this type of data, you can still track it, even though it is fully hidden.
- Mask messages that match. Replace an expression with a mask string that you can customize—another option to protect data, such as passwords, that you'dn't normally track.
- Filters have the option to:
For Filter, type a regular expression that defines the messages you want to filter. The rule must match the whole message.
For multi-line log messages, to get the lines before and after the line containing your text, wrap the segment with (?s).* such as: (?s).*matching text(?s).*
noteYour regex must be RE2 compliant.
To remove a filter or action click the trash can icon.
When you are finished adding all the rules you need, click Submit.
Original interface
To create a processing rule for an existing Source, go to Manage Data > Collection > Collection and click Edit next to a Source. When configuring your new or existing Source, expand the Processing Rules for Logs** section and then click Add Rule.
The Processing Rule for Logs dialog is displayed.
Give a meaningful Name to your rule. Names can be up to 32 characters long.
For Filter, type a regular expression that defines the messages you want to filter. The rule must match the whole message.
- For multi-line log messages, to get the lines before and after the line containing your text, wrap the segment with
(?s).
such as:(?s).*matching text(?s).
noteYour regex must be RE2 compliant.
- For multi-line log messages, to get the lines before and after the line containing your text, wrap the segment with
Choose the Type of processing rule you'd like to create:
- Exclude messages that match. Remove messages that you don't want to send to Sumo Logic at all, think of it as a "denylist" filter. These messages are skipped after reaching the Source and are not uploaded to Sumo Logic.
- Include messages that match. Send only the data you'd like in your Sumo Logic account, think of it as an "allowlist" filter. This type of filter can be very useful when the list of log data you want to send to Sumo Logic is easier to filter than setting up exclude filters for all of the types of messages you'd like to exclude, for example, if you only want to include only messages coming from a firewall.
- Hash messages that match. Replace a message with a unique, randomly-generated code to protect sensitive or proprietary information. You may want to hash unique identifiers, such as credit card numbers or user names. By hashing this type of data, you can still track it, even though it is fully hidden.
- Mask messages that match. Replace an expression with a mask string that you can customize—another option to protect data, such as passwords, that you'dn't normally track.
- Forward messages that match. Send data from an Installed Collector Source to a selected non-Sumo location. This option is only available if you have configured a data forwarding destination. For more information, see Forward Data from an Installed Collector.
Click Apply to add the rule. Continue to add rules as needed.
When you are finished adding all the rules you need, click Submit.