if In Source data log, I get an event -18 May 2020 17:46:51,623 [13] INFO BWT - BWT - Mura Map - Accepted Then the main query execution should not execute. source="c:\\program files (x86)\\prysm\\...
See more...
if In Source data log, I get an event -18 May 2020 17:46:51,623 [13] INFO BWT - BWT - Mura Map - Accepted Then the main query execution should not execute. source="c:\\program files (x86)\\prysm\\servo\\logs\\vegaservo.log" "PcalLogger - LaserNits" earliest=-7d@d latest=now Tile PA = Low |stats max(VAL) AS max , min(VAL) AS min by Laser, TILE,host | eval delta_diff = max - min | fields host,Laser, TILE, max, min,delta_diff | where delta_diff > 6 | eval LE_Laser_Decay=TILE.":".Laser.":".delta_diff| stats values(LE_Laser_Decay) as LE_Laser_Decay by host | eval LE_Laser_Decay=mvjoin(LE_Laser_Decay,", ") |lookup Walls_Reference Host as host OUTPUTNEW Wall as wall Active as active | where active == 1 | table wall LE_Laser_Decay @to4kawa How do i give a condition so that main execution does not execute if that log event is occurred.