You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2017/08/30 14:37:48 UTC

nifi-minifi git commit: MINIFI-365: Adds HTTP pull ingestor query property to documentation.

Repository: nifi-minifi
Updated Branches:
  refs/heads/master 05ad9679c -> 9bc5125f1


MINIFI-365: Adds HTTP pull ingestor query property to documentation.

This closes #89.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi/commit/9bc5125f
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi/tree/9bc5125f
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi/diff/9bc5125f

Branch: refs/heads/master
Commit: 9bc5125f14433bb1bba4f1a0e13aa1042acaa985
Parents: 05ad967
Author: jzonthemtn <jz...@apache.org>
Authored: Fri Aug 4 14:37:18 2017 -0400
Committer: Aldrin Piri <al...@apache.org>
Committed: Wed Aug 30 10:37:22 2017 -0400

----------------------------------------------------------------------
 minifi-docs/src/main/markdown/System_Admin_Guide.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/9bc5125f/minifi-docs/src/main/markdown/System_Admin_Guide.md
----------------------------------------------------------------------
diff --git a/minifi-docs/src/main/markdown/System_Admin_Guide.md b/minifi-docs/src/main/markdown/System_Admin_Guide.md
index ce25cc6..6145d75 100644
--- a/minifi-docs/src/main/markdown/System_Admin_Guide.md
+++ b/minifi-docs/src/main/markdown/System_Admin_Guide.md
@@ -110,6 +110,7 @@ nifi.minifi.notifier.ingestors.pull.http.proxy.username | Proxy username
 nifi.minifi.notifier.ingestors.pull.http.proxy.password | Proxy password
 nifi.minifi.notifier.ingestors.pull.http.path | Path on which to pull configurations from
 nifi.minifi.notifier.ingestors.pull.http.period.ms | Period on which to pull configurations from, defaults to 5 minutes if not set.
+nifi.minifi.notifier.ingestors.pull.http.query | Querystring value for the URL
 nifi.minifi.notifier.ingestors.pull.http.use.etag | If the destination server is set up with cache control ability and utilizes an "ETag" header, then this should be set to true to utilize it. Very simply, the Ingestor remembers the "ETag" of the last successful pull (returned 200) then uses that "ETag" in a "If-None-Match" header on the next request.
 nifi.minifi.notifier.ingestors.pull.http.connect.timeout.ms | Sets the connect timeout for new connections. A value of 0 means no timeout, otherwise values must be a positive whole number in milliseconds.
 nifi.minifi.notifier.ingestors.pull.http.read.timeout.ms | Sets the read timeout for new connections. A value of 0 means no timeout, otherwise values must be a positive whole number in milliseconds.