After lots of reading and too many attempts. Renaming the fields is the best option, IMO. Example below is where src is the IP address. This is undocumented. | rename * AS _* | rename _src AS src | scrub | rename _* AS * (It would be nice if scrub took a field listing as an option. It appears you can do this through config files, but getting that done on splunkcloud would be $#%^py. Please upvote the idea.)
... View more