Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 82145200B58 for ; Wed, 13 Jul 2016 02:35:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D6BB160A75; Wed, 13 Jul 2016 00:35:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DCFF9160A79 for ; Wed, 13 Jul 2016 02:35:21 +0200 (CEST) Received: (qmail 64512 invoked by uid 500); 13 Jul 2016 00:35:20 -0000 Mailing-List: contact dev-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list dev@flume.apache.org Received: (qmail 64120 invoked by uid 99); 13 Jul 2016 00:35:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 00:35:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8A0102C02AF for ; Wed, 13 Jul 2016 00:35:20 +0000 (UTC) Date: Wed, 13 Jul 2016 00:35:20 +0000 (UTC) From: "Mike Percy (JIRA)" To: dev@flume.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLUME-2953) Make TaildirSource work with recursive directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 13 Jul 2016 00:35:22 -0000 [ https://issues.apache.org/jira/browse/FLUME-2953?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1537= 4072#comment-15374072 ]=20 Mike Percy commented on FLUME-2953: ----------------------------------- I don't know why branch 1.7 exists. That branch should not exist yet, since= we have not branched for 1.7 yet. > Make TaildirSource work with recursive directory > ------------------------------------------------ > > Key: FLUME-2953 > URL: https://issues.apache.org/jira/browse/FLUME-2953 > Project: Flume > Issue Type: Improvement > Components: Sinks+Sources > Affects Versions: v1.7.0 > Reporter: tinawenqiao > Labels: Recuresive, TaildirSource, Wildcards > Fix For: v1.7.0 > > Attachments: FLUME-2953.patch > > Original Estimate: 168h > Remaining Estimate: 168h > > In TaildirSource filegroupName, regular expression can be used for filena= me only. Sample usage is : a1.sources.r1.filegroups.f2 =3D /var/log/test2/.= \*log.\* > If there are many files to be tracked in the same directory, the configur= ation is oft-repeated. So it=E2=80=98s necessary that wildcards are support= ed in the directory path. Then the user can configure the filegroupName lik= e this=EF=BC=9A > a1.sources.r1.filegroups.f2 =3D /var/log/\*/.\*log.\* -- This message was sent by Atlassian JIRA (v6.3.4#6332)