Hi @danielfurtaw , Nullqueue entry in transforms.conf looks fine. As far as I know, entry for TRANSFORMS- in the props.conf only matters. It executes from Right to Left. Order does not matter in the transforms.conf file. i.e. From the below entries, first pan_decryption is executed, then pan_globalprotect and so on. TRANSFORMS-sourcetype = pan_threat, pan_traffic, pan_system, pan_config, pan_hipmatch, pan_correlation, pan_userid, pan_globalprotect, pan_decryption So if you have the regexes ready for all the below transform segments.. you need to place pan_discard in the first. TRANSFORMS-sourcetype = pan_discard ,pan_threat, pan_traffic, pan_system, pan_config, pan_hipmatch, pan_correlation, pan_userid, pan_globalprotect, pan_decryption So after all the regexes are executed, pan_discard comes into picture and the remaining logs will be sent to nullQueue. Try the above and let me know . If its helps, please give an upvote 🙂 Happy Splunking 🙂
... View more