Select exchanges initiated by a process with the specified process ID. Process tracking must be enabled and the connection must originate from localhost.
Evaluation scope defines the timing where this filter will be applied.
requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client
processIdFilter
The following table describes the customizable properties available for this filter:
| Property | Type | Description | DefaultValue |
|---|---|---|---|
| processId | int32 | The process ID to match | 0 |
| inverted | boolean | Negate the filter result | false |
The following examples apply a comment to the filtered exchange
Filter traffic from process with ID 1234.
rules:
- filter:
typeKind: ProcessIdFilter
processId: 1234
actions:
- typeKind: ApplyCommentAction
comment: filter was applied
View definition of ProcessIdFilter for .NET integration.
This filter has no related filter