lograft_normalize
Normalize CSV, JSON, or Azure Monitor JSON log exports into a 5-field rowset (timestamp, level, message, source, raw) for structured analysis. Include sessionId to enable correlation without resending data.
Instructions
Normalise a CSV / JSON / Azure-Monitor-JSON log export into a 5-field rowset (timestamp, level, message, source, raw). Pass sessionId to receive an opaque rowsetRef for downstream lograft_correlate calls (avoids re-shipping large payloads through MCP). Most users want lograft_investigate; this atomic tool is for partial pipelines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| payload | Yes | ||
| sessionId | No | ||
| rowCap | No |