Roll a log up by operator and category
summarize_by_operatorAggregate only: who crawled you, how many requests each, what share, which category, and what blocking each would cost. Eats a uniq -c table straight from a shell pipeline. Example: log='412 GPTBot/1.2' returns OpenAI, 412 requests, 100%, ai-training.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log | Yes | Log text, or a `uniq -c` user-agent table. |