[SNDC-CSIT] Provide test deployment for SDNC/R
[sdnc/oam.git] / csit / scripts / sdnr / docker-compose / vesc / collector.properties
1 ###############################################################################
2 ##
3 ## Collector Server config
4 ##
5 ##      - Default values are shown as commented settings.
6 ##
7 ###############################################################################
8 ##
9 ###############################################################################
10 ##
11 ## HTTP(S) service
12 ##
13 ##      Normally:
14 ##
15 ##              - 8080 is http service
16 ##              - https is disabled by default
17 ##
18 ##              - At this time, the server always binds to 0.0.0.0
19 ##
20 ##
21 #collector.service.port=8080
22 ## Authentication is only supported via secure port
23 ## When enabled - require valid keystore defined
24 collector.service.secure.port=8443
25
26 # auth.method flags:
27 #
28 # noAuth - default option - no security (http)
29 # certBasicAuth - auth by certificate and basic auth username / password (https)
30 auth.method=certBasicAuth
31
32 ## Combination of userid,hashPassword encoded pwd list to be supported
33 ## userid and pwd comma separated; pipe delimitation between each pair
34 ## Password is generated by crypt-password library using BCrypt algorithm stored in dcaegen2/sdk package
35 ## or https://nexus.onap.org/#nexus-search;quick~crypt-password
36 header.authlist=sample1,$2a$10$0buh.2WeYwN868YMwnNNEuNEAMNYVU9.FSMJGyIKV3dGET/7oGOi6
37
38 ## The keystore must be setup per installation when secure port is configured
39 collector.keystore.file.location=etc/keystore
40 collector.keystore.passwordfile=etc/passwordfile
41
42 collector.cert.subject.matcher=etc/certSubjectMatcher.properties
43
44 ## The truststore must be setup per installation when mutual tls support is configured
45 collector.truststore.file.location=etc/truststore
46 collector.truststore.passwordfile=etc/trustpasswordfile
47
48 ## Schema Validation checkflag
49 ## default no validation checkflag (-1)
50 ## If enabled (1) - schemafile location must be specified
51 collector.schema.checkflag=1
52 collector.schema.file={\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2.1_ONAP.json\"}
53
54 ## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile
55 collector.dmaap.streamid=fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration
56 collector.dmaapfile=./etc/DmaapConfig.json
57
58 ## Event transformation Flag - when set expects configurable transformation
59 ## defined under ./etc/eventTransform.json
60 ## Enabled by default; to disable set to 0
61 event.transform.flag=1
62
63 # Describes at what frequency (measured in minutes) should application try to fetch config from CBS
64 collector.dynamic.config.update.frequency=5