diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-02-23 15:02:59 +0100 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-02-24 11:40:48 +0100 |
commit | 9c719934d618b5c989522d701f653aa31a85325c (patch) | |
tree | b947db409d79613d9426bbe5ffe5bfafaaf1c725 /etc/collector.properties | |
parent | 4c67640edccbbd1820fb658370cad0f666a0e210 (diff) |
Use updated CommonEventSchema in VES Collector1.8.0
Issue-ID: DCAEGEN2-2477
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I8c5fbbd17ebb3a5e1b96b5ac4f4ab3632fd2c484
Diffstat (limited to 'etc/collector.properties')
-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 10ae9c2a..8861fb8d 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -48,7 +48,7 @@ collector.truststore.passwordfile=etc/trustpasswordfile ## default no validation checkflag (-1)
## If enabled (1) - schemafile location must be specified
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\",\"v7\":\"./etc/CommonEventFormat_30.2_ONAP.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\",\"v7\":\"./etc/CommonEventFormat_30.2.1_ONAP.json\"}
## Schema StndDefinedFields Validation checkflag
## default no validation checkflag (-1)
|