ssh_tail
Monitor remote log files in real-time. View new lines as they appear and filter with grep patterns across multiple SSH servers.
Instructions
Tail remote log files in real-time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name from configuration | |
| file | Yes | Path to the log file to tail | |
| lines | No | Number of lines to show initially (default: 10) | |
| follow | No | Follow file for new content (default: true) | |
| grep | No | Filter lines with grep pattern |