get_cluster_slowlog
Aggregate slowlog from all cluster nodes to identify slow commands. Alerts if not in cluster mode.
Instructions
Get the aggregated slowlog across ALL nodes in the cluster. This is the primary tool for finding slow commands in cluster mode — per-node slowlogs are incomplete. Returns an error message if not in cluster mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default 100) | |
| instanceId | No | Optional instance ID override |