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=refs%2Fchanges%2F72%2F5872%2F1;hp=7c92a572e91a1eb89412b745d1661b9bcf38131d;hpb=f58b3e1c0d88c9c403cbbef28cb36fa2f1b6bf86;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