Repository: flume Updated Branches: refs/heads/trunk d434d23da -> 4a3f3c76f
Fix NetCat UDP Source table in FlumeUserGuide.rst This closes #170 Reviewers: Ferenc Szabo (Denes Arvay via Denes Arvay) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/4a3f3c76 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/4a3f3c76 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/4a3f3c76 Branch: refs/heads/trunk Commit: 4a3f3c76f01d8a2c204b94dec7d3c7b3c68e7136 Parents: d434d23 Author: Denes Arvay <[email protected]> Authored: Tue Sep 12 14:49:13 2017 +0200 Committer: Denes Arvay <[email protected]> Committed: Tue Sep 12 18:28:21 2017 +0200 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/4a3f3c76/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 6183d9a..fd64749 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -1521,19 +1521,19 @@ Acts like ``nc -u -k -l [host] [port]``. Required properties are in **bold**. -================== =========== =========================================== -Property Name Default Description -================== =========== =========================================== -**channels** -- -**type** -- The component type name, needs to be ``netcatudp`` -**bind** -- Host name or IP address to bind to -**port** -- Port # to bind to -remoteAddressHeader -- -selector.type replicating replicating or multiplexing -selector.* Depends on the selector.type value -interceptors -- Space-separated list of interceptors +=================== =========== =========================================== +Property Name Default Description +=================== =========== =========================================== +**channels** -- +**type** -- The component type name, needs to be ``netcatudp`` +**bind** -- Host name or IP address to bind to +**port** -- Port # to bind to +remoteAddressHeader -- +selector.type replicating replicating or multiplexing +selector.* Depends on the selector.type value +interceptors -- Space-separated list of interceptors interceptors.* -================== =========== =========================================== +=================== =========== =========================================== Example for agent named a1:
