7c92a572e91a1eb89412b745d1661b9bcf38131d
[oam.git] / solution / dev / ves-test-collector / README.md
1 # Standalone VES Test Collector
2
3 This solution is intended to test VES messages with different format versions.
4
5 ## Customizing
6
7 define within '.env' file
8
9 ```
10 EXT_VES_PORT=30007
11 VES_API=7
12 VES_FORMAT_FILE=CommonEventFormat_30.1_ONAP.json
13 LOCAL_VES_MOUNT=/var/tmp/ves-v7
14 ```
15
16 this would mean:
17
18  *  ves-testcollector URL is <ip_host>:30007/eventListener/v7
19  *  logs are stored on docker host  /var/tmp/VES.V7/logs
20  *  VES format file is 'CommonEventFormat_30.1_ONAP.json'
21  *  
22  ## USAGE
23
24 ```
25 docker-compose up -d
26 cd /var/tmp/ves-v7/logs
27 tail -f evel-output.log
28
29 ```