Hi Brandon On Friday, 16 December 2016 17:32:36 UTC+1, BKeep wrote: > > Never mind I'm dumb. > This works just fine. The double quotes " were the problem. >
For clarification: the double quotes are only required for the regular expression functions because they return an array indexed by strings (to support named groups). The split() function returns an array indexed by integers (like you would expect it to). Cheers, Jochen -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/18c2d463-e34a-4554-bd75-51bdd6c14bdc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
