summaryrefslogtreecommitdiffstats
path: root/etc/DmaapConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/DmaapConfig.json')
-rw-r--r--etc/DmaapConfig.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json
index 529f314a..e7f30f4f 100644
--- a/etc/DmaapConfig.json
+++ b/etc/DmaapConfig.json
@@ -23,6 +23,14 @@
"stripHpId": "true",
"type": "out",
"cambria.hosts": "onap-dmaap"
- }
+ },
+ {
+ "name": "ves_other",
+ "cambria.topic": "unauthenticated.SEC_OTHER_OUTPUT",
+ "class": "HpCambriaOutputStream",
+ "stripHpId": "true",
+ "type": "out",
+ "cambria.hosts": "onap-dmaap"
+ }
]
}
'>106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152