Repository: nifi Updated Branches: refs/heads/master 36f1caad3 -> e4d0ec7e6
NIFI-1508: NiFi Site to Site doc tweak This closes #215. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e4d0ec7e Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/e4d0ec7e Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/e4d0ec7e Branch: refs/heads/master Commit: e4d0ec7e6025d5cfb3034da94cb2ab1a0424d2e6 Parents: 36f1caa Author: Randy Gelhausen <[email protected]> Authored: Thu Feb 11 21:01:30 2016 -0500 Committer: Aldrin Piri <[email protected]> Committed: Tue Feb 16 15:17:28 2016 -0500 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/user-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/e4d0ec7e/nifi-docs/src/main/asciidoc/user-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/user-guide.adoc b/nifi-docs/src/main/asciidoc/user-guide.adoc index dd7a195..116ab40 100644 --- a/nifi-docs/src/main/asciidoc/user-guide.adoc +++ b/nifi-docs/src/main/asciidoc/user-guide.adoc @@ -740,8 +740,8 @@ image::valid-processor.png["Valid Processor"] === Site-to-Site When sending data from one instance of NiFi to another, there are many different protocols that can be used. The preferred -protocol, though, is the NiFi Site-to-Site Protocol. Site-to-Site makes it easy to transfer data from one NiFi instance to -another easily, efficiently, and securely. +protocol, though, is the NiFi Site-to-Site Protocol. Site-to-Site makes it easy to securely and efficiently transfer data to/from nodes in +one NiFi instance or data producing application to nodes in another NiFi instance or other consuming application. Using Site-to-Site provides the following benefits:
