aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/admin.rnc
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2017-10-13 13:15:09 +0000
committerArne Juul <arnej@yahoo-inc.com>2017-10-13 13:17:35 +0000
commitec0324688eca1bfadbb3528a84d6a069375d79ad (patch)
tree914973f6944e766f7fb51c0281c8e6f55c466497 /config-model/src/main/resources/schema/admin.rnc
parentd7bd2b2a306c9fefa0e66a8a7e3ac143c1318511 (diff)
allow splunk-home attribute
Diffstat (limited to 'config-model/src/main/resources/schema/admin.rnc')
-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 3ab02af3efd..cdf26807bcb 100644
--- a/config-model/src/main/resources/schema/admin.rnc
+++ b/config-model/src/main/resources/schema/admin.rnc
@@ -117,6 +117,7 @@ ClusterControllers = element cluster-controllers {
LogForwarding = element logforwarding {
element splunk {
+ attribute splunk-home { xsd:string }? &
attribute deployment-server { xsd:string } &
attribute client-name { xsd:string }
}