JSON (UDP)
JSON is the most flexible format for custom integrations. By delivering structured data over UDP, NFO allows developers to build custom scripts, automation triggers, or lightweight data consumers without complex parsing logic.

| Parameter | Description |
|---|---|
| Address | Destination IP address or host where NFO sends JSON messages |
| Port | UDP port number |
Functional Comparison
| Format | Best For... | Key Advantage |
|---|---|---|
| OTLP | Cloud-native Observability | Standardized correlation with traces and metrics. |
| Syslog | Legacy SIEMs & Loggers | Low overhead; universal compatibility. |
| JSON | Custom Apps & Scripts | Native structure; no parsing required. |