Éric Lemoine 95cf542f8d Fix parsing of RabbitMQ logs
Currently Heka fails to parse the RabbitMQ logs. There are two
problems:

1. The rabbit-sasl.log file is ignored but the file_match expression
   does not match.
2. The delimiter used in the RegexSplitter makes Heka stop on the
   very first log entry. '\n\n(=[^=]+====' (with two \n's) is
   a better delimiter. deliver_incomplete_final is used to get the
   final log entry.

TrivialFix

Change-Id: I94720340d5b2d6fd5d7641b9ff58733f6cd882ee
2016-02-26 14:50:32 +01:00
..
2016-02-16 12:01:14 +05:30
2016-02-24 17:19:52 +00:00
2016-01-19 17:34:58 +01:00
2016-02-10 08:25:23 +09:00
2016-02-26 14:50:32 +01:00
2016-02-13 15:39:22 -03:30
2016-02-19 21:49:21 +00:00
2016-01-26 15:53:13 +00:00
2016-02-23 12:15:14 +09:00
2016-02-24 13:30:29 -05:00
2016-01-19 17:34:58 +01:00
2016-02-19 21:49:21 +00:00
2016-01-19 17:34:58 +01:00
2016-02-23 01:33:47 -08:00
2016-01-27 10:48:34 -05:00
2016-02-19 20:32:25 +00:00
2016-02-23 09:38:47 +00:00
2016-02-23 12:15:14 +09:00
2016-01-15 13:36:11 +08:00