fix(go.d/weblog): remove path pattern validation in dyncfg (#20923)
Ilya Mashchenko committed
Sep 4, 2025 at 09:25 UTC
635a865f43b473c463ad8da40105f1196724cc3c
1 file changed
+1
-2
src/go/plugin/go.d/collector/weblog/config_schema.json
+1
-2
@@ -14,8 +14,7 @@
14
"title": "Log file",
15
"description": "The file path to the Webserver log file.",
16
"type": "string",
17
- "default": "/var/log/nginx/access.log",
18
- "pattern": "^$|^/"
17
+ "default": "/var/log/nginx/access.log"
18
},
19
"exclude_path": {
20
"title": "Exclude path",