get_log_stats
Extract and analyze overall statistics from log files, providing insights into data patterns and performance metrics for efficient log management.
Instructions
Get overall statistics for log files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Log files to analyze (default: all files) |
Input Schema (JSON Schema)
{
"properties": {
"files": {
"description": "Log files to analyze (default: all files)",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}