[HV-VES-KAFKA] Add doc updates for hv-ves kafka
[dcaegen2.git] / docs / sections / services / ves-hv / resources / dynamic-configuration.json
1 {
2    "logLevel":"INFO",
3    "server.listenPort":6061,
4    "server.idleTimeoutSec":60,
5    "cbs.requestIntervalSec":5,
6    "security.sslDisable":false,
7    "security.keys.keyStoreFile":"/etc/ves-hv/ssl/cert.jks",
8    "security.keys.keyStorePasswordFile":"/etc/ves-hv/ssl/jks.pass",
9    "security.keys.trustStoreFile":"/etc/ves-hv/ssl/trust.jks",
10    "security.keys.trustStorePasswordFile":"/etc/ves-hv/ssl/trust.pass",
11    "streams_publishes":{
12       "ves-3gpp-fault-supervision":{
13          "type":"kafka",
14          "kafka_info":{
15             "bootstrap_servers":"kafka:9092",
16             "topic_name":"SEC_3GPP_FAULTSUPERVISION_OUTPUT"
17          }
18       },
19       "ves-3gpp-provisioning":{
20          "type":"kafka",
21          "kafka_info":{
22             "bootstrap_servers":"kafka:9092",
23             "topic_name":"SEC_3GPP_PROVISIONING_OUTPUT"
24          }
25       },
26       "ves-3gpp-heartbeat":{
27          "type":"kafka",
28          "kafka_info":{
29             "bootstrap_servers":"kafka:9092",
30             "topic_name":"SEC_3GPP_HEARTBEAT_OUTPUT"
31          }
32       },
33       "ves-3gpp-performance-assurance":{
34          "type":"kafka",
35          "kafka_info":{
36             "bootstrap_servers":"kafka:9092",
37             "topic_name":"SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT"
38          }
39       },
40       "perf3gpp":{
41          "type":"kafka",
42          "kafka_info":{
43             "bootstrap_servers":"kafka:9092",
44             "topic_name":"HV_VES_PERF3GPP"
45          }
46       }
47    }
48 }