create_pattern
Create a pattern to find or ignore network traffic streams by specifying search type, direction, and optional service port.
Instructions
Create a pattern.
action_type=FIND highlights matches; IGNORE deletes streams that match.
search_type: SUBSTRING (text), REGEX (Java regex), BINARY (hex bytes).
direction_type: INPUT (client→server), OUTPUT (server→client), BOTH.
service_port: scope to one service; leave None for all services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| action_type | Yes | ||
| search_type | Yes | ||
| direction_type | Yes | ||
| color | No | ||
| service_port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| value | Yes | ||
| color | No | ||
| actionType | Yes | ||
| searchType | Yes | ||
| directionType | Yes | ||
| service | No | ||
| enabled | No |