Hi All, I am trying to route my WMI data to a null queue but want to route data coming through from a specific group of hosts only. Example : The Windows WmI data is coming through from different group of hosts listed below Hostgroup1 = ABCDEF hostgroup2 = XXXXXX hostgroup3 = sssssssss The WMI events (example eventcodes , type, log source etc) are mostly common for all the hosts and hence if i use either of these common fields all of my data will be sent to null queue. I would want to only send Hostgroup1 which starts with ABCDEF , there are around 500+ hosts in the host group starting with ABCDEF . Could anyone suggest a way to only route data from the hostgroup1 to Null queue . 04/20/2023 07:01:10 PM LogName=Hello SourceName=Microsoft Windows logs. EventCode=1234 EventType=x Type=Information ComputerName=abcdefghijl2106.domain.abc.com TaskCategory=dynamic OpCode=Info RecordNumber=12345678 Keywords=Audit Success I am trying to write my transforms regex based on the computer name so it can only group the hostgroup1 starting with abcdef hosts and route that data to null queue
... View more