Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 11903 invoked from network); 12 Feb 2010 13:34:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 13:34:51 -0000 Received: (qmail 32188 invoked by uid 500); 12 Feb 2010 13:34:51 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 32170 invoked by uid 500); 12 Feb 2010 13:34:51 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 32160 invoked by uid 99); 12 Feb 2010 13:34:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 13:34:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 13:34:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F3470234C4AB for ; Fri, 12 Feb 2010 05:34:27 -0800 (PST) Message-ID: <1230843560.232271265981667995.JavaMail.jira@brutus.apache.org> Date: Fri, 12 Feb 2010 13:34:27 +0000 (UTC) From: "Gerrit Jansen van Vuuren (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Updated: (CHUKWA-454) DirTailingAdaptor Add option to Filter files. In-Reply-To: <1318994416.231981265977947905.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CHUKWA-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerrit Jansen van Vuuren updated CHUKWA-454: -------------------------------------------- Status: Patch Available (was: Open) > DirTailingAdaptor Add option to Filter files. > --------------------------------------------- > > Key: CHUKWA-454 > URL: https://issues.apache.org/jira/browse/CHUKWA-454 > Project: Hadoop Chukwa > Issue Type: New Feature > Components: data collection > Affects Versions: 0.4.0 > Reporter: Gerrit Jansen van Vuuren > Priority: Minor > Fix For: 0.4.0 > > Attachments: CHUKWA-454.patch > > > I would like to be able to point the DirTailingAdaptor at a directory but only have it tail files matching to a certain pattern. > So I've made a change that allows the adaptor to recieve an optional filter parameter and use the org.apache.commons.io.filefilter.WildcardFileFilter class to filter out files. > This allows you to for example point the adaptor at a tomcat log directory and not have it tail catalina.out logs etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.