diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/api_version_description.json | 7 | ||||
-rwxr-xr-x | etc/collector.properties | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/api_version_description.json b/etc/api_version_description.json new file mode 100644 index 00000000..f2c7f1cc --- /dev/null +++ b/etc/api_version_description.json @@ -0,0 +1,7 @@ +{ + "apiVersion": + { + "eventListener": ["4.7.2","5.4.1","7.2"], + "eventListener_eventBatch": ["4.7.2","5.4.1","7.2"] + } +} diff --git a/etc/collector.properties b/etc/collector.properties index 7482c5a8..10ae9c2a 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -65,6 +65,9 @@ event.externalSchema.stndDefinedDataPath=$.event.stndDefinedFields.data 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|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance
collector.dmaapfile=./etc/DmaapConfig.json
+## Path to the file containing description of api versions
+collector.description.api.version.location=etc/api_version_description.json
+
## Event transformation Flag - when set expects configurable transformation
## defined under ./etc/eventTransform.json
## Enabled by default; to disable set to 0
|