Provide docker-compose deployment for SMO
[oam.git] / solution / integration / smo / vesc / collector.properties
1 ##
2 ###############################################################################
3 ##
4 ## HTTP(S) service
5 ##
6 ##      Normally:
7 ##
8 ##              - 8080 is http service
9 ##              - https is disabled by default
10 ##
11 ##              - At this time, the server always binds to 0.0.0.0
12 ##
13 ##
14 #collector.service.port=8080
15 ## Authentication is only supported via secure port
16 ## When enabled - require valid keystore defined
17 collector.service.secure.port=8443
18
19 # auth.method flags:
20 #
21 # noAuth - default option - no security (http)
22 # certBasicAuth - auth by certificate and basic auth username / password (https)
23 auth.method=certBasicAuth
24
25 ## Combination of userid,hashPassword encoded pwd list to be supported
26 ## userid and pwd comma separated; pipe delimitation between each pair
27 ## Password is generated by crypt-password library using BCrypt algorithm stored in dcaegen2/sdk package
28 ## or https://nexus.onap.org/#nexus-search;quick~crypt-password
29 header.authlist=sample1,$2a$10$0buh.2WeYwN868YMwnNNEuNEAMNYVU9.FSMJGyIKV3dGET/7oGOi6
30
31 ## The keystore must be setup per installation when secure port is configured
32 collector.keystore.file.location=etc/keystore
33 collector.keystore.passwordfile=etc/passwordfile
34
35 collector.cert.subject.matcher=etc/certSubjectMatcher.properties
36
37 ## The truststore must be setup per installation when mutual tls support is configured
38 collector.truststore.file.location=etc/truststore
39 collector.truststore.passwordfile=etc/trustpasswordfile
40
41 ## Schema Validation checkflag
42 ## default no validation checkflag (-1)
43 ## If enabled (1) - schemafile location must be specified
44 collector.schema.checkflag=1
45 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.1.1.json\"}
46
47 ## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile
48 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
49 collector.dmaapfile=./etc/DmaapConfig.json
50
51 ## Event transformation Flag - when set expects configurable transformation
52 ## defined under ./etc/eventTransform.json
53 ## Enabled by default; to disable set to 0
54 event.transform.flag=1
55
56 # Describes at what frequency (measured in minutes) should application try to fetch config from CBS
57 collector.dynamic.config.update.frequency=5