X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fdev%2Fves-test-collector%2FREADME.md;h=40acdef32fff1d279ae180b278976fcb682e32ee;hb=0c90f04a75af3170ae3381545a5017ed16ddabf5;hp=7c92a572e91a1eb89412b745d1661b9bcf38131d;hpb=6bc11bbce334d492295ad966650debef910efb39;p=oam.git diff --git a/solution/dev/ves-test-collector/README.md b/solution/dev/ves-test-collector/README.md index 7c92a57..40acdef 100644 --- a/solution/dev/ves-test-collector/README.md +++ b/solution/dev/ves-test-collector/README.md @@ -9,7 +9,7 @@ define within '.env' file ``` EXT_VES_PORT=30007 VES_API=7 -VES_FORMAT_FILE=CommonEventFormat_30.1_ONAP.json +VES_FORMAT_FILE=CommonEventFormat_30.2.1_ONAP.json LOCAL_VES_MOUNT=/var/tmp/ves-v7 ``` @@ -17,7 +17,7 @@ this would mean: * ves-testcollector URL is :30007/eventListener/v7 * logs are stored on docker host /var/tmp/VES.V7/logs - * VES format file is 'CommonEventFormat_30.1_ONAP.json' + * VES format file is 'CommonEventFormat_30.2.1_ONAP.json' * ## USAGE