I am trying to filter Windows:Security:Events: 5145. I created the props.conf and the transforms.conf file listed below. I have it in a app called all_indexers which gets push to all indexers. The props.conf and the transforms.conf files are in the /all_indexers/local/ directory on each of the indexers. Some thing is amiss, but I can't seem to find it.
Contents of the transforms.conf
Filter Widows Security Events: 5145
[nullFilter-5145]
REGEX=(EventCode=5145)
DEST_KEY=queue
FORMAT=nullQueue
Contents of the props.conf
[source::WinEventLog:Security]
TRANSFORMS-nullQ=nullFilter-5145
... View more