Currently I use Filter::Regexp after Filter::ToLogstash, $message would be
parsed to such format by this filter. Has you try this filter?
Anyway, I will try to make these two field configurable.
2013/6/17 Alexander Hartmaier via RT <
bug-Message-Passing-Filter-Regexp@rt.cpan.org>
Show quoted text> Mon Jun 17 03:34:37 2013: Request 86199 was acted upon.
> Transaction: Ticket created by ABRAXXA
> Queue: Message-Passing-Filter-Regexp
> Subject: make @message and @fields configurable
> Broken in: 0.03
> Severity: Wishlist
> Owner: Nobody
> Requestors: alex.hartmaier@gmail.com
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=86199 >
>
>
> Hi Rao,
> I'd appreciate if you make configurable where the message string to be
> parsed is taken from (currently $message->{'@message'} ), and where the
> captured parts are stored in the message (currently $message->{'@fields'} ).
>
> I'm using Message::Passing::Input::Syslog which puts the message into
> $message->{message} and ->{content} depending on what you prefer.
> There might be also a situation where $message is a plain string and not a
> hash in which case it should be used as is regardless of the configured
> message source.
>
> Thanks!
>