Return-Path: X-Original-To: apmail-incubator-flume-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-flume-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75EB271F1 for ; Tue, 9 Aug 2011 14:56:53 +0000 (UTC) Received: (qmail 72291 invoked by uid 500); 9 Aug 2011 14:56:53 -0000 Delivered-To: apmail-incubator-flume-user-archive@incubator.apache.org Received: (qmail 72212 invoked by uid 500); 9 Aug 2011 14:56:52 -0000 Mailing-List: contact flume-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flume-user@incubator.apache.org Delivered-To: mailing list flume-user@incubator.apache.org Received: (qmail 72062 invoked by uid 99); 9 Aug 2011 14:56:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2011 14:56:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of static.void.dev@gmail.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-iy0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2011 14:56:43 +0000 Received: by iym1 with SMTP id 1so121012iym.0 for ; Tue, 09 Aug 2011 07:56:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=33Sq+OT0RIi/vGV9qse0PT5x1gw6ryJiMeHFtSyzRnM=; b=ksOiow2wq/ULl7YXWf7B4pSiQW0fTt7LsuC9+9C+NoAn8tIdBN0TzoLycZAO0upI1v f+Bahu51iaWJmfflA3yMmP/FS/3SnBcPJzfohT8S4pzx33eYSDWgLE9RqknE8Cg4hj4O 0TWHLw+Y8m32XpLpZjt2c804NhQwIJ7+YT8B0= Received: by 10.231.0.161 with SMTP id 33mr7788668ibb.40.1312901782170; Tue, 09 Aug 2011 07:56:22 -0700 (PDT) Received: from Roberts-MacBook-Pro.local (120.sub-166-250-33.myvzw.com [166.250.33.120]) by mx.google.com with ESMTPS id q4sm5079593ibb.49.2011.08.09.07.56.21 (version=SSLv3 cipher=OTHER); Tue, 09 Aug 2011 07:56:21 -0700 (PDT) Message-ID: <4E414A94.6070000@gmail.com> Date: Tue, 09 Aug 2011 07:56:20 -0700 From: Mark User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: flume-user@incubator.apache.org Subject: Transforming value Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm not quite sure if this is possible but is there a way to transform the message before saving into a collector source. I see that regex can be used to use dynamic values for the path/filename of the the sink but I can not find out how to apply this to the value of the message. For example, we would like to use regex to parse out a certain value from the message... similar to rsyslog message templates. Thanks