start_live_triage
Start background log tailing to monitor logs in real time, detecting volume spikes via Z-score alerts while enforcing memory safety limits.
Instructions
Start background log tailing with real-time Z-score anomaly alerting and heap memory safety limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the log file | |
| high_water_mark | No | Heap memory safety threshold in bytes (automatically shuts down tailing loop if exceeded) | |
| anomaly_threshold_z | No | Z-score threshold above which log volume spikes trigger notifications |