rate_limit enforces per-client query limits within a time window to mitigate abuse.
max_queries (int): maximum queries allowed per window (default 100).window_secs (int): window duration in seconds (default 60).plugins:
- tag: rate_limiter
type: rate_limit
args:
max_queries: 100
window_secs: 60
When the audit feature is enabled and an audit plugin is active, this plugin will trigger a rate_limit_exceeded security event whenever a client’s request is rejected.