From bbe5ffb08843e716b7dab966218f3f915e1ab490 Mon Sep 17 00:00:00 2001 From: Michal Banka Date: Tue, 1 Sep 2020 15:22:19 +0200 Subject: Post stndDefined implementation fixes Update componentspec with stndDefined properties and latest VES version. Update ConsulConfig to match actual VES properties. Fix 7.30.2 dataformat version name to match MOD requirments. Update external-schema-manager version to 1.4.3 and update properties format to JSON path notation. Change-Id: Ib01dc20de0a864beb275aec8b0dae793e588251c Signed-off-by: Michal Banka Issue-ID: DCAEGEN2-2264 --- etc/collector.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/collector.properties') diff --git a/etc/collector.properties b/etc/collector.properties index b0bffaac..7482c5a8 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -57,8 +57,8 @@ collector.schema.file={\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./e collector.externalSchema.checkflag=1 collector.externalSchema.schemasLocation=./etc/externalRepo/ collector.externalSchema.mappingFileLocation=./etc/externalRepo/schema-map.json -event.externalSchema.schemaRefPath=/event/stndDefinedFields/schemaReference -event.externalSchema.stndDefinedDataPath=/event/stndDefinedFields/data +event.externalSchema.schemaRefPath=$.event.stndDefinedFields.schemaReference +event.externalSchema.stndDefinedDataPath=$.event.stndDefinedFields.data ## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile -- cgit 1.2.3-korg