|
Hi All, I was wondering how you go about sending different criteria to the null que and whether the below would work? ----tranforms.conf---- [WindowsLogonEvent675] Or should the be done like below (with the same [xxxxx]? ----tranforms.conf---- [WindowsLogonEvent675] ----tranforms.conf---- [WindowsLogonEvent675] Sorry for the vague question.... but I hope someone understands what I mean... Thanks David |
|
You cannot have multiple REGEX parameters in transforms.conf for the same stanza. You almost have it correct with breaking this into 2 transforms, but they need to have unique names. So here's how you would split into 2 and call them from props.conf -----props.conf----- [mysourcetype] -----transforms.conf----- WindowsLogonEvent675_Part1] [WindowsLogonEvent675_Part2] OK, thanks heaps for your help!
(09 Mar '11, 00:01)
Scarecrowddb
|
