diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-10 12:53:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-10 12:53:23 +0000 |
commit | 88d7666478e5e98e24ef32637a7580c9809f9458 (patch) | |
tree | f94c8716c5165c1120d17ae144ab09c3a40a8e05 /etc | |
parent | a0ded132d71bb489e272d50e931c4a50b448c6a9 (diff) | |
parent | 56274201c51ac6a6f8c859f0b931515b50c31d0e (diff) |
Merge "fix default properties"
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/collector.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/collector.properties b/etc/collector.properties index c0db015f..ab5febc5 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -46,7 +46,7 @@ collector.schema.checkflag=1 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.4.1.json\"}
## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile
-collector.dmaap.streamid=fault=ves_fault,ves_fault_secondary|syslog=ves_syslog,ves_syslog_secondary|heartbeat=ves_heartbeat,ves_heartbeat_secondary|measurementsForVfScaling=ves_measurement,ves_measurement_secondary|mobileFlow=ves_mobileflow,ves_mobileflow_secondary|other=ves_other,ves_other_secondary|stateChange=ves_statechange,ves_statechange_secondary|thresholdCrossingAlert=ves_thresholdCrossingAlert,ves_thresholdCrossingAlert_secondary|voiceQuality=ves_voicequality,ves_voicequality_secondary|sipSignaling=ves_sipsignaling,ves_sipsignaling_secondary
+collector.dmaap.streamid=fault=ves_fault|syslog=ves_syslog|heartbeat=ves_heartbeat|measurementsForVfScaling=ves_measurement|mobileFlow=ves_mobileflow|other=ves_other|stateChange=ves_statechange|thresholdCrossingAlert=ves_thresholdCrossingAlert|voiceQuality=ves_voicequality|sipSignaling=ves_sipsignaling
collector.dmaapfile=./etc/DmaapConfig.json
## Custom ExceptionConfiguration
|