Repository: flume Updated Branches: refs/heads/trunk 31c729e3c -> ed9f6ff6f
Fix Remove Header Interceptor properties table in FlumeUserGuide.rst This closes #91 Reviewers: Denes Arvay, Bessenyei Balázs Donát (Attila Simon via Bessenyei Balázs Donát) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/ed9f6ff6 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/ed9f6ff6 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/ed9f6ff6 Branch: refs/heads/trunk Commit: ed9f6ff6f7bde07f0d3d7ffead904b884e3142ae Parents: 31c729e Author: Attila Simon <[email protected]> Authored: Wed Nov 30 14:37:36 2016 +0100 Committer: Bessenyei Balázs Donát <[email protected]> Committed: Wed Nov 30 14:42:04 2016 +0100 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/ed9f6ff6/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 7c53b5a..5e757e6 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -3913,8 +3913,8 @@ Property Name Default Description ===================== =========== =============================================================== **type** -- The component type name has to be ``remove_header`` withName -- Name of the header to remove -fromList -- List of headers to remove, separated with the separator specified with from.list.separator -fromListSeparator \s*,\s* Regular expression used to separate multiple header names in the list specified using from.list +fromList -- List of headers to remove, separated with the separator specified by ``fromListSeparator`` +fromListSeparator \\s*,\\s* Regular expression used to separate multiple header names in the list specified by ``fromList``. Default is a comma surrounded by any number of whitespace characters matching -- All the headers which names match this regular expression are removed ===================== =========== ===============================================================
