sydes

Examples

This page collects compact incident analysis workflows for common debugging patterns in raw logs.

Use examples here as practical starting points for narrowing a failure, asking a focused question, and validating evidence.


sydes incident analyze logs/*.log --grep "timeout"
sydes incident analyze logs/*.log \
  --query "Why are session lookups failing?" \
  --grep "session lookup failed"