Hi I would like to grok two different lines and combine them. Assuming this is my lines:
[2016-03-01 08:55:32,073 ] message = TEST
[2016-03-01 09:55:32,073 ] something
[2016-03-01 010:55:32,073 ] telephone_number = 444666777
I would like to grok and combine the message and telephone number in one. Is it even possible?