diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-14 00:05:48 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-05-14 00:05:57 -0400 |
commit | 430b6b44fcd1dfa917cb599962ae6ef332581ede (patch) | |
tree | 6e84996bac71575b95cee8c56f6106aa9abbe4da /heat | |
parent | c3d80047afd700382fead481bae1972e836925e0 (diff) |
Fix Consul configuration for VES
Issue-ID: DCAEGEN2-506
Change-Id: Ia82bf731fb018e4ae7063a22db87482d2bba6391
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'heat')
-rwxr-xr-x | heat/register.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/register.sh b/heat/register.sh index 676682f..5b0b9f3 100755 --- a/heat/register.sh +++ b/heat/register.sh @@ -271,7 +271,7 @@ REGKV=' "collector.schema.checkflag": "1", "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.service.port": "8080", - "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\"}\", + "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\"}", "collector.keystore.passwordfile": "/opt/app/VESCollector/etc/passwordfile", "collector.inputQueue.maxPending": "8096", "streams_publishes": { |