Add pmlog to RANPM docker-compose
[nonrtric/plt/ranpm.git] / docker-proj / config / pmlog / jobDefinition.json
diff --git a/docker-proj/config/pmlog/jobDefinition.json b/docker-proj/config/pmlog/jobDefinition.json
new file mode 100644 (file)
index 0000000..517332d
--- /dev/null
@@ -0,0 +1,23 @@
+{
+   "info_type_id": "PmData",
+   "job_owner": "console",
+   "job_definition": {
+      "filter": {
+         "sourceNames": [],
+         "measObjInstIds": [],
+         "measTypeSpecs": [
+            {
+               "measuredObjClass": "NRCellDU",
+               "measTypes": [
+                  "pmCounterNumber108"
+               ]
+            }
+         ],
+         "measuredEntityDns": []
+      },
+      "deliveryInfo": {
+         "topic": "pmreports",
+         "bootStrapServers": "kafka-1:9097"
+      }
+   }
+}