Telemetry Exception Rules

Jamf Protect Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

When creating a custom exception set, add a new rule and select the Ignore for Telemetry exception type. The Ignore for drop-down menu will populate with the related telemetry ignore rules.

Note:

These custom exception types do not apply to the deprecated version of telemetry.

Ignore for telemetry - Exec process
This is for process execution (exec) events and is the target process being executed.
Ignore for telemetry - Source process
This is the process that caused the underlying activity being monitored and reported as a telemetry event.
Ignore for telemetry - Source parent process
This is the parent process that directly created the source process.
Ignore for telemetry - Source responsible process
This is the process that is responsible for the source process existing and is responsible for the chain of activity leading to its creation.

After selecting the desired custom ignore type for telemetry, configure the following subsequent ignore rules:

Telemetry Ignore RuleIgnore Rule Sub-fieldTelemetry Message FieldDescription
App Signing InfoTeam ID

Exec process exceptions:

event.exec.target.team_id

Source process exceptions:

process.team_id

App Signing Info Signing ID

Exec process exceptions:event.exec.target.signing_id

Source process exceptions:

process.signing_id

Team ID

Exec process exceptions:

event.exec.target.team_id

Source process exceptions:

process.team_id

Process PathExec process exceptions: event.exec.target.executable.path

Source process exceptions:

process.executable.path

Platform Binary

Exec process exceptions: event.exec.target.signing_id

Source process exceptions:

process.signing_id

The event.exec.target.is_platform_binary or process.is_platform_binary fields must be true in the telemetry message.
User

Exec process exceptions: event.exec.target.audit_token.euid

Source process exceptions:

process.audit_token.euid

The ID of the effective user will be checked for a match against the username provided in the ignore rule.
Group

Exec process exceptions:event.exec.target.audit_token.egid

Source process exceptions:

process.audit_token.egid

The ID of the effective user group will be checked for a match against the user group name provided in the ignore rule.