fix: Improve log fetching by filtering timestamps

This commit is contained in:
2026-09-06 13:11:31 +02:00
parent a3402c85d6
commit f4c2628e0c
6 changed files with 82 additions and 10 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
"type": "object",
"required": ["type", "config"],
"properties": {
"type": { "type": "string", "enum": ["regexp", "geolocation"] },
"type": { "type": "string", "enum": ["geolocation", "regexp", "timestamp"] },
"config": {
"type": "object"
}