get_audit_logs
Retrieve system audit logs from Linux servers for security monitoring and compliance analysis. Supports local or remote SSH access to fetch specified log lines.
Instructions
Get audit logs if available.
Args:
lines: Number of log lines to retrieve (default: 100)
host: Remote host to connect to via SSH (optional, executes locally if not provided)
username: SSH username for remote host (required if host is provided)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | ||
| host | No | ||
| username | No |