@@ -51,7 +51,7 @@ pipeline:
5151 params :
5252 source : log.localIp
5353 destination : log.localIp.geolocation
54- where : has (log.localIp)
54+ where : exists (log.localIp)
5555 # Removing unwanted prefixes
5656 - trim :
5757 function : prefix
@@ -312,14 +312,14 @@ pipeline:
312312 params :
313313 key : actionResult
314314 value : ' accepted'
315- where : has (actionResult) && (log.messageId==106102 || log.messageId==106103) && (actionResult == "Permitted" || actionResult == "permitted")
315+ where : exists (actionResult) && (log.messageId==106102 || log.messageId==106103) && (actionResult == "Permitted" || actionResult == "permitted")
316316 # Adding action result
317317 - add :
318318 function : ' string'
319319 params :
320320 key : actionResult
321321 value : ' denied'
322- where : has (actionResult) && (log.messageId==106102 || log.messageId==106103) && (actionResult != "Permitted" && actionResult != "permitted")
322+ where : exists (actionResult) && (log.messageId==106102 || log.messageId==106103) && (actionResult != "Permitted" && actionResult != "permitted")
323323 # ......................................................................#
324324 # FTD-6-109101
325325 - grok :
@@ -5027,118 +5027,118 @@ pipeline:
50275027 params :
50285028 source : origin.ip
50295029 destination : origin.geolocation
5030- where : has (origin.ip)
5030+ where : exists (origin.ip)
50315031 - dynamic :
50325032 plugin : com.utmstack.geolocation
50335033 params :
50345034 source : target.ip
50355035 destination : target.geolocation
5036- where : has (target.ip)
5036+ where : exists (target.ip)
50375037 # Adding log.mappedIpFrom geolocation
50385038 - dynamic :
50395039 plugin : com.utmstack.geolocation
50405040 params :
50415041 source : log.mappedIpFrom
50425042 destination : log.mappedIpFrom.geolocation
5043- where : has (log.mappedIpFrom)
5043+ where : exists (log.mappedIpFrom)
50445044 # Adding log.mappedIpTo geolocation
50455045 - dynamic :
50465046 plugin : com.utmstack.geolocation
50475047 params :
50485048 source : log.mappedIpTo
50495049 destination : log.mappedIpTo.geolocation
5050- where : has (log.mappedIpTo)
5050+ where : exists (log.mappedIpTo)
50515051 # Adding log.translatedIpFrom geolocation
50525052 - dynamic :
50535053 plugin : com.utmstack.geolocation
50545054 params :
50555055 source : log.translatedIpFrom
50565056 destination : log.translatedIpFrom.geolocation
5057- where : has (log.translatedIpFrom)
5057+ where : exists (log.translatedIpFrom)
50585058 # Adding log.translatedIpTo geolocation
50595059 - dynamic :
50605060 plugin : com.utmstack.geolocation
50615061 params :
50625062 source : log.translatedIpTo
50635063 destination : log.translatedIpTo.geolocation
5064- where : has (log.translatedIpTo)
5064+ where : exists (log.translatedIpTo)
50655065 # Adding log.globalIp geolocation
50665066 - dynamic :
50675067 plugin : com.utmstack.geolocation
50685068 params :
50695069 source : log.globalIp
50705070 destination : log.globalIp.geolocation
5071- where : has (log.globalIp)
5071+ where : exists (log.globalIp)
50725072 # Adding log.remoteIp geolocation
50735073 - dynamic :
50745074 plugin : com.utmstack.geolocation
50755075 params :
50765076 source : log.remoteIp
50775077 destination : log.remoteIp.geolocation
5078- where : has (log.remoteIp)
5078+ where : exists (log.remoteIp)
50795079 # Adding log.mappedIp geolocation
50805080 - dynamic :
50815081 plugin : com.utmstack.geolocation
50825082 params :
50835083 source : log.mappedIp
50845084 destination : log.mappedIp.geolocation
5085- where : has (log.mappedIp)
5085+ where : exists (log.mappedIp)
50865086 # Adding log.decapsulatedPktDestAddr geolocation
50875087 - dynamic :
50885088 plugin : com.utmstack.geolocation
50895089 params :
50905090 source : log.decapsulatedPktDestAddr
50915091 destination : log.decapsulatedPktDestAddr.geolocation
5092- where : has (log.decapsulatedPktDestAddr)
5092+ where : exists (log.decapsulatedPktDestAddr)
50935093 # Adding log.decapsulatedPktSrcAddr geolocation
50945094 - dynamic :
50955095 plugin : com.utmstack.geolocation
50965096 params :
50975097 source : log.decapsulatedPktSrcAddr
50985098 destination : log.decapsulatedPktSrcAddr.geolocation
5099- where : has (log.decapsulatedPktSrcAddr)
5099+ where : exists (log.decapsulatedPktSrcAddr)
51005100 # Adding log.localProxyIpAddr geolocation
51015101 - dynamic :
51025102 plugin : com.utmstack.geolocation
51035103 params :
51045104 source : log.localProxyIpAddr
51055105 destination : log.localProxyIpAddr.geolocation
5106- where : has (log.localProxyIpAddr)
5106+ where : exists (log.localProxyIpAddr)
51075107 # Adding log.remoteProxyIpAddr geolocation
51085108 - dynamic :
51095109 plugin : com.utmstack.geolocation
51105110 params :
51115111 source : log.remoteProxyIpAddr
51125112 destination : log.remoteProxyIpAddr.geolocation
5113- where : has (log.remoteProxyIpAddr)
5113+ where : exists (log.remoteProxyIpAddr)
51145114 # Adding log.primaryDns geolocation
51155115 - dynamic :
51165116 plugin : com.utmstack.geolocation
51175117 params :
51185118 source : log.primaryDns
51195119 destination : log.primaryDns.geolocation
5120- where : has (log.primaryDns)
5120+ where : exists (log.primaryDns)
51215121 # Adding log.secondaryDns geolocation
51225122 - dynamic :
51235123 plugin : com.utmstack.geolocation
51245124 params :
51255125 source : log.secondaryDns
51265126 destination : log.secondaryDns.geolocation
5127- where : has (log.secondaryDns)
5127+ where : exists (log.secondaryDns)
51285128 # Adding log.primaryWins geolocation
51295129 - dynamic :
51305130 plugin : com.utmstack.geolocation
51315131 params :
51325132 source : log.primaryWins
51335133 destination : log.primaryWins.geolocation
5134- where : has (log.primaryWins)
5134+ where : exists (log.primaryWins)
51355135 # Adding log.secondaryWins geolocation
51365136 - dynamic :
51375137 plugin : com.utmstack.geolocation
51385138 params :
51395139 source : log.secondaryWins
51405140 destination : log.secondaryWins.geolocation
5141- where : has (log.secondaryWins)
5141+ where : exists (log.secondaryWins)
51425142 # ......................................................................#
51435143 # Common field conversions
51445144 - cast :
0 commit comments