diff options
Diffstat (limited to 'etc/collector.properties')
-rwxr-xr-x | etc/collector.properties | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/collector.properties b/etc/collector.properties new file mode 100755 index 0000000..a013578 --- /dev/null +++ b/etc/collector.properties @@ -0,0 +1,22 @@ +###############################################################################
+##
+## Collector config
+##
+## - Default values are shown as commented settings.
+##
+###############################################################################
+## Processing
+collector.dmaapfile=./etc/DmaapConfig.json
+###############################################################################
+##
+## Tomcat control
+##
+#tomcat.maxthreads=(tomcat default, which is usually 200)
+# list all restconf collector parameters
+templateFileName=./etc/establish-subscription-input-template.json
+restapiUrl=10.0.4.1:8080;10.0.4.2:8080
+httpMethod=post
+responsePrefix=restapi-result
+skipSending=false
+sseConnectURL=http://10.0.4.1:8080/RestConfServer/rest/ssevents; http://10.0.4.2:8080/RestConfServer/rest/ssevents
+format=json
|