Updated Branches: refs/heads/flume-1.4 84e472141 -> ddd0a9365
FLUME-1655. Doc update needed for Regex Filtering Interceptor (Brock Noland via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/ddd0a936 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/ddd0a936 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/ddd0a936 Branch: refs/heads/flume-1.4 Commit: ddd0a9365d924389de4b1ce413001d34c50f8fc6 Parents: 84e4721 Author: Hari Shreedharan <[email protected]> Authored: Fri Nov 9 11:43:18 2012 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Fri Nov 9 11:44:24 2012 -0800 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/ddd0a936/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index e37d0d1..ab2c923 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -1990,7 +1990,7 @@ Property Name Default Description ================ ======= ======================================================================== **type** -- The component type name has to be ``REGEX_FILTER`` regex ".*" Regular expression for matching against events -excludeRegex false If true, regex determines events to exclude, otherwise regex determines events to include. +excludeEvents false If true, regex determines events to exclude, otherwise regex determines events to include. ================ ======= ======================================================================== Flume Properties
