summaryrefslogtreecommitdiffstats
path: root/etc/collector.properties
blob: a0135780e5d98e04ff73bc3ab7162b58f3e9e044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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