Updated Branches: refs/heads/flume-1.3.0 9c96fb2a8 -> 86bedaeb8
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/86bedaeb Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/86bedaeb Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/86bedaeb Branch: refs/heads/flume-1.3.0 Commit: 86bedaeb861af1a86d26967bb22aa4b77db62113 Parents: 9c96fb2 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:12 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/86bedaeb/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 3e28df5..b5c5edd 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
