aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-05-05 08:28:28 +0000
committerArne Juul <arnej@verizonmedia.com>2021-05-05 08:28:28 +0000
commit2cda575c128587d9668d867338cf73668337287b (patch)
treeb4ffdbd43554ef84e016dba136efa8cec1a58f83 /config-model/src/main/resources
parent47827f0e8ee70a2676fc14885e6781ae9db06c77 (diff)
skip adding logforwarder on hosts if they have membership with cluster type admin
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/admin.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/admin.rnc b/config-model/src/main/resources/schema/admin.rnc
index 784fb82d319..e584bb1c6a7 100644
--- a/config-model/src/main/resources/schema/admin.rnc
+++ b/config-model/src/main/resources/schema/admin.rnc
@@ -105,6 +105,7 @@ ClusterControllers = element cluster-controllers {
}
LogForwarding = element logforwarding {
+ attribute unconditional { xsd:boolean }? &
element splunk {
attribute splunk-home { xsd:string }? &
attribute deployment-server { xsd:string } &