get_cluster_slowlog
Retrieve aggregated slowlog across all cluster nodes to identify slow commands cluster-wide, avoiding incomplete per-node logs. Returns error 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 |