create_service
Create a new service for network traffic analysis. Enable HTTP features like URL decoding and packet merging for web services, or leave them off for binary protocols.
Instructions
Create a new service.
For HTTP-like services, enable urldecode_http_requests, merge_adjacent_packets,
and http. For binary services, leave them off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| port | Yes | ||
| merge_adjacent_packets | No | ||
| urldecode_http_requests | No | ||
| decrypt_tls | No | ||
| parse_web_sockets | No | ||
| http | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| port | Yes | ||
| mergeAdjacentPackets | No | ||
| urldecodeHttpRequests | No | ||
| decryptTls | No | ||
| parseWebSockets | No | ||
| http | No |