Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Running process filters

Filter any processes, using combinations of name and key parameters, from coming back to the instance. Out-of-the box, you can filter OS processes. Filtering processes helps reduce the number of records created, updated, or deleted in the database which can improve overall database performance.

Before you begin

Role required: discovery_admin or admin

About this task

To add processes to the filter, you must setup configurations using the Running Process filter record [running_process_filter]. These records make sure the filtered processes do not populate the Running process [cmdb_running_process] table.

Procedure

  1. Navigate to running_process_filter.list.

  2. Select New to create a record.

    The form and descriptions are explained below.

Image omitted: running\_process\_filter\_record.png
Running process filters form
FieldDescription
ActiveCheck the box to include or exclude.
NameName for the record.
DescriptionShort description of the record.
CategoryA name for the configuration type. Running process filters can be grouped however you want so that it's easier to identify and choose in the table.
ProbeMandatory field. Which probe will use this filter. Often Linux or Windows active processes or ADM enhanced. When the probe executes, the instance sends the running\_process\_filter records as a probe parameter. The probe then uses this to filter the results before sending the information back to the instance.
Discovery ScheduleYou can apply the filter on a specific Discovery schedule. If you leave this field, it applies to all schedules, even Quick Discovery.
FilterAny process matching the filter will not be added to the Running Processes \[cmdb\_running\_process\] table. For example, if you want to filter all svchost.exe processes except the svchost.exe process for IIS classification, the filter definition would be: - name is svchost.exe - parameters does not contain iissvcs For information on setting filter conditions see: Condition builder
Case sensitiveApplies to the Filter field. If case sensitive is checked, the filter may pull more or less information than you want. Default is off.
OOB filtersThere are Linux and Windows filters to choose from. See Out-of-the-box process filters for more details.
  1. Enter the details and select Submit.

  2. Out-of-the-box process filters
    There are a variety of Linux and Windows out-of-the-box running process filters that are turned on and used for filtering processes.

Parent Topic:Advanced Discovery configuration