Repository: flume Updated Branches: refs/heads/trunk fb16ffc07 -> 1e0c1d079
FLUME-3228 Incorrect parameter name in timestamp interceptor docs Fixing the documentation (Ferenc Szabo via Ferenc Szabo) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/1e0c1d07 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/1e0c1d07 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/1e0c1d07 Branch: refs/heads/trunk Commit: 1e0c1d0796f0fe4ea2dfaf9f855bdbeeaa21daeb Parents: fb16ffc Author: Ferenc Szabo <[email protected]> Authored: Tue Nov 13 17:23:54 2018 +0100 Committer: Ferenc Szabo <[email protected]> Committed: Tue Nov 13 17:23:54 2018 +0100 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/1e0c1d07/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 5ae9110..1f244c5 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -4318,7 +4318,7 @@ This interceptor can preserve an existing timestamp if it is already present in Property Name Default Description ================ ========= ======================================================================== **type** -- The component type name, has to be ``timestamp`` or the FQCN -header timestamp The name of the header in which to place the generated timestamp. +headerName timestamp The name of the header in which to place the generated timestamp. preserveExisting false If the timestamp already exists, should it be preserved - true or false ================ ========= ========================================================================
