get_audit_logs
Retrieve system audit logs for security monitoring and troubleshooting on Linux systems, supporting both local execution and remote SSH connections to RHEL-based hosts.
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 |