Values.SplitStringEntrySourceThis object defines one log field that will be split with the splitString processor.
type nonrec t = {source : Source.t;The key of the field to split.
*)delimiter : SplitStringDelimiter.t;The separator characters to split the string entry on.
*)}