You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Burgos De Mena David (JIRA)" <ji...@apache.org> on 2016/08/02 21:18:20 UTC

[jira] [Issue Comment Deleted] (FLUME-2800) Multiline log events for Taildir Source

     [ https://issues.apache.org/jira/browse/FLUME-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Burgos De Mena David updated FLUME-2800:
----------------------------------------
    Comment: was deleted

(was: Estaré fuera de la oficina el 16/08/2016.

Para cualquier cuestión contactar con:
Redondo Rubio Jose Matias jredonru@isban.com<ma...@isban.com>
Romero Garcia Maria Emma mromerga@isban.com<ma...@isban.com>
Garcia-Quismondo Bautista Antonio agarciaq@isban.com<ma...@isban.com>


)

> Multiline log events for Taildir Source
> ---------------------------------------
>
>                 Key: FLUME-2800
>                 URL: https://issues.apache.org/jira/browse/FLUME-2800
>             Project: Flume
>          Issue Type: Improvement
>          Components: Sinks+Sources
>    Affects Versions: v1.6.0, v1.7.0
>            Reporter: David Burgos. Isban (Banco Santander)
>            Priority: Minor
>         Attachments: FLUME-2800-2-Flume1.6.patch, FLUME-2800-2.patch, FLUME-2800-Flume1.6.patch, FLUME-2800.patch
>
>
> This a proposal of implementation to handle multiline log messages for new tailing source FLUME-2498.
> Based on an idea FLUME-2779 MultiLine Deserializer for Spooling DIrectory Source.
> Config.
> * multiLineRegex: Regular expression to handle multiline log messages (grok expressions permitted)
> * grokDictionaryDir: Custom Grok dictionaries directory
> * maxNumberLines: Max number of lines per event in multiline log messages. Default 100. Remaining lines is never transferred to sink. 
> For Regex expressions use Java regex engine.
> Include a functionality for extracting grok expressions into a pure named regex (inspired by the logstash inteceptor)
> By default load the included built-in grok dictionaries with pre-defined patterns.
> https://github.com/aicer/grok
> Attached patch includes a config documentation and unit tests.
> Also attached a completed port/patch for Flume 1.6 a Java 1.6



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)