diff options
author | Vijay <vv770d@att.com> | 2017-09-15 19:46:07 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-09-15 20:03:07 +0000 |
commit | 6e63f2688ef741930943e46dd967b5b8f6513df2 (patch) | |
tree | 09bbb7ae98bb1ae7e3ca701f30b7676e2dc40af4 /etc/collector.properties | |
parent | 81a9459485c857a9d8dac3162cb043f1946d96d4 (diff) |
vescollector standalone docker support
Issue-Id:DCAEGEN2-82
Change-Id: Id309d0af08c8beb9c18dce08dc51344e60f494a4
Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'etc/collector.properties')
-rw-r--r-- | etc/collector.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/collector.properties b/etc/collector.properties index 310c85c3..8da81d7e 100644 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -43,7 +43,7 @@ collector.inputQueue.maxPending=8096 ## default no validation checkflag (-1) ## If enabled (1) - schemafile location must be specified collector.schema.checkflag=1 -collector.schema.file={\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.3.json\"} +collector.schema.file={\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.3.json\"} ## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile collector.dmaap.streamid=fault=sec_fault|syslog=sec_syslog|heartbeat=sec_heartbeat|measurementsForVfScaling=sec_measurement|mobileFlow=sec_mobileflow|other=sec_other|stateChange=sec_statechange|thresholdCrossingAlert=sec_thresholdCrossingAlert|voiceQuality=ves_voicequality|sipSignaling=ves_sipsignaling @@ -56,15 +56,15 @@ exceptionConfig=./etc/ExceptionConfig.json ## If enabled (1) - then authlist has to be defined ## When authflag is enabled, only secure port will be supported ## To disable enter 0 -header.authflag=1 +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=sample1,c2FtcGxlMQ==|vdnsagg,dmRuc2FnZw== ## Event transformation Flag - when set expects configurable transformation ## defined under ./etc/eventTransform.json ## Enabled by default; to disable set to 0 -event.transform.flag=1 +event.transform.flag=0 ############################################################################### ## |