summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/pulsar
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-03-07 14:14:18 +0200
committerGitHub <noreply@github.com>2024-03-07 14:14:18 +0200
commit7add1121d2e14f9f61a6c88fb483943402aca300 (patch)
tree25d12325369cf7624daad9080dfff7d5c6dbff35 /src/go/collectors/go.d.plugin/modules/pulsar
parent8e446dc58575757e529d91d4a64b68beeb2f98bb (diff)
improve go.d.plugin dyncfg config schemas (#17124)
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/pulsar')
-rw-r--r--src/go/collectors/go.d.plugin/modules/pulsar/config_schema.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/pulsar/config_schema.json b/src/go/collectors/go.d.plugin/modules/pulsar/config_schema.json
index 6fd8131248..cfa32348d9 100644
--- a/src/go/collectors/go.d.plugin/modules/pulsar/config_schema.json
+++ b/src/go/collectors/go.d.plugin/modules/pulsar/config_schema.json
@@ -75,17 +75,20 @@
"tls_ca": {
"title": "TLS CA",
"description": "The path to the CA certificate file for TLS verification.",
- "type": "string"
+ "type": "string",
+ "pattern": "^/"
},
"tls_cert": {
"title": "TLS certificate",
"description": "The path to the client certificate file for TLS authentication.",
- "type": "string"
+ "type": "string",
+ "pattern": "^/"
},
"tls_key": {
"title": "TLS key",
"description": "The path to the client key file for TLS authentication.",
- "type": "string"
+ "type": "string",
+ "pattern": "^/"
}
},
"required": [