Hi Evgueni, On Wednesday, 11 January 2017 01:01:57 UTC+1, Evgueni Gordienko wrote: > > I us 2.1.2 GL and need to split message by spaces and then split second > item in result by '='. > I can not find split in my release of GL. >
The split() function was only added to Graylog 2.2.0: https://github.com/Graylog2/graylog-plugin-pipeline-processor/issues/98 If you're only interested in getting a specific part of the message, the RegEx or Split & Index extractors might get you further. Maybe add some example messages and tell us what you'd expect as a result, if you're stuck. 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/823f6a7e-5516-4369-90a7-9a7b8a778c97%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
