X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fdev%2Fves-test-collector%2FREADME.md;fp=solution%2Fdev%2Fves-test-collector%2FREADME.md;h=7c92a572e91a1eb89412b745d1661b9bcf38131d;hb=f58b3e1c0d88c9c403cbbef28cb36fa2f1b6bf86;hp=0000000000000000000000000000000000000000;hpb=2c1023c4053ed30de38bc7e2486738fb3c730536;p=oam.git diff --git a/solution/dev/ves-test-collector/README.md b/solution/dev/ves-test-collector/README.md new file mode 100644 index 0000000..7c92a57 --- /dev/null +++ b/solution/dev/ves-test-collector/README.md @@ -0,0 +1,29 @@ +# Standalone VES Test Collector + +This solution is intended to test VES messages with different format versions. + +## Customizing + +define within '.env' file + +``` +EXT_VES_PORT=30007 +VES_API=7 +VES_FORMAT_FILE=CommonEventFormat_30.1_ONAP.json +LOCAL_VES_MOUNT=/var/tmp/ves-v7 +``` + +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' + * + ## USAGE + +``` +docker-compose up -d +cd /var/tmp/ves-v7/logs +tail -f evel-output.log + +``` \ No newline at end of file