This is for an Ingest Processor pipeline. I have hundreds of fields I want to redact as events pass through the pipeline . The regex for each includes the fieldname to look for and lots of complex regex for the various formatting options. So rather than repeat that complex formatting lots of times I was thinking of a loop to loop through a list of the field names, assemble the regex, then process it. Or maybe just a command for each fielname to search for that calls a function that assembles the regex and executes the rex command. But I am starting to thing that SPL2 cant do this. I better go do some more ready. thanks
... View more