Initial commit: LogHive centralized log management system

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
v6ole
2026-05-09 14:55:14 +08:00
commit abfd07331e
54 changed files with 3816 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"permissions": {
"allow": [
"Bash(docker --version)",
"Bash(docker compose *)",
"Bash(curl *)",
"Bash(docker cp *)",
"Bash(docker stop *)",
"Bash(docker rm *)",
"Bash(docker network *)",
"Bash(docker volume *)",
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('timestamp:', d['hits'][0]['timestamp']\\)\")",
"Bash(python -c ' *)",
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('bucket:', d['time_buckets'][0]['key'] if d['time_buckets'] else 'none'\\)\")",
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('found in range:', d['total'], 'logs'\\)\")",
"Bash(git init *)",
"Bash(git remote *)",
"Bash(git add *)",
"Bash(git config *)"
]
}
}