All Recipes
Log Analysis Digest
Uses fleet batch execution to grep logs across machines for error patterns, exceptions, and warning spikes, then compiles a digest with frequency counts and sample messages. Schedule daily to surface issues that might otherwise go unnoticed in high-volume logs.
intermediate
Scheduled (Cron)
1 step
1 minute
Steps
1
Grep logs for error patterns
fleet_batch_execute via gripos-mcp
Recipe JSON
{"schedule":"0 7 * * *","steps":[{"tool":"fleet_batch_execute","args":{"command":"cat /var/log/app/*.log | grep -i 'error|exception|fatal' | tail -50"},"output_as":"error_logs"}]}Prerequisites
- Application logs accessible on fleet machines