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=0000000000000000000000000000000000000000;hb=86b92e82e31a1c948dbc7c78517978aaee31a0b8;hp=40acdef32fff1d279ae180b278976fcb682e32ee;hpb=aca16f72ab8e1dfa3ef53c213e453d654c15c0ad;p=oam.git diff --git a/solution/dev/ves-test-collector/README.md b/solution/dev/ves-test-collector/README.md deleted file mode 100644 index 40acdef..0000000 --- a/solution/dev/ves-test-collector/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# 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.2.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.2.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