aboutsummaryrefslogtreecommitdiffstats
path: root/etc/collector.properties
diff options
context:
space:
mode:
authorVENKATESH KUMAR <vv770d@att.com>2017-06-26 19:48:47 -0400
committerVENKATESH KUMAR <vv770d@att.com>2017-06-26 20:02:13 -0400
commit85c567a4214faa17d28934912bb76aea282b5158 (patch)
tree91f1067a76a6f19948940c42171a323b23feae64 /etc/collector.properties
parent35ad3be1673be895ec4775f3a8c905dbf17abbf1 (diff)
Update VES for logging and exception handling
Change-Id: I44fd9535ebb3d3be88ddbf5890109bd23cd00bdc Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'etc/collector.properties')
-rw-r--r--etc/collector.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/collector.properties b/etc/collector.properties
index 672a7fe..dabe1b0 100644
--- a/etc/collector.properties
+++ b/etc/collector.properties
@@ -21,7 +21,7 @@ collector.service.port=8080
## The secure port is required if header.authflag is set to 1 (true)
## Authentication is only supported via secure port
## When enabled - require valid keystore defined
-##collector.service.secure.port=8443
+## collector.service.secure.port=8443
## The keystore must be setup per installation when secure port is configured
collector.keystore.file.location=../etc/keystore
@@ -37,7 +37,7 @@ collector.keystore.alias=tomcat
## buffer beyond a reasonable size limit. With a limit, the server won't crash
## due to being out of memory, and the caller will get a 5xx reply saying the
## server is in trouble.
-#collector.inputQueue.maxPending=4096
+collector.inputQueue.maxPending=8096
## Schema Validation checkflag
## default no validation checkflag (-1)
@@ -59,7 +59,7 @@ exceptionConfig=./etc/ExceptionConfig.json
header.authflag=0
## Combination of userid,base64 encoded pwd list to be supported
## userid and pwd comma separated; pipe delimitation between each pair
-header.authlist=secureid,IWRjYWVSb2FkbTEyMyEt|sample1,c2FtcGxlMQ==|vdnsagg,dmRuc2FnZw==
+header.authlist=ssample1,c2FtcGxlMQ==|vdnsagg,dmRuc2FnZw==
###############################################################################
##