Stone, Avi (as206k) | 548c5a2 | 2018-06-03 13:12:12 +0300 | [diff] [blame^] | 1 | { |
| 2 | "vfcmt": { |
| 3 | "uuid": "6d436c07-8006-4335-8c84-d65b4740f8d6" |
| 4 | }, |
| 5 | "cdump": { |
| 6 | "cid": "47908e78-9893-4f18-b767-ea7131dd8de7", |
| 7 | "version": 0, |
| 8 | "nodes": [ |
| 9 | { |
| 10 | "name": "map", |
| 11 | "description": |
| 12 | "/sdc/v1/catalog/resources/e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/artifacts/6134d7c8-f9af-4562-bf8d-e60039ec58bb", |
| 13 | "id": "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b", |
| 14 | "nid": "n.1517823219961.0", |
| 15 | "capabilities": [ |
| 16 | { |
| 17 | "name": "stream_subscribe_0", |
| 18 | "type": { |
| 19 | "name": "dcae.capabilities.stream.subscribe", |
| 20 | "id": "template.yaml/dcae.capabilities.stream.subscribe" |
| 21 | }, |
| 22 | "properties": [ |
| 23 | { |
| 24 | "assignment": { "value": "Map_input" }, |
| 25 | "name": "format", |
| 26 | "type": "string" |
| 27 | }, |
| 28 | { |
| 29 | "assignment": { "value": "IGNORE" }, |
| 30 | "name": "route", |
| 31 | "type": "string" |
| 32 | }, |
| 33 | { |
| 34 | "assignment": { "value": "1.0.0" }, |
| 35 | "name": "version", |
| 36 | "type": "string" |
| 37 | } |
| 38 | ] |
| 39 | }, |
| 40 | { |
| 41 | "name": "feature", |
| 42 | "type": { |
| 43 | "name": "tosca.capabilities.Node", |
| 44 | "id": "template.yaml/tosca.capabilities.Node" |
| 45 | } |
| 46 | } |
| 47 | ], |
| 48 | "requirements": [ |
| 49 | { |
| 50 | "capability": { |
| 51 | "name": "dcae.capabilities.stream.subscribe", |
| 52 | "id": "template.yaml/dcae.capabilities.stream.subscribe" |
| 53 | }, |
| 54 | "node_filter": { |
| 55 | "capabilities": [ |
| 56 | { |
| 57 | "dcae.capabilities.stream.subscribe": { |
| 58 | "properties": [ |
| 59 | { "format": [{ "equal": "VES_specification" }] }, |
| 60 | { "version": [{ "equal": "5.28.4" }] } |
| 61 | ] |
| 62 | } |
| 63 | } |
| 64 | ] |
| 65 | }, |
| 66 | "name": "stream_publish_0", |
| 67 | "relationship": { "type": "dcae.relationships.rework_connected_to" } |
| 68 | }, |
| 69 | { |
| 70 | "capability": { |
| 71 | "name": "dcae.capabilities.cdapHost", |
| 72 | "id": "template.yaml/dcae.capabilities.cdapHost" |
| 73 | }, |
| 74 | "name": "host", |
| 75 | "relationship": { |
| 76 | "type": "dcae.relationships.component_contained_in" |
| 77 | } |
| 78 | }, |
| 79 | { |
| 80 | "capability": { |
| 81 | "name": "dcae.capabilities.composition.host", |
| 82 | "id": "template.yaml/dcae.capabilities.composition.host" |
| 83 | }, |
| 84 | "name": "composition" |
| 85 | }, |
| 86 | { |
| 87 | "occurrences": [0, "UNBOUNDED"], |
| 88 | "node": "tosca.nodes.Root", |
| 89 | "capability": { |
| 90 | "name": "tosca.capabilities.Node", |
| 91 | "id": "template.yaml/tosca.capabilities.Node" |
| 92 | }, |
| 93 | "name": "dependency", |
| 94 | "relationship": { "type": "tosca.relationships.DependsOn" } |
| 95 | } |
| 96 | ], |
| 97 | "properties": [ |
| 98 | { |
| 99 | "assignment": { |
| 100 | "value": "" |
| 101 | }, |
| 102 | "name": "valueUndefined", |
| 103 | "description": "valueUndefined", |
| 104 | "type": "boolean", |
| 105 | "constraints": [ |
| 106 | { |
| 107 | "valid_values": ["single", "multiple"] |
| 108 | } |
| 109 | ] |
| 110 | }, |
| 111 | { |
| 112 | "assignment": { |
| 113 | "value": "false" |
| 114 | }, |
| 115 | "name": "valueFalse", |
| 116 | "description": "DDL value false", |
| 117 | "type": "boolean", |
| 118 | "constraints": [ |
| 119 | { |
| 120 | "valid_values": ["single", "multiple"] |
| 121 | } |
| 122 | ] |
| 123 | }, |
| 124 | { |
| 125 | "assignment": { |
| 126 | "value": "true" |
| 127 | }, |
| 128 | "name": "valueTrue", |
| 129 | "description": "DDL value true", |
| 130 | "type": "boolean", |
| 131 | "constraints": [ |
| 132 | { |
| 133 | "valid_values": ["single", "multiple"] |
| 134 | } |
| 135 | ] |
| 136 | }, |
| 137 | { |
| 138 | "assignment": { |
| 139 | "value": "multiple" |
| 140 | }, |
| 141 | "name": "mappingType", |
| 142 | "description": |
| 143 | "CSV to VES mapping, from the file to generate multiple events or single event", |
| 144 | "type": "string", |
| 145 | "constraints": [ |
| 146 | { |
| 147 | "valid_values": ["single", "multiple"] |
| 148 | } |
| 149 | ] |
| 150 | }, |
| 151 | { |
| 152 | "assignment": { |
| 153 | "value": |
| 154 | "com.att.gfp.dcae.eventProcessor.Catalog,com.att.ecomp.dcae.eventproc.cdap.common.processors.Catalog" |
| 155 | }, |
| 156 | "name": "defaultCatalogs", |
| 157 | "type": "string" |
| 158 | }, |
| 159 | { |
| 160 | "assignment": { "value": { "get_input": "defaultObjects" } }, |
| 161 | "name": "defaultObjects", |
| 162 | "type": "string" |
| 163 | }, |
| 164 | { |
| 165 | "assignment": { "value": "Map Microservice" }, |
| 166 | "name": "description", |
| 167 | "type": "string" |
| 168 | }, |
| 169 | { |
| 170 | "assignment": { "value": { "get_input": "dmaapConsumerGrp" } }, |
| 171 | "name": "dmaapConsumerGrp", |
| 172 | "type": "string" |
| 173 | }, |
| 174 | { |
| 175 | "assignment": { "value": "" }, |
| 176 | "name": "eventFactory", |
| 177 | "type": "string" |
| 178 | }, |
| 179 | { |
| 180 | "assignment": { |
| 181 | "value": |
| 182 | "{\"processing\":[{\"phase\":\"snmp_map\",\"filter\":{\"class\":\"StartsWith\",\"string\":\"${notify OID}\",\"value\":\".1.3.6.1.4.1.26878.200.2\"},\"processors\":[{\"class\":\"SnmpConvertor\",\"array\":\"varbinds\",\"keycolumn\":\"varbind_oid\",\"datacolumn\":\"varbind_value\"},{\"class\":\"RunPhase\",\"phase\":\"vPCRF_MOGParsingPhase\"}]},{\"phase\":\"vPCRF_MOGParsingPhase\",\"processors\":[{\"class\":\"MapAlarmValues\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"toField\":\"eventGroup\",\"map\":{\"LinkDown\":\"LinkUp_Down\",\"LinkUp\":\"LinkUp_Down\",\"HIGH CPU USAGE Alert\":\"HighCpuUsageAlert-Clear\",\"HIGH CPU USAGE Clear\":\"HighCpuUsageAlert-Clear\",\"ProcessDown\":\"ProcessUp-Down\",\"ProcessUp\":\"ProcessUp-Down\",\"HighLoadAlert\":\"HighLoadAlert-Clear\",\"HighLoadClear\":\"HighLoadAlert-Clear\",\"DiskFullAlert\":\"DiskFullAlert-Clear\",\"DiskFullClear\":\"DiskFullAlert-Clear\",\"LowSwapAlert\":\"LowMemoryAlert-Clear\",\"LowSwapClear\":\"LowMemoryAlert-Clear\",\"LowMemoryAlert\":\"LowMemoryAlert-Clear\",\"LowMemoryClear\":\"LowMemoryAlert-Clear\",\"ApplicationStartError\":\"ApplicationStartError\",\"LicenseUsageThresholdExceeded \":\"LicenseUsageThresholdExceeded \",\"LicensedSessionCreation\":\"LicensedSessionCreation\",\"InvalidLicense\":\"InvalidLicense\",\"PoliciesNotConfigured\":\"PoliciesNotConfigured\",\"DiameterAllPeersDown\":\"DiameterAllPeersUp-Down\",\"DiameterAllPeersUp\":\"DiameterAllPeersUp-Down\",\"HA Failover\":\"HAFailover\",\"GR Failover\":\"GRFailover\",\"All DB Member of replica set Down\":\"AllDBMemberReplicaSetUp-Down\",\"All DB Member of replica set Up\":\"AllDBMemberReplicaSetUp-Down\",\"No Primary DB Member Found\":\"PrimaryDBMemberFound-NotFound\",\"Primary DB Member Found\":\"PrimaryDBMemberFound-NotFound\",\"Secondary DB Member Down\":\"SecondaryDBMemberUp-Down\",\"Secondary DB Member Up\":\"SecondaryDBMemberUp-Down\",\"Arbiter Down\":\"ArbiterUp-Down\",\"Arbiter Up\":\"ArbiterUp-Down\",\"DB resync is needed\":\"DBResyncNeeded-NotNeeded\",\"DB resync is not needed\":\"DBResyncNeeded-NotNeeded\",\"Config Server Down\":\"ConfigServerUp-Down\",\"Config Server Up\":\"ConfigServerUp-Down\",\"VM Down\":\"VMUp-Down\",\"VM Up\":\"VMUp-Down\",\"QNS Process Down\":\"QNSProcessUp-Down\",\"QNS Process Up\":\"QNSProcessUp-Down\",\"VirtualInterface Down\":\"VirtualInterfaceUp-Down\",\"VirtualInterface Up\":\"VirtualInterfaceUp-Down\",\"MemcachedConnectError\":\"MemcachedConnectError\",\"PolicyConfiguration\":\"PolicyConfiguration\",\"DiameterPeerDown\":\"DiameterPeerDown\",\"DeveloperMode\":\"DeveloperMode\",\"ZeroMQConnectionError\":\"ZeroMQConnectionError\",\"Admin User Logged In\":\"AdminUserLoggedIn\"}},{\"class\":\"Set\",\"updates\":{\"event.commonEventHeader.domain\":\"fault\",\"event.commonEventHeader.version\":3,\"event.faultFields.faultFieldsVersion\":2.0,\"event.faultFields.vfStatus\":\"Active\",\"event.commonEventHeader.priority\":\"Normal\",\"event.commonEventHeader.sequence\":0,\"event.faultFields.alarmCondition\":\"${_1_3_6_1_4_1_26878_100_1_1_9}\",\"event.faultFields.alarmAdditionalInformation[0].name\":\"EventGroup\",\"event.faultFields.alarmAdditionalInformation[0].value\":\"${eventGroup}\",\"event.faultFields.alarmAdditionalInformation[1].name\":\"OID1\",\"event.faultFields.alarmAdditionalInformation[1].value\":\"${varbinds[0].varbind_value}\"}},{\"class\":\"Set\",\"updates\":{\"event.commonEventHeader.startEpochMicrosec\":\"%{now.ms}\"}},{\"class\":\"MapAlarmValues\",\"field\":\"_1_3_6_1_4_1_26878_100_1_4\",\"default\":\"WARNING\",\"toField\":\"event.faultFields.eventSeverity\",\"map\":{\"0\":\"CRITICAL\",\"1\":\"CRITICAL\",\"2\":\"MAJOR\",\"3\":\"MAJOR\",\"4\":\"MINOR\",\"5\":\"WARNING\",\"6\":\"WARNING\",\"7\":\"WARNING\",\"8\":\"WARNING\",\"9\":\"NORMAL\"}},{\"class\":\"MapAlarmValues\",\"field\":\"_1_3_6_1_4_1_26878_100_1_3\",\"default\":\"\",\"toField\":\"event.faultFields.specificProblem\",\"map\":{\"0\":\"Hardware\",\"1\":\"Networking\",\"2\":\"Virtualization\",\"3\":\"Operating System\",\"4\":\"Application\",\"5\":\"Process\"}},{\"class\":\"Set\",\"updates\":{\"event.commonEventHeader.lastEpochMicrosec\":\"${event.commonEventHeader.startEpochMicrosec}\"}},{\"class\":\"ConvertFieldTypes\",\"updates\":{\"event.commonEventHeader.startEpochMicrosec\":\"long\",\"event.commonEventHeader.lastEpochMicrosec\":\"long\"}}]},{\"phase\":\"vPCRF_MOGParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"DiskFullAlert\",\"LowSwapAlert\",\"LowMemoryAlert\"]},\"processors\":[{\"class\":\"Set\",\"updates\":{\"event.faultFields.eventSeverity\":\"MAJOR\"}}]},{\"phase\":\"vPCRF_MOGParsingPhase\",\"filter\":{\"class\":\"Contains\",\"string\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"value\":\"mog\"},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"event.commonEventHeader.sourceName\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\"([^:]*):.*\"},{\"class\":\"Set\",\"updates\":{\"event.faultFields.eventSourceType\":\"vMOG\",\"event.commonEventHeader.functionalRole\":\"vMoG\",\"event.commonEventHeader.eventType\":\"vMoG_Alarms\",\"event.commonEventHeader.eventId\":\"${event.commonEventHeader.sourceName}_${eventGroup}\",\"event.commonEventHeader.eventName\":\"NA\"}}]},{\"phase\":\"vPCRF_MOGParsingPhase\",\"filter\":{\"class\":\"Not\",\"filter\":{\"class\":\"Contains\",\"string\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"value\":\"mog\"}},\"processors\":[{\"class\":\"Set\",\"updates\":{\"event.commonEventHeader.sourceName\":\"${agent address}\",\"event.faultFields.eventSourceType\":\"vPCRF\",\"event.commonEventHeader.functionalRole\":\"vPCRF\",\"event.commonEventHeader.eventType\":\"PCRF_Alarms\",\"event.commonEventHeader.eventId\":\"${agent address}_${eventGroup}\",\"event.commonEventHeader.reportingEntityName\":\"${event.commonEventHeader.sourceName}\"}}]},{\"phase\":\"vPCRF_MOGParsingPhase\",\"filter\":{\"class\":\"Contains\",\"string\":\"${_1_3_6_1_4_1_26878_100_1_1_7}\",\"value\":\"mogx\"},\"processors\":[{\"class\":\"Set\",\"updates\":{\"event.faultFields.alarmCondition\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"event.faultFields.specificProblem\":\"${_1_3_6_1_4_1_26878_100_1_1_9}\",\"event.commonEventHeader.reportingEntityName\":\"${event.commonEventHeader.sourceName}\"}},{\"class\":\"RunPhase\",\"phase\":\"vPCRF_MOGX_ParsingPhase\"},{\"class\":\"Set\",\"updates\":{\"event.commonEventHeader.eventId\":\"${event.commonEventHeader.sourceName}_${eventGroup}_${eventKey}\"}}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"LinkDown\",\"LinkUp\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".* (.*)\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"ProcessDown\",\"ProcessUp\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".*:(.*) process.*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"DiskFullAlert\",\"DiskFullClear\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".*:(.*):.*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"QNS Process Down\",\"QNS Process Up\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".*:(.*) server on .*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"DiameterPeerDown\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".* (.*) [R/r]ealm.*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"DiameterAllPeersDown\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".*Realm: (.*):[^:]*peers.*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"VirtualInterface Down\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".*onnect (.*). Not reachable\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"VirtualInterface Up\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".*: (.*) is up\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"GR Failover\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".*: (Geo Failover done from .*) of .*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"Arbiter Down\",\"Arbiter Up\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".* Arbiter (.*) is .*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"All DB Member of replica set Down\",\"All DB Member of replica set Up\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".* All DB members of replica set (.*) are .*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"No Primary DB Member Found\",\"Primary DB Member Found\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".* Replica-set (.*)\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"DB Member Down\",\"DB Member Up\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".* (DB.Member .*) of SET .*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"Secondary DB Member Down\",\"Secondary DB Member Up\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".*Secondary (DB.*) is.*\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"DB Resync is needed\",\"DB Resync is not needed\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".* member (.*:[0-9]+).*$\"}]},{\"phase\":\"vPCRF_MOGX_ParsingPhase\",\"filter\":{\"class\":\"OneOf\",\"field\":\"_1_3_6_1_4_1_26878_100_1_1_9\",\"values\":[\"ZeroMQConnectionError\"]},\"processors\":[{\"class\":\"ExtractText\",\"field\":\"eventKey\",\"value\":\"${_1_3_6_1_4_1_26878_100_1_1_10}\",\"regex\":\".* for (tcp.*)\"}]},{\"phase\":\"vPCRF_MOGParsingPhase\",\"processors\":[{\"class\":\"Clear\",\"fields\":[\"community len\",\"cambria.partition\",\"notify OID\",\"notify OID len\",\"epoch_serno\",\"protocol version\",\"agent name\",\"trap category\",\"community\",\"time received\",\"agent address\",\"varbinds\"]},{\"class\":\"ClearNoneStandardFields\",\"reservedFields\":[\"event\",\"parserType\"]},{\"class\":\"LogEvent\",\"title\":\"UCSNMPEvent-vPCRF_MOG_Parser_Output\",\"logName\":\"com.att.gfp.dcae.eventProcessor.output\",\"logLevel\":\"DEBUG\"},{\"class\":\"LogText\",\"logLevel\":\"INFO\",\"logText\":\"Finished_vPCRF_MOGParsingPhase Mapping Phase\"},{\"class\":\"RunPhase\",\"phase\":\"map_publish\"}]}]}" |
| 183 | }, |
| 184 | "name": "json", |
| 185 | "type": "string" |
| 186 | }, |
| 187 | { |
| 188 | "assignment": { "value": { "get_input": "monitorThreads" } }, |
| 189 | "name": "monitorThreads", |
| 190 | "type": "string" |
| 191 | }, |
| 192 | { |
| 193 | "assignment": { "value": "mapMS" }, |
| 194 | "name": "name", |
| 195 | "type": "string" |
| 196 | }, |
| 197 | { |
| 198 | "assignment": { "value": "snmp_map" }, |
| 199 | "name": "phases.snmp_map.phaseName", |
| 200 | "type": "string" |
| 201 | }, |
| 202 | { |
| 203 | "assignment": { "value": ".*snmp.*" }, |
| 204 | "name": "phases.snmp_map.streamPattern", |
| 205 | "type": "string" |
| 206 | }, |
| 207 | { |
| 208 | "assignment": { "value": "syslog_map" }, |
| 209 | "name": "phases.syslog_map.phaseName", |
| 210 | "type": "string" |
| 211 | }, |
| 212 | { |
| 213 | "assignment": { "value": ".*syslog.*" }, |
| 214 | "name": "phases.syslog_map.streamPattern", |
| 215 | "type": "string" |
| 216 | }, |
| 217 | { |
| 218 | "assignment": { |
| 219 | "value": |
| 220 | "{\"phase\":\"map_publish\",\"processors\":[{\"class\":\"EventProcessorMetric\",\"metric\":\"out.events\"},{\"class\":\"SendEvent\",\"channel\":\"DCAE-MAP-EVENT-OUT\"}]}" |
| 221 | }, |
| 222 | "name": "postConfig", |
| 223 | "type": "string" |
| 224 | }, |
| 225 | { |
| 226 | "assignment": { "value": "vnfTypes.*" }, |
| 227 | "name": "ruleKeyPattern", |
| 228 | "type": "string" |
| 229 | }, |
| 230 | { |
| 231 | "assignment": { |
| 232 | "value": |
| 233 | "[{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"MOD\",\"INT\":\"INT\",\"HSEV\":\"header-SEV \",\"SEVDES\":\"Syslog-Severity\"},\"filter\":{\"${Priority}\":\"$Priority\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"0\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"1\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"0\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"2\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"0\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"3\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"0\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"4\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"0\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"5\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"0\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"6\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"0\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"7\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"1\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"8\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"1\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"9\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"1\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"10\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"1\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"11\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"1\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"12\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"1\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"13\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"1\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"14\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"1\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"15\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"2\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"16\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"2\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"17\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"2\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"18\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"2\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"19\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"2\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"20\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"2\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"21\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"2\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"22\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"2\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"23\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"3\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"24\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"3\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"25\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"3\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"26\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"3\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"27\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"3\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"28\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"3\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"29\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"3\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"30\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"3\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"31\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"4\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"32\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"4\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"33\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"4\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"34\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"4\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"35\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"4\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"36\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"4\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"37\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"4\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"38\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"4\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"39\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"5\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"40\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"5\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"41\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"5\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"42\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"5\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"43\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"5\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"44\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"5\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"45\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"5\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"46\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"5\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"47\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"6\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"48\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"6\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"49\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"6\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"50\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"6\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"51\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"6\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"52\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"6\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"53\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"6\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"54\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"6\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"55\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"7\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"56\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"7\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"57\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"7\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"58\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"7\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"59\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"7\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"60\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"7\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"61\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"7\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"62\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"7\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"63\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"8\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"64\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"8\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"65\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"8\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"66\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"8\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"67\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"8\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"68\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"8\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"69\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"8\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"70\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"8\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"71\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"9\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"72\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"9\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"73\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"9\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"74\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"9\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"75\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"9\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"76\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"9\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"77\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"9\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"78\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"9\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"79\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"10\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"80\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"10\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"81\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"10\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"82\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"10\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"83\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"10\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"84\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"10\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"85\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"10\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"86\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"10\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"87\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"11\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"88\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"11\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"89\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"11\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"90\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"11\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"91\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"11\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"92\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"11\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"93\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"11\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"94\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"11\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"95\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"12\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"96\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"12\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"97\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"12\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"98\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"12\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"99\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"12\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"100\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"12\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"101\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"12\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"102\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"12\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"103\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"13\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"104\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"13\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"105\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"13\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"106\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"13\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"107\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"13\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"108\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"13\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"109\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"13\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"110\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"13\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"111\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"14\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"112\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"14\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"113\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"14\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"114\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"14\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"115\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"14\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"116\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"14\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"117\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"14\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"118\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"14\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"119\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"15\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"120\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"15\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"121\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"15\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"122\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"15\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"123\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"15\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"124\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"15\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"125\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"15\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"126\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"15\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"127\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"16\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"128\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"16\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"129\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"16\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"130\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"16\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"131\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"16\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"132\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"16\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"133\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"16\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"134\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"16\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"135\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"17\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"136\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"17\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"137\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"17\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"138\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"17\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"139\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"17\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"140\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"17\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"141\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"17\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"142\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"17\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"143\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"18\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"144\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"18\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"145\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"18\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"146\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"18\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"147\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"18\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"148\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"18\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"149\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"18\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"150\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"18\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"151\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"19\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"152\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"19\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"153\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"19\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"154\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"19\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"155\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"19\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"156\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"19\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"157\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"19\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"158\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"19\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"159\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"20\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"160\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"20\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"161\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"20\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"162\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"20\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"163\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"20\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"164\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"20\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"165\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"20\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"166\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"20\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"167\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"21\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"168\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"21\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"169\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"21\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"170\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"21\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"171\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"21\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"172\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"21\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"173\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"21\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"174\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"21\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"175\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"22\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"176\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"22\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"177\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"22\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"178\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"22\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"179\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"22\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"180\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"22\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"181\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"22\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"182\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"22\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"183\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"23\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"184\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"23\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"185\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"23\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"186\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"23\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"187\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"23\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"188\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"23\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"189\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"23\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"190\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"23\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"191\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"0\",\"INT\":\"24\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Emergency: system is unusable\"},\"filter\":{\"${Priority}\":\"192\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"1\",\"INT\":\"24\",\"HSEV\":\"CRITICAL\",\"SEVDES\":\"Alert: action must be taken immediately\"},\"filter\":{\"${Priority}\":\"193\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"2\",\"INT\":\"24\",\"HSEV\":\"MAJOR\",\"SEVDES\":\"Critical: critical conditions\"},\"filter\":{\"${Priority}\":\"194\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"3\",\"INT\":\"24\",\"HSEV\":\"MINOR\",\"SEVDES\":\"Error: error conditions\"},\"filter\":{\"${Priority}\":\"195\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"4\",\"INT\":\"24\",\"HSEV\":\"WARNING\",\"SEVDES\":\"Warning: warning conditions\"},\"filter\":{\"${Priority}\":\"196\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"5\",\"INT\":\"24\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Notice: normal but significant condition\"},\"filter\":{\"${Priority}\":\"197\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"6\",\"INT\":\"24\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Informational: informational messages\"},\"filter\":{\"${Priority}\":\"198\"}},{\"key\":\"syslogLookup\",\"value\":{\"MOD\":\"7\",\"INT\":\"23\",\"HSEV\":\"NORMAL\",\"SEVDES\":\"Debug: debug-level messages\"},\"filter\":{\"${Priority}\":\"199\"}}]" |
| 234 | }, |
| 235 | "name": "settings", |
| 236 | "type": "string" |
| 237 | }, |
| 238 | { |
| 239 | "assignment": { "value": "False" }, |
| 240 | "name": "startNoChannels", |
| 241 | "type": "string" |
| 242 | }, |
| 243 | { |
| 244 | "default": "cdap_broker", |
| 245 | "assignment": { |
| 246 | "value": { "get_input": "connected_broker_dns_name" } |
| 247 | }, |
| 248 | "name": "connected_broker_dns_name", |
| 249 | "type": "string", |
| 250 | "required": true |
| 251 | }, |
| 252 | { "name": "jar_url", "type": "string", "required": true }, |
| 253 | { |
| 254 | "assignment": { |
| 255 | "value": { |
| 256 | "get_property": ["SELF", "composition", "location_id"] |
| 257 | } |
| 258 | }, |
| 259 | "name": "location_id", |
| 260 | "type": "string", |
| 261 | "required": true |
| 262 | }, |
| 263 | { |
| 264 | "name": "service_component_type", |
| 265 | "type": "string", |
| 266 | "required": true |
| 267 | } |
| 268 | ], |
| 269 | "typeinfo": { |
| 270 | "itemId": |
| 271 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/tosca.dcae.nodes.cdapApp.Map", |
| 272 | "requirements": [ |
| 273 | { |
| 274 | "node": { |
| 275 | "name": "dcae.capabilities.stream.subscribe", |
| 276 | "id": |
| 277 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/dcae.capabilities.stream.subscribe" |
| 278 | }, |
| 279 | "capability": { |
| 280 | "name": "dcae.capabilities.stream.subscribe", |
| 281 | "id": |
| 282 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/dcae.capabilities.stream.subscribe" |
| 283 | }, |
| 284 | "name": "stream_publish_0", |
| 285 | "id": "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/stream_publish_0", |
| 286 | "relationship": { |
| 287 | "type": "dcae.relationships.rework_connected_to" |
| 288 | } |
| 289 | }, |
| 290 | { |
| 291 | "node": { |
| 292 | "name": "dcae.capabilities.cdapHost", |
| 293 | "id": |
| 294 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/dcae.capabilities.cdapHost" |
| 295 | }, |
| 296 | "capability": { |
| 297 | "name": "dcae.capabilities.cdapHost", |
| 298 | "id": |
| 299 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/dcae.capabilities.cdapHost" |
| 300 | }, |
| 301 | "name": "host", |
| 302 | "id": "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/host", |
| 303 | "relationship": { |
| 304 | "type": "dcae.relationships.component_contained_in" |
| 305 | } |
| 306 | }, |
| 307 | { |
| 308 | "node": { |
| 309 | "name": "dcae.capabilities.composition.host", |
| 310 | "id": |
| 311 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/dcae.capabilities.composition.host" |
| 312 | }, |
| 313 | "capability": { |
| 314 | "name": "dcae.capabilities.composition.host", |
| 315 | "id": |
| 316 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/dcae.capabilities.composition.host" |
| 317 | }, |
| 318 | "name": "composition", |
| 319 | "id": "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/composition" |
| 320 | }, |
| 321 | { |
| 322 | "occurrences": [0, "UNBOUNDED"], |
| 323 | "node": { |
| 324 | "name": "tosca.capabilities.Node", |
| 325 | "id": |
| 326 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/tosca.capabilities.Node" |
| 327 | }, |
| 328 | "capability": { |
| 329 | "name": "tosca.capabilities.Node", |
| 330 | "id": |
| 331 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/tosca.capabilities.Node" |
| 332 | }, |
| 333 | "name": "dependency", |
| 334 | "id": "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/dependency", |
| 335 | "relationship": { "type": "tosca.relationships.DependsOn" } |
| 336 | } |
| 337 | ], |
| 338 | "capabilities": [ |
| 339 | { |
| 340 | "name": "stream_subscribe_0", |
| 341 | "type": { |
| 342 | "name": "dcae.capabilities.stream.subscribe", |
| 343 | "id": |
| 344 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/dcae.capabilities.stream.subscribe" |
| 345 | } |
| 346 | }, |
| 347 | { |
| 348 | "name": "feature", |
| 349 | "type": { |
| 350 | "name": "tosca.capabilities.Node", |
| 351 | "id": |
| 352 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/tosca.capabilities.Node" |
| 353 | } |
| 354 | } |
| 355 | ], |
| 356 | "catalogId": 0, |
| 357 | "catalog": "http://135.91.225.81:8080", |
| 358 | "hierarchy": [ |
| 359 | { |
| 360 | "name": "tosca.dcae.nodes.cdapApp", |
| 361 | "id": |
| 362 | "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/tosca.dcae.nodes.cdapApp" |
| 363 | }, |
| 364 | { |
| 365 | "name": "tosca.dcae.nodes.Root", |
| 366 | "id": "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/tosca.dcae.nodes.Root" |
| 367 | }, |
| 368 | { |
| 369 | "name": "tosca.nodes.Root", |
| 370 | "description": |
| 371 | "The TOSCA Node Type all other TOSCA base Node Types derive from", |
| 372 | "id": "e45ec9d7-01df-4cb1-896f-aff2a6ca5a8b/tosca.nodes.Root" |
| 373 | } |
| 374 | ], |
| 375 | "name": "tosca.dcae.nodes.cdapApp.Map", |
| 376 | "id": 0 |
| 377 | }, |
| 378 | "type": { "name": "tosca.dcae.nodes.cdapApp.Map" } |
| 379 | }, |
| 380 | { |
| 381 | "name": "supplement", |
| 382 | "description": |
| 383 | "/sdc/v1/catalog/resources/30d0b4f4-efc5-424a-9d26-6d7843a0971d/artifacts/2d68c4e3-a4ab-46b3-ae3b-2a593fa97ded", |
| 384 | "id": "30d0b4f4-efc5-424a-9d26-6d7843a0971d", |
| 385 | "nid": "n.1517823224030.1", |
| 386 | "capabilities": [ |
| 387 | { |
| 388 | "name": "stream_subscribe_0", |
| 389 | "type": { |
| 390 | "name": "dcae.capabilities.stream.subscribe", |
| 391 | "id": "template.yaml/dcae.capabilities.stream.subscribe" |
| 392 | }, |
| 393 | "properties": [ |
| 394 | { |
| 395 | "assignment": { "value": "VES_specification" }, |
| 396 | "name": "format", |
| 397 | "type": "string" |
| 398 | }, |
| 399 | { |
| 400 | "assignment": { "value": "IGNORE" }, |
| 401 | "name": "route", |
| 402 | "type": "string" |
| 403 | }, |
| 404 | { |
| 405 | "assignment": { "value": "5.28.4" }, |
| 406 | "name": "version", |
| 407 | "type": "string" |
| 408 | } |
| 409 | ] |
| 410 | }, |
| 411 | { |
| 412 | "name": "feature", |
| 413 | "type": { |
| 414 | "name": "tosca.capabilities.Node", |
| 415 | "id": "template.yaml/tosca.capabilities.Node" |
| 416 | } |
| 417 | } |
| 418 | ], |
| 419 | "requirements": [ |
| 420 | { |
| 421 | "capability": { |
| 422 | "name": "dcae.capabilities.stream.subscribe", |
| 423 | "id": "template.yaml/dcae.capabilities.stream.subscribe" |
| 424 | }, |
| 425 | "node_filter": { |
| 426 | "capabilities": [ |
| 427 | { |
| 428 | "dcae.capabilities.stream.subscribe": { |
| 429 | "properties": [ |
| 430 | { "format": [{ "equal": "VES_specification" }] }, |
| 431 | { "version": [{ "equal": "5.28.4" }] } |
| 432 | ] |
| 433 | } |
| 434 | } |
| 435 | ] |
| 436 | }, |
| 437 | "name": "stream_publish_0", |
| 438 | "relationship": { "type": "dcae.relationships.rework_connected_to" } |
| 439 | }, |
| 440 | { |
| 441 | "capability": { |
| 442 | "name": "dcae.capabilities.cdapHost", |
| 443 | "id": "template.yaml/dcae.capabilities.cdapHost" |
| 444 | }, |
| 445 | "name": "host", |
| 446 | "relationship": { |
| 447 | "type": "dcae.relationships.component_contained_in" |
| 448 | } |
| 449 | }, |
| 450 | { |
| 451 | "capability": { |
| 452 | "name": "dcae.capabilities.composition.host", |
| 453 | "id": "template.yaml/dcae.capabilities.composition.host" |
| 454 | }, |
| 455 | "name": "composition" |
| 456 | }, |
| 457 | { |
| 458 | "occurrences": [0, "UNBOUNDED"], |
| 459 | "node": "tosca.nodes.Root", |
| 460 | "capability": { |
| 461 | "name": "tosca.capabilities.Node", |
| 462 | "id": "template.yaml/tosca.capabilities.Node" |
| 463 | }, |
| 464 | "name": "dependency", |
| 465 | "relationship": { "type": "tosca.relationships.DependsOn" } |
| 466 | } |
| 467 | ], |
| 468 | "properties": [ |
| 469 | { |
| 470 | "assignment": { |
| 471 | "value": |
| 472 | "com.att.gfp.dcae.eventProcessor.Catalog,com.att.ecomp.dcae.eventproc.cdap.common.processors.Catalog" |
| 473 | }, |
| 474 | "name": "defaultCatalogs", |
| 475 | "type": "string" |
| 476 | }, |
| 477 | { |
| 478 | "assignment": { "value": { "get_input": "defaultObjects" } }, |
| 479 | "name": "defaultObjects", |
| 480 | "type": "string" |
| 481 | }, |
| 482 | { |
| 483 | "assignment": { "value": "Supplement Microservice" }, |
| 484 | "name": "description", |
| 485 | "type": "string" |
| 486 | }, |
| 487 | { |
| 488 | "assignment": { "value": { "get_input": "dmaapConsumerGrp" } }, |
| 489 | "name": "dmaapConsumerGrp", |
| 490 | "type": "string" |
| 491 | }, |
| 492 | { |
| 493 | "assignment": { "value": "" }, |
| 494 | "name": "eventFactory", |
| 495 | "type": "string" |
| 496 | }, |
| 497 | { |
| 498 | "assignment": { |
| 499 | "value": |
| 500 | "{\"processing\":[{\"phase\":\"supplement\",\"filter\":{\"class\":\"OneOf\",\"field\":\"event.commonEventHeader.eventType\",\"values\":[\"vPCRF_Alarms\",\"vMoG_Alarms\",\"applicationVnf\",\"GuestOS_Alarms\",\"Control\"]},\"processors\":[{\"class\":\"DateFormatter\",\"value\":\"${event.commonEventHeader.startEpochMicrosec}\",\"fromFormat\":\"#ms\",\"fromTz\":\"GMT\",\"toField\":\"event.commonEventHeader.internalHeaderFields.firstDatetime\",\"toFormat\":\"EEE,ddMMMyyyyHH:mm:ssZ\",\"toTz\":\"GMT\"},{\"class\":\"DateFormatter\",\"value\":\"${event.commonEventHeader.lastEpochMicrosec}\",\"fromFormat\":\"#ms\",\"fromTz\":\"GMT\",\"toField\":\"event.commonEventHeader.internalHeaderFields.lastDatetime\",\"toFormat\":\"EEE,ddMMMyyyyHH:mm:ssZ\",\"toTz\":\"GMT\"},{\"class\":\"DateFormatter\",\"value\":\"%{now.ms}\",\"fromFormat\":\"#ms\",\"fromTz\":\"GMT\",\"toField\":\"event.commonEventHeader.internalHeaderFields.collectorTimeStamp\",\"toFormat\":\"EEE,ddMMMyyyyHH:mm:ssZ\",\"toTz\":\"GMT\"},{\"class\":\"Set\",\"updates\":{\"event.commonEventHeader.internalHeaderFields.internalHeaderFieldsVersion\":\"9.9\",\"event.commonEventHeader.internalHeaderFields.eventTag\":\"${hp.tag}\"}}]},{\"phase\":\"supplement\",\"processors\":[{\"class\":\"RunPhase\",\"phase\":\"supplement_publish\"}]},{\"phase\":\"ves_supplement\",\"filter\":{\"class\":\"OneOf\",\"field\":\"event.commonEventHeader.eventType\",\"values\":[\"vIRC_Alarms\"]},\"processors\":[{\"class\":\"RunPhase\",\"phase\":\"supplement_publish\"}]}]}" |
| 501 | }, |
| 502 | "name": "json", |
| 503 | "type": "string" |
| 504 | }, |
| 505 | { |
| 506 | "assignment": { "value": { "get_input": "monitorThreads" } }, |
| 507 | "name": "monitorThreads", |
| 508 | "type": "string" |
| 509 | }, |
| 510 | { |
| 511 | "assignment": { "value": "supplementMS" }, |
| 512 | "name": "name", |
| 513 | "type": "string" |
| 514 | }, |
| 515 | { |
| 516 | "assignment": { "value": "supplement" }, |
| 517 | "name": "phases.supplement.phaseName", |
| 518 | "type": "string" |
| 519 | }, |
| 520 | { |
| 521 | "assignment": { "value": ".*supplement-in.*" }, |
| 522 | "name": "phases.supplement.streamPattern", |
| 523 | "type": "string" |
| 524 | }, |
| 525 | { |
| 526 | "assignment": { "value": "ves_supplement" }, |
| 527 | "name": "phases.ves_supplement.phaseName", |
| 528 | "type": "string" |
| 529 | }, |
| 530 | { |
| 531 | "assignment": { "value": ".*sec-fault.*" }, |
| 532 | "name": "phases.ves_supplement.streamPattern", |
| 533 | "type": "string" |
| 534 | }, |
| 535 | { |
| 536 | "assignment": { |
| 537 | "value": |
| 538 | "{\"phase\":\"supplement_publish\",\"processors\":[{\"class\":\"EventProcessorMetric\",\"metric\":\"out.events\"},{\"class\":\"SendEvent\",\"channel\":\"DCAE-SUPPLEMENT-EVENT-OUT\"}]}" |
| 539 | }, |
| 540 | "name": "postConfig", |
| 541 | "type": "string" |
| 542 | }, |
| 543 | { |
| 544 | "assignment": { "value": "vnfTypes.*" }, |
| 545 | "name": "ruleKeyPattern", |
| 546 | "type": "string" |
| 547 | }, |
| 548 | { |
| 549 | "assignment": { "value": "False" }, |
| 550 | "name": "startNoChannels", |
| 551 | "type": "string" |
| 552 | }, |
| 553 | { |
| 554 | "default": "cdap_broker", |
| 555 | "assignment": { |
| 556 | "value": { "get_input": "connected_broker_dns_name" } |
| 557 | }, |
| 558 | "name": "connected_broker_dns_name", |
| 559 | "type": "string", |
| 560 | "required": true |
| 561 | }, |
| 562 | { "name": "jar_url", "type": "string", "required": true }, |
| 563 | { |
| 564 | "assignment": { |
| 565 | "value": { |
| 566 | "get_property": ["SELF", "composition", "location_id"] |
| 567 | } |
| 568 | }, |
| 569 | "name": "location_id", |
| 570 | "type": "string", |
| 571 | "required": true |
| 572 | }, |
| 573 | { |
| 574 | "name": "service_component_type", |
| 575 | "type": "string", |
| 576 | "required": true |
| 577 | } |
| 578 | ], |
| 579 | "typeinfo": { |
| 580 | "itemId": |
| 581 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/tosca.dcae.nodes.cdapApp.Supplement", |
| 582 | "requirements": [ |
| 583 | { |
| 584 | "node": { |
| 585 | "name": "dcae.capabilities.stream.subscribe", |
| 586 | "id": |
| 587 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/dcae.capabilities.stream.subscribe" |
| 588 | }, |
| 589 | "capability": { |
| 590 | "name": "dcae.capabilities.stream.subscribe", |
| 591 | "id": |
| 592 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/dcae.capabilities.stream.subscribe" |
| 593 | }, |
| 594 | "name": "stream_publish_0", |
| 595 | "id": "30d0b4f4-efc5-424a-9d26-6d7843a0971d/stream_publish_0", |
| 596 | "relationship": { |
| 597 | "type": "dcae.relationships.rework_connected_to" |
| 598 | } |
| 599 | }, |
| 600 | { |
| 601 | "node": { |
| 602 | "name": "dcae.capabilities.cdapHost", |
| 603 | "id": |
| 604 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/dcae.capabilities.cdapHost" |
| 605 | }, |
| 606 | "capability": { |
| 607 | "name": "dcae.capabilities.cdapHost", |
| 608 | "id": |
| 609 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/dcae.capabilities.cdapHost" |
| 610 | }, |
| 611 | "name": "host", |
| 612 | "id": "30d0b4f4-efc5-424a-9d26-6d7843a0971d/host", |
| 613 | "relationship": { |
| 614 | "type": "dcae.relationships.component_contained_in" |
| 615 | } |
| 616 | }, |
| 617 | { |
| 618 | "node": { |
| 619 | "name": "dcae.capabilities.composition.host", |
| 620 | "id": |
| 621 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/dcae.capabilities.composition.host" |
| 622 | }, |
| 623 | "capability": { |
| 624 | "name": "dcae.capabilities.composition.host", |
| 625 | "id": |
| 626 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/dcae.capabilities.composition.host" |
| 627 | }, |
| 628 | "name": "composition", |
| 629 | "id": "30d0b4f4-efc5-424a-9d26-6d7843a0971d/composition" |
| 630 | }, |
| 631 | { |
| 632 | "occurrences": [0, "UNBOUNDED"], |
| 633 | "node": { |
| 634 | "name": "tosca.capabilities.Node", |
| 635 | "id": |
| 636 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/tosca.capabilities.Node" |
| 637 | }, |
| 638 | "capability": { |
| 639 | "name": "tosca.capabilities.Node", |
| 640 | "id": |
| 641 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/tosca.capabilities.Node" |
| 642 | }, |
| 643 | "name": "dependency", |
| 644 | "id": "30d0b4f4-efc5-424a-9d26-6d7843a0971d/dependency", |
| 645 | "relationship": { "type": "tosca.relationships.DependsOn" } |
| 646 | } |
| 647 | ], |
| 648 | "capabilities": [ |
| 649 | { |
| 650 | "name": "stream_subscribe_0", |
| 651 | "type": { |
| 652 | "name": "dcae.capabilities.stream.subscribe", |
| 653 | "id": |
| 654 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/dcae.capabilities.stream.subscribe" |
| 655 | } |
| 656 | }, |
| 657 | { |
| 658 | "name": "feature", |
| 659 | "type": { |
| 660 | "name": "tosca.capabilities.Node", |
| 661 | "id": |
| 662 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/tosca.capabilities.Node" |
| 663 | } |
| 664 | } |
| 665 | ], |
| 666 | "catalogId": 0, |
| 667 | "catalog": "http://135.91.225.81:8080", |
| 668 | "hierarchy": [ |
| 669 | { |
| 670 | "name": "tosca.dcae.nodes.cdapApp", |
| 671 | "id": |
| 672 | "30d0b4f4-efc5-424a-9d26-6d7843a0971d/tosca.dcae.nodes.cdapApp" |
| 673 | }, |
| 674 | { |
| 675 | "name": "tosca.dcae.nodes.Root", |
| 676 | "id": "30d0b4f4-efc5-424a-9d26-6d7843a0971d/tosca.dcae.nodes.Root" |
| 677 | }, |
| 678 | { |
| 679 | "name": "tosca.nodes.Root", |
| 680 | "description": |
| 681 | "The TOSCA Node Type all other TOSCA base Node Types derive from", |
| 682 | "id": "30d0b4f4-efc5-424a-9d26-6d7843a0971d/tosca.nodes.Root" |
| 683 | } |
| 684 | ], |
| 685 | "name": "tosca.dcae.nodes.cdapApp.Supplement", |
| 686 | "id": 0 |
| 687 | }, |
| 688 | "type": { "name": "tosca.dcae.nodes.cdapApp.Supplement" } |
| 689 | }, |
| 690 | { |
| 691 | "name": "enrich", |
| 692 | "description": |
| 693 | "/sdc/v1/catalog/resources/8743b27b-f01e-4b17-a306-37efd42983d0/artifacts/c96f3ffd-516c-470b-ab7c-ced64fb244f0", |
| 694 | "id": "8743b27b-f01e-4b17-a306-37efd42983d0", |
| 695 | "nid": "n.1517823228454.2", |
| 696 | "capabilities": [ |
| 697 | { |
| 698 | "name": "stream_subscribe_0", |
| 699 | "type": { |
| 700 | "name": "dcae.capabilities.stream.subscribe", |
| 701 | "id": "template.yaml/dcae.capabilities.stream.subscribe" |
| 702 | }, |
| 703 | "properties": [ |
| 704 | { |
| 705 | "assignment": { "value": "VES_specification" }, |
| 706 | "name": "format", |
| 707 | "type": "string" |
| 708 | }, |
| 709 | { |
| 710 | "assignment": { "value": "IGNORE" }, |
| 711 | "name": "route", |
| 712 | "type": "string" |
| 713 | }, |
| 714 | { |
| 715 | "assignment": { "value": "5.28.4" }, |
| 716 | "name": "version", |
| 717 | "type": "string" |
| 718 | } |
| 719 | ] |
| 720 | }, |
| 721 | { |
| 722 | "name": "feature", |
| 723 | "type": { |
| 724 | "name": "tosca.capabilities.Node", |
| 725 | "id": "template.yaml/tosca.capabilities.Node" |
| 726 | } |
| 727 | } |
| 728 | ], |
| 729 | "requirements": [ |
| 730 | { |
| 731 | "capability": { |
| 732 | "name": "dcae.capabilities.stream.subscribe", |
| 733 | "id": "template.yaml/dcae.capabilities.stream.subscribe" |
| 734 | }, |
| 735 | "node_filter": { |
| 736 | "capabilities": [ |
| 737 | { |
| 738 | "dcae.capabilities.stream.subscribe": { |
| 739 | "properties": [ |
| 740 | { "format": [{ "equal": "VES_specification" }] }, |
| 741 | { "version": [{ "equal": "5.28.4" }] } |
| 742 | ] |
| 743 | } |
| 744 | } |
| 745 | ] |
| 746 | }, |
| 747 | "name": "stream_publish_0", |
| 748 | "relationship": { "type": "dcae.relationships.rework_connected_to" } |
| 749 | }, |
| 750 | { |
| 751 | "capability": { |
| 752 | "name": "dcae.capabilities.cdapHost", |
| 753 | "id": "template.yaml/dcae.capabilities.cdapHost" |
| 754 | }, |
| 755 | "name": "host", |
| 756 | "relationship": { |
| 757 | "type": "dcae.relationships.component_contained_in" |
| 758 | } |
| 759 | }, |
| 760 | { |
| 761 | "capability": { |
| 762 | "name": "dcae.capabilities.composition.host", |
| 763 | "id": "template.yaml/dcae.capabilities.composition.host" |
| 764 | }, |
| 765 | "name": "composition" |
| 766 | }, |
| 767 | { |
| 768 | "occurrences": [0, "UNBOUNDED"], |
| 769 | "node": "tosca.nodes.Root", |
| 770 | "capability": { |
| 771 | "name": "tosca.capabilities.Node", |
| 772 | "id": "template.yaml/tosca.capabilities.Node" |
| 773 | }, |
| 774 | "name": "dependency", |
| 775 | "relationship": { "type": "tosca.relationships.DependsOn" } |
| 776 | } |
| 777 | ], |
| 778 | "properties": [ |
| 779 | { |
| 780 | "assignment": { |
| 781 | "value": |
| 782 | "com.att.ecomp.dcae.eventproc.cdap.common.processors.Catalog,com.att.sa.highlandPark.topoTools.HpTopoDbObjectCatalog,com.att.sa.highlandPark.topoTools.HpTopoDbProcessors,com.att.gfp.dcae.eventProcessor.Catalog" |
| 783 | }, |
| 784 | "name": "defaultCatalogs", |
| 785 | "type": "string" |
| 786 | }, |
| 787 | { |
| 788 | "assignment": { "value": { "get_input": "defaultObjects" } }, |
| 789 | "name": "defaultObjects", |
| 790 | "type": "string" |
| 791 | }, |
| 792 | { |
| 793 | "assignment": { "value": "Enrich Microservice" }, |
| 794 | "name": "description", |
| 795 | "type": "string" |
| 796 | }, |
| 797 | { |
| 798 | "assignment": { "value": { "get_input": "dmaapConsumerGrp" } }, |
| 799 | "name": "dmaapConsumerGrp", |
| 800 | "type": "string" |
| 801 | }, |
| 802 | { |
| 803 | "assignment": { "value": "" }, |
| 804 | "name": "eventFactory", |
| 805 | "type": "string" |
| 806 | }, |
| 807 | { |
| 808 | "assignment": { |
| 809 | "value": |
| 810 | "{\"processing\":[{\"phase\":\"enrich\",\"filter\":{\"class\":\"Assigned\",\"field\":\"event.commonEventHeader.sourceName\",\"emtpyIsAssigned\":false},\"processors\":[{\"class\":\"StringTransform\",\"value\":\"${event.commonEventHeader.sourceName}\",\"toField\":\"searchString\",\"targetCase\":\"lower\"},{\"class\":\"EventProcessorMetric\",\"metric\":\"in.events\"},{\"class\":\"LogText\",\"logLevel\":\"WARN\",\"logText\":\"Alarm_EnrichmentStartingfor${hp.tag}\"},{\"class\":\"TopoSearch\",\"searchField\":\"oid\",\"searchValue\":\"${searchString}\",\"updates\":{\"event.commonEventHeader.sourceName\":\"${ptnii_name}\",\"event.commonEventHeader.sourceId\":\"${vserver_id}\",\"event.commonEventHeader.reportingEntityName\":\"${vnf_name}\",\"event.commonEventHeader.reportingEntityId\":\"${vnf_id}\",\"event.commonEventHeader.internalHeaderFields.equipmentType\":\"${equip_type}\",\"event.commonEventHeader.internalHeaderFields.provStatus\":\"${prov_status}\",\"event.commonEventHeader.internalHeaderFields.inMaint\":\"${in_maint}\",\"event.commonEventHeader.internalHeaderFields.tenantName\":\"${tenant_name}\",\"event.commonEventHeader.internalHeaderFields.eventSourceHostname\":\"${hostname}\",\"isEnriched\":true}},{\"class\":\"Set\",\"updates\":{\"event.preCorrelationAging\":\"${preCorrelationAging}\",\"event.prepublishAging\":\"${prepublishAging}\"}},{\"class\":\"Clear\",\"fields\":[\"searchString\"]},{\"class\":\"RunPhase\",\"phase\":\"enrich_publish\"}]}]}" |
| 811 | }, |
| 812 | "name": "json", |
| 813 | "type": "string" |
| 814 | }, |
| 815 | { |
| 816 | "assignment": { "value": { "get_input": "monitorThreads" } }, |
| 817 | "name": "monitorThreads", |
| 818 | "type": "string" |
| 819 | }, |
| 820 | { |
| 821 | "assignment": { "value": "enrichMS" }, |
| 822 | "name": "name", |
| 823 | "type": "string" |
| 824 | }, |
| 825 | { |
| 826 | "assignment": { "value": "enrich" }, |
| 827 | "name": "phases.enrich.phaseName", |
| 828 | "type": "string" |
| 829 | }, |
| 830 | { |
| 831 | "assignment": { "value": ".*" }, |
| 832 | "name": "phases.enrich.streamPattern", |
| 833 | "type": "string" |
| 834 | }, |
| 835 | { |
| 836 | "assignment": { |
| 837 | "value": |
| 838 | "{\"phase\":\"enrich_publish\",\"processors\":[{\"class\":\"EventProcessorMetric\",\"metric\":\"out.events\"},{\"class\":\"SendEvent\",\"channel\":\"DCAE-ENRICH-EVENT-OUT\"}]}" |
| 839 | }, |
| 840 | "name": "postConfig", |
| 841 | "type": "string" |
| 842 | }, |
| 843 | { |
| 844 | "assignment": { "value": "vnfTypes.*" }, |
| 845 | "name": "ruleKeyPattern", |
| 846 | "type": "string" |
| 847 | }, |
| 848 | { |
| 849 | "assignment": { "value": "False" }, |
| 850 | "name": "startNoChannels", |
| 851 | "type": "string" |
| 852 | }, |
| 853 | { |
| 854 | "default": "cdap_broker", |
| 855 | "assignment": { |
| 856 | "value": { "get_input": "connected_broker_dns_name" } |
| 857 | }, |
| 858 | "name": "connected_broker_dns_name", |
| 859 | "type": "string", |
| 860 | "required": true |
| 861 | }, |
| 862 | { "name": "jar_url", "type": "string", "required": true }, |
| 863 | { |
| 864 | "assignment": { |
| 865 | "value": { |
| 866 | "get_property": ["SELF", "composition", "location_id"] |
| 867 | } |
| 868 | }, |
| 869 | "name": "location_id", |
| 870 | "type": "string", |
| 871 | "required": true |
| 872 | }, |
| 873 | { |
| 874 | "name": "service_component_type", |
| 875 | "type": "string", |
| 876 | "required": true |
| 877 | } |
| 878 | ], |
| 879 | "typeinfo": { |
| 880 | "itemId": |
| 881 | "8743b27b-f01e-4b17-a306-37efd42983d0/tosca.dcae.nodes.cdapApp.Enrich", |
| 882 | "requirements": [ |
| 883 | { |
| 884 | "node": { |
| 885 | "name": "dcae.capabilities.stream.subscribe", |
| 886 | "id": |
| 887 | "8743b27b-f01e-4b17-a306-37efd42983d0/dcae.capabilities.stream.subscribe" |
| 888 | }, |
| 889 | "capability": { |
| 890 | "name": "dcae.capabilities.stream.subscribe", |
| 891 | "id": |
| 892 | "8743b27b-f01e-4b17-a306-37efd42983d0/dcae.capabilities.stream.subscribe" |
| 893 | }, |
| 894 | "name": "stream_publish_0", |
| 895 | "id": "8743b27b-f01e-4b17-a306-37efd42983d0/stream_publish_0", |
| 896 | "relationship": { |
| 897 | "type": "dcae.relationships.rework_connected_to" |
| 898 | } |
| 899 | }, |
| 900 | { |
| 901 | "node": { |
| 902 | "name": "dcae.capabilities.cdapHost", |
| 903 | "id": |
| 904 | "8743b27b-f01e-4b17-a306-37efd42983d0/dcae.capabilities.cdapHost" |
| 905 | }, |
| 906 | "capability": { |
| 907 | "name": "dcae.capabilities.cdapHost", |
| 908 | "id": |
| 909 | "8743b27b-f01e-4b17-a306-37efd42983d0/dcae.capabilities.cdapHost" |
| 910 | }, |
| 911 | "name": "host", |
| 912 | "id": "8743b27b-f01e-4b17-a306-37efd42983d0/host", |
| 913 | "relationship": { |
| 914 | "type": "dcae.relationships.component_contained_in" |
| 915 | } |
| 916 | }, |
| 917 | { |
| 918 | "node": { |
| 919 | "name": "dcae.capabilities.composition.host", |
| 920 | "id": |
| 921 | "8743b27b-f01e-4b17-a306-37efd42983d0/dcae.capabilities.composition.host" |
| 922 | }, |
| 923 | "capability": { |
| 924 | "name": "dcae.capabilities.composition.host", |
| 925 | "id": |
| 926 | "8743b27b-f01e-4b17-a306-37efd42983d0/dcae.capabilities.composition.host" |
| 927 | }, |
| 928 | "name": "composition", |
| 929 | "id": "8743b27b-f01e-4b17-a306-37efd42983d0/composition" |
| 930 | }, |
| 931 | { |
| 932 | "occurrences": [0, "UNBOUNDED"], |
| 933 | "node": { |
| 934 | "name": "tosca.capabilities.Node", |
| 935 | "id": |
| 936 | "8743b27b-f01e-4b17-a306-37efd42983d0/tosca.capabilities.Node" |
| 937 | }, |
| 938 | "capability": { |
| 939 | "name": "tosca.capabilities.Node", |
| 940 | "id": |
| 941 | "8743b27b-f01e-4b17-a306-37efd42983d0/tosca.capabilities.Node" |
| 942 | }, |
| 943 | "name": "dependency", |
| 944 | "id": "8743b27b-f01e-4b17-a306-37efd42983d0/dependency", |
| 945 | "relationship": { "type": "tosca.relationships.DependsOn" } |
| 946 | } |
| 947 | ], |
| 948 | "capabilities": [ |
| 949 | { |
| 950 | "name": "stream_subscribe_0", |
| 951 | "type": { |
| 952 | "name": "dcae.capabilities.stream.subscribe", |
| 953 | "id": |
| 954 | "8743b27b-f01e-4b17-a306-37efd42983d0/dcae.capabilities.stream.subscribe" |
| 955 | } |
| 956 | }, |
| 957 | { |
| 958 | "name": "feature", |
| 959 | "type": { |
| 960 | "name": "tosca.capabilities.Node", |
| 961 | "id": |
| 962 | "8743b27b-f01e-4b17-a306-37efd42983d0/tosca.capabilities.Node" |
| 963 | } |
| 964 | } |
| 965 | ], |
| 966 | "catalogId": 0, |
| 967 | "catalog": "http://135.91.225.81:8080", |
| 968 | "hierarchy": [ |
| 969 | { |
| 970 | "name": "tosca.dcae.nodes.cdapApp", |
| 971 | "id": |
| 972 | "8743b27b-f01e-4b17-a306-37efd42983d0/tosca.dcae.nodes.cdapApp" |
| 973 | }, |
| 974 | { |
| 975 | "name": "tosca.dcae.nodes.Root", |
| 976 | "id": "8743b27b-f01e-4b17-a306-37efd42983d0/tosca.dcae.nodes.Root" |
| 977 | }, |
| 978 | { |
| 979 | "name": "tosca.nodes.Root", |
| 980 | "description": |
| 981 | "The TOSCA Node Type all other TOSCA base Node Types derive from", |
| 982 | "id": "8743b27b-f01e-4b17-a306-37efd42983d0/tosca.nodes.Root" |
| 983 | } |
| 984 | ], |
| 985 | "name": "tosca.dcae.nodes.cdapApp.Enrich", |
| 986 | "id": 0 |
| 987 | }, |
| 988 | "type": { "name": "tosca.dcae.nodes.cdapApp.Enrich" } |
| 989 | } |
| 990 | ], |
| 991 | "relations": [ |
| 992 | { |
| 993 | "n1": "n.1520766712715.7", |
| 994 | "name1": "foi", |
| 995 | "n2": "n.1520766711386.5", |
| 996 | "name2": "topic1", |
| 997 | "meta": { |
| 998 | "n1": "n.1520766712715.7", |
| 999 | "p1": "stream_publish_0", |
| 1000 | "relationship": ["foi", null, "stream_publish_0"], |
| 1001 | "n2": "n.1520766711386.5", |
| 1002 | "p2": "topic" |
| 1003 | } |
| 1004 | }, |
| 1005 | { |
| 1006 | "n1": "n.1520766712715.7", |
| 1007 | "name1": "foi", |
| 1008 | "n2": "n.1520766712709.6", |
| 1009 | "name2": "feed0", |
| 1010 | "meta": { |
| 1011 | "n1": "n.1520766712715.7", |
| 1012 | "p1": "stream_publish_0", |
| 1013 | "n2": "n.1520766712709.6", |
| 1014 | "p2": "feed", |
| 1015 | "relationship": [ |
| 1016 | "foi", |
| 1017 | "dcae.relationships.publish_files", |
| 1018 | "stream_publish_0" |
| 1019 | ] |
| 1020 | } |
| 1021 | }, |
| 1022 | { |
| 1023 | "n1": "n.1520766711370.3", |
| 1024 | "name1": "componentSpec_docker_map", |
| 1025 | "n2": "n.1520766711379.4", |
| 1026 | "name2": "feed0", |
| 1027 | "meta": { |
| 1028 | "n1": "n.1520766711370.3", |
| 1029 | "p1": "stream_subscribe_0", |
| 1030 | "n2": "n.1520766711379.4", |
| 1031 | "p2": "feed", |
| 1032 | "relationship": [ |
| 1033 | "componentSpec_docker_map", |
| 1034 | "dcae.relationships.subscribe_to_files", |
| 1035 | "stream_subscribe_0" |
| 1036 | ] |
| 1037 | } |
| 1038 | }, |
| 1039 | { |
| 1040 | "n1": "n.1520766711370.3", |
| 1041 | "name1": "componentSpec_docker_map", |
| 1042 | "n2": "n.1520766711386.5", |
| 1043 | "name2": "topic1", |
| 1044 | "meta": { |
| 1045 | "n1": "n.1520766711370.3", |
| 1046 | "p1": "stream_publish_0", |
| 1047 | "n2": "n.1520766711386.5", |
| 1048 | "p2": "topic", |
| 1049 | "relationship": [ |
| 1050 | "componentSpec_docker_map", |
| 1051 | "dcae.relationships.publish_events", |
| 1052 | "stream_publish_0" |
| 1053 | ] |
| 1054 | } |
| 1055 | } |
| 1056 | ], |
| 1057 | "inputs": [], |
| 1058 | "outputs": [] |
| 1059 | } |
| 1060 | } |