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/ef6e5c74 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/ef6e5c74 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/ef6e5c74 Branch: refs/heads/FLUME-1502 Commit: ef6e5c7449e4b3c72786f08e6840e7fbb46b2785 Parents: 107875a Author: Hari Shreedharan <[email protected]> Authored: Fri Nov 9 11:43:18 2012 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Fri Nov 9 11:43:18 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/ef6e5c74/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
