summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/resources/dynamic-configuration.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/services/ves-hv/resources/dynamic-configuration.json')
-rw-r--r--docs/sections/services/ves-hv/resources/dynamic-configuration.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/sections/services/ves-hv/resources/dynamic-configuration.json b/docs/sections/services/ves-hv/resources/dynamic-configuration.json
index 0a1cd89d..40521ab9 100644
--- a/docs/sections/services/ves-hv/resources/dynamic-configuration.json
+++ b/docs/sections/services/ves-hv/resources/dynamic-configuration.json
@@ -22,6 +22,20 @@
"bootstrap_servers": "message-router-kafka:9092",
"topic_name": "HV_VES_HEARTBEAT"
}
+ },
+ "ves-3gpp-fault-supervision": {
+ "type": "kafka",
+ "kafka_info": {
+ "bootstrap_servers": "message-router-kafka:9092",
+ "topic_name": "SEC_3GPP_FAULTSUPERVISION_OUTPUT"
+ }
+ },
+ "ves-3gpp-heartbeat": {
+ "type": "kafka",
+ "kafka_info": {
+ "bootstrap_servers": "message-router-kafka:9092",
+ "topic_name": "SEC_3GPP_HEARTBEAT_OUTPUT"
+ }
}
}
}