ssh_tail
Tail remote log files in real-time with configurable initial lines and grep filtering. Follows file for new content.
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 |