Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.mqtt.ConsumeMQTT/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.mqtt.ConsumeMQTT/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.mqtt.ConsumeMQTT/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.mqtt.ConsumeMQTT/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ConsumeMQTT</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Subscribes to a 
topic and receives messages from an MQTT broker</p><h3>Tags: </h3><p>subscribe, 
MQTT, IOT, consume, listen</p><h3>Properties: </h3><p>In the list below, the 
names of required properties appear in <strong>bold</strong>. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Broker URI</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The URI to use to connect to 
the MQTT broker (e.g. tcp://localhost:1883). The 'tcp' and 'ssl' schemes are 
supported. In order to use 'ssl', the SSL Context Service property must be 
set.</td></tr><tr>
 <td id="name"><strong>Client ID</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">MQTT client ID to 
use</td></tr><tr><td id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Username to use when connecting 
to the broker</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to use when connecting to the broker</td></tr><tr><td 
id="name">SSL Context Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections.</td></tr><tr><td id="name">Last Will 
Topic</td><td id="default-value"></td><td id="allo
 wable-values"></td><td id="description">The topic to send the client's Last 
Will to. If the Last Will topic and message are not set then a Last Will will 
not be sent.</td></tr><tr><td id="name">Last Will Message</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
message to send as the client's Last Will. If the Last Will topic and message 
are not set then a Last Will will not be sent.</td></tr><tr><td id="name">Last 
Will Retain</td><td id="default-value"></td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether to retain the client's Last Will. If the Last Will 
topic and message are not set then a Last Will will not be 
sent.</td></tr><tr><td id="name">Last Will QoS Level</td><td 
id="default-value"></td><td id="allowable-values"><ul><li>0 - At most once <img 
src="../../html/images/iconInfo.png" alt="Best effort delivery. A message 
won’t be acknowledged by the receiver or stored and redelivered by the
  sender. This is often called “fire and forget” and provides the same 
guarantee as the underlying TCP protocol." title="Best effort delivery. A 
message won’t be acknowledged by the receiver or stored and redelivered by 
the sender. This is often called “fire and forget” and provides the same 
guarantee as the underlying TCP protocol."></img></li><li>1 - At least once 
<img src="../../html/images/iconInfo.png" alt="Guarantees that a message will 
be delivered at least once to the receiver. The message can also be delivered 
more than once" title="Guarantees that a message will be delivered at least 
once to the receiver. The message can also be delivered more than 
once"></img></li><li>2 - Exactly once <img src="../../html/images/iconInfo.png" 
alt="Guarantees that each message is received only once by the counterpart. It 
is the safest and also the slowest quality of service level. The guarantee is 
provided by two round-trip flows between sender and receiver." title=
 "Guarantees that each message is received only once by the counterpart. It is 
the safest and also the slowest quality of service level. The guarantee is 
provided by two round-trip flows between sender and 
receiver."></img></li></ul></td><td id="description">QoS level to be used when 
publishing the Last Will Message</td></tr><tr><td id="name"><strong>Session 
state</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>Clean Session <img 
src="../../html/images/iconInfo.png" alt="Client and Server discard any 
previous session and start a new one. This session lasts as long as the network 
connection. State data associated with this session is not reused in any 
subsequent session" title="Client and Server discard any previous session and 
start a new one. This session lasts as long as the network connection. State 
data associated with this session is not reused in any subsequent 
session"></img></li><li>Resume Session <img 
src="../../html/images/iconInfo.png" alt="S
 erver resumes communications with the client based on state from the current 
session (as identified by the ClientID). The client and server store the 
session after the client and server are disconnected. After the disconnection 
of a session that was not a clean session, the server stores further QoS 1 and 
QoS 2 messages that match any subscriptions that the client had at the time of 
disconnection as part of the session state" title="Server resumes 
communications with the client based on state from the current session (as 
identified by the ClientID). The client and server store the session after the 
client and server are disconnected. After the disconnection of a session that 
was not a clean session, the server stores further QoS 1 and QoS 2 messages 
that match any subscriptions that the client had at the time of disconnection 
as part of the session state"></img></li></ul></td><td id="description">Whether 
to start afresh or resume previous flows. See the allowable value descriptions 
 for more details.</td></tr><tr><td id="name"><strong>MQTT Specification 
Version</strong></td><td id="default-value">0</td><td 
id="allowable-values"><ul><li>AUTO <img src="../../html/images/iconInfo.png" 
alt="Start with v3.1.1 and fallback to v3.1.0 if not supported by a broker" 
title="Start with v3.1.1 and fallback to v3.1.0 if not supported by a 
broker"></img></li><li>v3.1.1</li><li>v3.1.0</li></ul></td><td 
id="description">The MQTT specification version when connecting with the 
broker. See the allowable value descriptions for more details.</td></tr><tr><td 
id="name">Connection Timeout (seconds)</td><td id="default-value">30</td><td 
id="allowable-values"></td><td id="description">Maximum time interval the 
client will wait for the network connection to the MQTT server to be 
established. The default timeout is 30 seconds. A value of 0 disables timeout 
processing meaning the client will wait until the network connection is made 
successfully or fails.</td></tr><tr><td id="name">Keep Al
 ive Interval (seconds)</td><td id="default-value">60</td><td 
id="allowable-values"></td><td id="description">Defines the maximum time 
interval between messages sent or received. It enables the client to detect if 
the server is no longer available, without having to wait for the TCP/IP 
timeout. The client will ensure that at least one message travels across the 
network within each keep alive period. In the absence of a data-related message 
during the time period, the client sends a very small "ping" message, which the 
server will acknowledge. A value of 0 disables keepalive processing in the 
client.</td></tr><tr><td id="name"><strong>Topic Filter</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
MQTT topic filter to designate the topics to subscribe to.</td></tr><tr><td 
id="name"><strong>Quality of Service(QoS)</strong></td><td 
id="default-value">0</td><td id="allowable-values"><ul><li>0 - At most once 
<img src="../../html/images/iconInf
 o.png" alt="Best effort delivery. A message won’t be acknowledged by the 
receiver or stored and redelivered by the sender. This is often called “fire 
and forget” and provides the same guarantee as the underlying TCP protocol." 
title="Best effort delivery. A message won’t be acknowledged by the receiver 
or stored and redelivered by the sender. This is often called “fire and 
forget” and provides the same guarantee as the underlying TCP 
protocol."></img></li><li>1 - At least once <img 
src="../../html/images/iconInfo.png" alt="Guarantees that a message will be 
delivered at least once to the receiver. The message can also be delivered more 
than once" title="Guarantees that a message will be delivered at least once to 
the receiver. The message can also be delivered more than 
once"></img></li><li>2 - Exactly once <img src="../../html/images/iconInfo.png" 
alt="Guarantees that each message is received only once by the counterpart. It 
is the safest and also the s
 lowest quality of service level. The guarantee is provided by two round-trip 
flows between sender and receiver." title="Guarantees that each message is 
received only once by the counterpart. It is the safest and also the slowest 
quality of service level. The guarantee is provided by two round-trip flows 
between sender and receiver."></img></li></ul></td><td id="description">The 
Quality of Service(QoS) to receive the message with. Accepts values '0', '1' or 
'2'; '0' for 'at most once', '1' for 'at least once', '2' for 'exactly 
once'.</td></tr><tr><td id="name"><strong>Max Queue Size</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
MQTT messages are always being sent to subscribers on a topic. If the 'Run 
Schedule' is significantly behind the rate at which the messages are arriving 
to this processor then a back up can occur. This property specifies the maximum 
number of messages this processor will hold in memory at one time.</td></tr></
 table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>Message</td><td>The
 MQTT message output</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mqtt.broker</td><td>MQTT
 broker that was the message source</td></tr><tr><td>mqtt.topic</td><td>MQTT 
topic on which message was received</td></tr><tr><td>mqtt.qos</td><td>The 
quality of service for this 
message.</td></tr><tr><td>mqtt.isDuplicate</td><td>Whether or not this message 
might be a duplicate of one which has already been 
received.</td></tr><tr><td>mqtt.isRetained</td><td>Whether or not this message 
was from a current publisher, or was "retained" by the server as the last 
message published on the topic.</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.mqtt.PublishMQTT/index.html">PublishMQTT</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ConsumeMQTT</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Subscribes to a 
topic and receives messages from an MQTT broker</p><h3>Tags: </h3><p>subscribe, 
MQTT, IOT, consume, listen</p><h3>Properties: </h3><p>In the list below, the 
names of required properties appear in <strong>bold</strong>. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Broker URI</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The URI to use to connect to 
the MQTT broker (e.g. tcp://localhost:1883). The 'tcp' and 'ssl' schemes are 
supported. In order to use 'ssl', the SSL Context Service property must be 
set.</td></tr><tr>
 <td id="name"><strong>Client ID</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">MQTT client ID to 
use</td></tr><tr><td id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Username to use when connecting 
to the broker</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to use when connecting to the broker</td></tr><tr><td 
id="name">SSL Context Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections.</td></tr><tr><td id="name">Last Will 
Topic</td><td id="default-value"></td><td id="allo
 wable-values"></td><td id="description">The topic to send the client's Last 
Will to. If the Last Will topic and message are not set then a Last Will will 
not be sent.</td></tr><tr><td id="name">Last Will Message</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
message to send as the client's Last Will. If the Last Will topic and message 
are not set then a Last Will will not be sent.</td></tr><tr><td id="name">Last 
Will Retain</td><td id="default-value"></td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether to retain the client's Last Will. If the Last Will 
topic and message are not set then a Last Will will not be 
sent.</td></tr><tr><td id="name">Last Will QoS Level</td><td 
id="default-value"></td><td id="allowable-values"><ul><li>0 - At most once <img 
src="../../html/images/iconInfo.png" alt="Best effort delivery. A message 
won’t be acknowledged by the receiver or stored and redelivered by the
  sender. This is often called “fire and forget” and provides the same 
guarantee as the underlying TCP protocol." title="Best effort delivery. A 
message won’t be acknowledged by the receiver or stored and redelivered by 
the sender. This is often called “fire and forget” and provides the same 
guarantee as the underlying TCP protocol."></img></li><li>1 - At least once 
<img src="../../html/images/iconInfo.png" alt="Guarantees that a message will 
be delivered at least once to the receiver. The message can also be delivered 
more than once" title="Guarantees that a message will be delivered at least 
once to the receiver. The message can also be delivered more than 
once"></img></li><li>2 - Exactly once <img src="../../html/images/iconInfo.png" 
alt="Guarantees that each message is received only once by the counterpart. It 
is the safest and also the slowest quality of service level. The guarantee is 
provided by two round-trip flows between sender and receiver." title=
 "Guarantees that each message is received only once by the counterpart. It is 
the safest and also the slowest quality of service level. The guarantee is 
provided by two round-trip flows between sender and 
receiver."></img></li></ul></td><td id="description">QoS level to be used when 
publishing the Last Will Message</td></tr><tr><td id="name"><strong>Session 
state</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>Clean Session <img 
src="../../html/images/iconInfo.png" alt="Client and Server discard any 
previous session and start a new one. This session lasts as long as the network 
connection. State data associated with this session is not reused in any 
subsequent session" title="Client and Server discard any previous session and 
start a new one. This session lasts as long as the network connection. State 
data associated with this session is not reused in any subsequent 
session"></img></li><li>Resume Session <img 
src="../../html/images/iconInfo.png" alt="S
 erver resumes communications with the client based on state from the current 
session (as identified by the ClientID). The client and server store the 
session after the client and server are disconnected. After the disconnection 
of a session that was not a clean session, the server stores further QoS 1 and 
QoS 2 messages that match any subscriptions that the client had at the time of 
disconnection as part of the session state" title="Server resumes 
communications with the client based on state from the current session (as 
identified by the ClientID). The client and server store the session after the 
client and server are disconnected. After the disconnection of a session that 
was not a clean session, the server stores further QoS 1 and QoS 2 messages 
that match any subscriptions that the client had at the time of disconnection 
as part of the session state"></img></li></ul></td><td id="description">Whether 
to start afresh or resume previous flows. See the allowable value descriptions 
 for more details.</td></tr><tr><td id="name"><strong>MQTT Specification 
Version</strong></td><td id="default-value">0</td><td 
id="allowable-values"><ul><li>AUTO <img src="../../html/images/iconInfo.png" 
alt="Start with v3.1.1 and fallback to v3.1.0 if not supported by a broker" 
title="Start with v3.1.1 and fallback to v3.1.0 if not supported by a 
broker"></img></li><li>v3.1.1</li><li>v3.1.0</li></ul></td><td 
id="description">The MQTT specification version when connecting with the 
broker. See the allowable value descriptions for more details.</td></tr><tr><td 
id="name">Connection Timeout (seconds)</td><td id="default-value">30</td><td 
id="allowable-values"></td><td id="description">Maximum time interval the 
client will wait for the network connection to the MQTT server to be 
established. The default timeout is 30 seconds. A value of 0 disables timeout 
processing meaning the client will wait until the network connection is made 
successfully or fails.</td></tr><tr><td id="name">Keep Al
 ive Interval (seconds)</td><td id="default-value">60</td><td 
id="allowable-values"></td><td id="description">Defines the maximum time 
interval between messages sent or received. It enables the client to detect if 
the server is no longer available, without having to wait for the TCP/IP 
timeout. The client will ensure that at least one message travels across the 
network within each keep alive period. In the absence of a data-related message 
during the time period, the client sends a very small "ping" message, which the 
server will acknowledge. A value of 0 disables keepalive processing in the 
client.</td></tr><tr><td id="name"><strong>Topic Filter</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
MQTT topic filter to designate the topics to subscribe to.</td></tr><tr><td 
id="name"><strong>Quality of Service(QoS)</strong></td><td 
id="default-value">0</td><td id="allowable-values"><ul><li>0 - At most once 
<img src="../../html/images/iconInf
 o.png" alt="Best effort delivery. A message won’t be acknowledged by the 
receiver or stored and redelivered by the sender. This is often called “fire 
and forget” and provides the same guarantee as the underlying TCP protocol." 
title="Best effort delivery. A message won’t be acknowledged by the receiver 
or stored and redelivered by the sender. This is often called “fire and 
forget” and provides the same guarantee as the underlying TCP 
protocol."></img></li><li>1 - At least once <img 
src="../../html/images/iconInfo.png" alt="Guarantees that a message will be 
delivered at least once to the receiver. The message can also be delivered more 
than once" title="Guarantees that a message will be delivered at least once to 
the receiver. The message can also be delivered more than 
once"></img></li><li>2 - Exactly once <img src="../../html/images/iconInfo.png" 
alt="Guarantees that each message is received only once by the counterpart. It 
is the safest and also the s
 lowest quality of service level. The guarantee is provided by two round-trip 
flows between sender and receiver." title="Guarantees that each message is 
received only once by the counterpart. It is the safest and also the slowest 
quality of service level. The guarantee is provided by two round-trip flows 
between sender and receiver."></img></li></ul></td><td id="description">The 
Quality of Service(QoS) to receive the message with. Accepts values '0', '1' or 
'2'; '0' for 'at most once', '1' for 'at least once', '2' for 'exactly 
once'.</td></tr><tr><td id="name"><strong>Max Queue Size</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
MQTT messages are always being sent to subscribers on a topic. If the 'Run 
Schedule' is significantly behind the rate at which the messages are arriving 
to this processor then a back up can occur. This property specifies the maximum 
number of messages this processor will hold in memory at one time.</td></tr></
 table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>Message</td><td>The
 MQTT message output</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mqtt.broker</td><td>MQTT
 broker that was the message source</td></tr><tr><td>mqtt.topic</td><td>MQTT 
topic on which message was received</td></tr><tr><td>mqtt.qos</td><td>The 
quality of service for this 
message.</td></tr><tr><td>mqtt.isDuplicate</td><td>Whether or not this message 
might be a duplicate of one which has already been 
received.</td></tr><tr><td>mqtt.isRetained</td><td>Whether or not this message 
was from a current publisher, or was "retained" by the server as the last 
message published on the topic.</td></tr></table><h3>State management: 
</h3>This processor has no state management.<h3>Restricted: </h3><h3>See 
Also:</h3><p><a href="../org.apache.nifi.processors.mq
 tt.PublishMQTT/index.html">PublishMQTT</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.mqtt.PublishMQTT/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.mqtt.PublishMQTT/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.mqtt.PublishMQTT/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.mqtt.PublishMQTT/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PublishMQTT</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Publishes a 
message to an MQTT topic</p><h3>Tags: </h3><p>publish, MQTT, 
IOT</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Broker URI</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The URI to use to connect to 
the MQTT broker (e.g. tcp://localhost:1883). The 'tcp' and 'ssl' schemes are 
supported. In order t
 o use 'ssl', the SSL Context Service property must be set.</td></tr><tr><td 
id="name"><strong>Client ID</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">MQTT client ID to 
use</td></tr><tr><td id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Username to use when connecting 
to the broker</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to use when connecting to the broker</td></tr><tr><td 
id="name">SSL Context Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections.</td></tr><tr><t
 d id="name">Last Will Topic</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The topic to send the client's 
Last Will to. If the Last Will topic and message are not set then a Last Will 
will not be sent.</td></tr><tr><td id="name">Last Will Message</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
message to send as the client's Last Will. If the Last Will topic and message 
are not set then a Last Will will not be sent.</td></tr><tr><td id="name">Last 
Will Retain</td><td id="default-value"></td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether to retain the client's Last Will. If the Last Will 
topic and message are not set then a Last Will will not be 
sent.</td></tr><tr><td id="name">Last Will QoS Level</td><td 
id="default-value"></td><td id="allowable-values"><ul><li>0 - At most once <img 
src="../../html/images/iconInfo.png" alt="Best effort delivery. A message won
 ’t be acknowledged by the receiver or stored and redelivered by the sender. 
This is often called “fire and forget” and provides the same guarantee as 
the underlying TCP protocol." title="Best effort delivery. A message won’t be 
acknowledged by the receiver or stored and redelivered by the sender. This is 
often called “fire and forget” and provides the same guarantee as the 
underlying TCP protocol."></img></li><li>1 - At least once <img 
src="../../html/images/iconInfo.png" alt="Guarantees that a message will be 
delivered at least once to the receiver. The message can also be delivered more 
than once" title="Guarantees that a message will be delivered at least once to 
the receiver. The message can also be delivered more than 
once"></img></li><li>2 - Exactly once <img src="../../html/images/iconInfo.png" 
alt="Guarantees that each message is received only once by the counterpart. It 
is the safest and also the slowest quality of service level. The guarantee 
 is provided by two round-trip flows between sender and receiver." 
title="Guarantees that each message is received only once by the counterpart. 
It is the safest and also the slowest quality of service level. The guarantee 
is provided by two round-trip flows between sender and 
receiver."></img></li></ul></td><td id="description">QoS level to be used when 
publishing the Last Will Message</td></tr><tr><td id="name"><strong>Session 
state</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>Clean Session <img 
src="../../html/images/iconInfo.png" alt="Client and Server discard any 
previous session and start a new one. This session lasts as long as the network 
connection. State data associated with this session is not reused in any 
subsequent session" title="Client and Server discard any previous session and 
start a new one. This session lasts as long as the network connection. State 
data associated with this session is not reused in any subsequent 
session"></img>
 </li><li>Resume Session <img src="../../html/images/iconInfo.png" alt="Server 
resumes communications with the client based on state from the current session 
(as identified by the ClientID). The client and server store the session after 
the client and server are disconnected. After the disconnection of a session 
that was not a clean session, the server stores further QoS 1 and QoS 2 
messages that match any subscriptions that the client had at the time of 
disconnection as part of the session state" title="Server resumes 
communications with the client based on state from the current session (as 
identified by the ClientID). The client and server store the session after the 
client and server are disconnected. After the disconnection of a session that 
was not a clean session, the server stores further QoS 1 and QoS 2 messages 
that match any subscriptions that the client had at the time of disconnection 
as part of the session state"></img></li></ul></td><td id="description">Whether 
to star
 t afresh or resume previous flows. See the allowable value descriptions for 
more details.</td></tr><tr><td id="name"><strong>MQTT Specification 
Version</strong></td><td id="default-value">0</td><td 
id="allowable-values"><ul><li>AUTO <img src="../../html/images/iconInfo.png" 
alt="Start with v3.1.1 and fallback to v3.1.0 if not supported by a broker" 
title="Start with v3.1.1 and fallback to v3.1.0 if not supported by a 
broker"></img></li><li>v3.1.1</li><li>v3.1.0</li></ul></td><td 
id="description">The MQTT specification version when connecting with the 
broker. See the allowable value descriptions for more details.</td></tr><tr><td 
id="name">Connection Timeout (seconds)</td><td id="default-value">30</td><td 
id="allowable-values"></td><td id="description">Maximum time interval the 
client will wait for the network connection to the MQTT server to be 
established. The default timeout is 30 seconds. A value of 0 disables timeout 
processing meaning the client will wait until the network conn
 ection is made successfully or fails.</td></tr><tr><td id="name">Keep Alive 
Interval (seconds)</td><td id="default-value">60</td><td 
id="allowable-values"></td><td id="description">Defines the maximum time 
interval between messages sent or received. It enables the client to detect if 
the server is no longer available, without having to wait for the TCP/IP 
timeout. The client will ensure that at least one message travels across the 
network within each keep alive period. In the absence of a data-related message 
during the time period, the client sends a very small "ping" message, which the 
server will acknowledge. A value of 0 disables keepalive processing in the 
client.</td></tr><tr><td id="name"><strong>Topic</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
topic to publish the message to.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Quality of 
Service(QoS)</strong></td><td id="default-valu
 e"></td><td id="allowable-values"></td><td id="description">The Quality of 
Service(QoS) to send the message with. Accepts three values '0', '1' and '2'; 
'0' for 'at most once', '1' for 'at least once', '2' for 'exactly once'. 
Expression language is allowed in order to support publishing messages with 
different QoS but the end value of the property must be either '0', '1' or '2'. 
<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Retain Message</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Whether or not the retain flag 
should be set on the MQTT message.<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 that are sent successfully to the destination are transferred to this 
relationship.</td></tr><tr><td>failure</td><td>FlowFiles that failed to send to 
 the destination are transferred to this 
relationship.</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.mqtt.ConsumeMQTT/index.html">ConsumeMQTT</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PublishMQTT</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Publishes a 
message to an MQTT topic</p><h3>Tags: </h3><p>publish, MQTT, 
IOT</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Broker URI</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The URI to use to connect to 
the MQTT broker (e.g. tcp://localhost:1883). The 'tcp' and 'ssl' schemes are 
supported. In order t
 o use 'ssl', the SSL Context Service property must be set.</td></tr><tr><td 
id="name"><strong>Client ID</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">MQTT client ID to 
use</td></tr><tr><td id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Username to use when connecting 
to the broker</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to use when connecting to the broker</td></tr><tr><td 
id="name">SSL Context Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections.</td></tr><tr><t
 d id="name">Last Will Topic</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The topic to send the client's 
Last Will to. If the Last Will topic and message are not set then a Last Will 
will not be sent.</td></tr><tr><td id="name">Last Will Message</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
message to send as the client's Last Will. If the Last Will topic and message 
are not set then a Last Will will not be sent.</td></tr><tr><td id="name">Last 
Will Retain</td><td id="default-value"></td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether to retain the client's Last Will. If the Last Will 
topic and message are not set then a Last Will will not be 
sent.</td></tr><tr><td id="name">Last Will QoS Level</td><td 
id="default-value"></td><td id="allowable-values"><ul><li>0 - At most once <img 
src="../../html/images/iconInfo.png" alt="Best effort delivery. A message won
 ’t be acknowledged by the receiver or stored and redelivered by the sender. 
This is often called “fire and forget” and provides the same guarantee as 
the underlying TCP protocol." title="Best effort delivery. A message won’t be 
acknowledged by the receiver or stored and redelivered by the sender. This is 
often called “fire and forget” and provides the same guarantee as the 
underlying TCP protocol."></img></li><li>1 - At least once <img 
src="../../html/images/iconInfo.png" alt="Guarantees that a message will be 
delivered at least once to the receiver. The message can also be delivered more 
than once" title="Guarantees that a message will be delivered at least once to 
the receiver. The message can also be delivered more than 
once"></img></li><li>2 - Exactly once <img src="../../html/images/iconInfo.png" 
alt="Guarantees that each message is received only once by the counterpart. It 
is the safest and also the slowest quality of service level. The guarantee 
 is provided by two round-trip flows between sender and receiver." 
title="Guarantees that each message is received only once by the counterpart. 
It is the safest and also the slowest quality of service level. The guarantee 
is provided by two round-trip flows between sender and 
receiver."></img></li></ul></td><td id="description">QoS level to be used when 
publishing the Last Will Message</td></tr><tr><td id="name"><strong>Session 
state</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>Clean Session <img 
src="../../html/images/iconInfo.png" alt="Client and Server discard any 
previous session and start a new one. This session lasts as long as the network 
connection. State data associated with this session is not reused in any 
subsequent session" title="Client and Server discard any previous session and 
start a new one. This session lasts as long as the network connection. State 
data associated with this session is not reused in any subsequent 
session"></img>
 </li><li>Resume Session <img src="../../html/images/iconInfo.png" alt="Server 
resumes communications with the client based on state from the current session 
(as identified by the ClientID). The client and server store the session after 
the client and server are disconnected. After the disconnection of a session 
that was not a clean session, the server stores further QoS 1 and QoS 2 
messages that match any subscriptions that the client had at the time of 
disconnection as part of the session state" title="Server resumes 
communications with the client based on state from the current session (as 
identified by the ClientID). The client and server store the session after the 
client and server are disconnected. After the disconnection of a session that 
was not a clean session, the server stores further QoS 1 and QoS 2 messages 
that match any subscriptions that the client had at the time of disconnection 
as part of the session state"></img></li></ul></td><td id="description">Whether 
to star
 t afresh or resume previous flows. See the allowable value descriptions for 
more details.</td></tr><tr><td id="name"><strong>MQTT Specification 
Version</strong></td><td id="default-value">0</td><td 
id="allowable-values"><ul><li>AUTO <img src="../../html/images/iconInfo.png" 
alt="Start with v3.1.1 and fallback to v3.1.0 if not supported by a broker" 
title="Start with v3.1.1 and fallback to v3.1.0 if not supported by a 
broker"></img></li><li>v3.1.1</li><li>v3.1.0</li></ul></td><td 
id="description">The MQTT specification version when connecting with the 
broker. See the allowable value descriptions for more details.</td></tr><tr><td 
id="name">Connection Timeout (seconds)</td><td id="default-value">30</td><td 
id="allowable-values"></td><td id="description">Maximum time interval the 
client will wait for the network connection to the MQTT server to be 
established. The default timeout is 30 seconds. A value of 0 disables timeout 
processing meaning the client will wait until the network conn
 ection is made successfully or fails.</td></tr><tr><td id="name">Keep Alive 
Interval (seconds)</td><td id="default-value">60</td><td 
id="allowable-values"></td><td id="description">Defines the maximum time 
interval between messages sent or received. It enables the client to detect if 
the server is no longer available, without having to wait for the TCP/IP 
timeout. The client will ensure that at least one message travels across the 
network within each keep alive period. In the absence of a data-related message 
during the time period, the client sends a very small "ping" message, which the 
server will acknowledge. A value of 0 disables keepalive processing in the 
client.</td></tr><tr><td id="name"><strong>Topic</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
topic to publish the message to.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Quality of 
Service(QoS)</strong></td><td id="default-valu
 e"></td><td id="allowable-values"></td><td id="description">The Quality of 
Service(QoS) to send the message with. Accepts three values '0', '1' and '2'; 
'0' for 'at most once', '1' for 'at least once', '2' for 'exactly once'. 
Expression language is allowed in order to support publishing messages with 
different QoS but the end value of the property must be either '0', '1' or '2'. 
<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Retain Message</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Whether or not the retain flag 
should be set on the MQTT message.<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 that are sent successfully to the destination are transferred to this 
relationship.</td></tr><tr><td>failure</td><td>FlowFiles that failed to send to 
 the destination are transferred to this 
relationship.</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3>This processor has no state management.<h3>Restricted: </h3><h3>See 
Also:</h3><p><a 
href="../org.apache.nifi.processors.mqtt.ConsumeMQTT/index.html">ConsumeMQTT</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.riemann.PutRiemann/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.riemann.PutRiemann/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.riemann.PutRiemann/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.riemann.PutRiemann/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutRiemann</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Send events to 
Riemann (http://riemann.io) when FlowFiles pass through this processor. You can 
use events to notify Riemann that a FlowFile passed through, or you can attach 
a more meaningful metric, such as, the time a FlowFile took to get to this 
processor. All attributes attached to events support the NiFi Expression 
Language.</p><h3>Tags: </h3><p>riemann, monitoring, metrics</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values, and whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th
 >Allowable Values</th><th>Description</th></tr><tr><td 
 >id="name"><strong>Riemann Address</strong></td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Hostname of Riemann server</td></tr><tr><td 
 >id="name"><strong>Riemann Port</strong></td><td 
 >id="default-value">5555</td><td id="allowable-values"></td><td 
 >id="description">Port that Riemann is listening on</td></tr><tr><td 
 >id="name"><strong>Transport Protocol</strong></td><td 
 >id="default-value">TCP</td><td 
 >id="allowable-values"><ul><li>TCP</li><li>UDP</li></ul></td><td 
 >id="description">Transport protocol to speak to Riemann in</td></tr><tr><td 
 >id="name"><strong>Timeout</strong></td><td id="default-value">1000</td><td 
 >id="allowable-values"></td><td id="description">Timeout in milliseconds when 
 >writing events to Riemann</td></tr><tr><td id="name">Batch Size</td><td 
 >id="default-value">100</td><td id="allowable-values"></td><td 
 >id="description">Batch size for incoming FlowFiles</td></tr><tr><td 
 >id="name">Des
 cription</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Description associated to the event<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Service</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Name of service associated to this event (e.g. FTP File 
Fetched)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">State</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">State of service associated to this event in string form (e.g. 
ok, warning, foo)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Metric</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Floating point number associated to this 
event<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name">TTL</td><td id="default-value"></td><td id="allowable-values"></td><td
  id="description">Floating point value in seconds until Riemann considers this 
event as "expired"<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Tags</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Comma separated list of tags associated to the 
event<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name">Host</td><td id="default-value">${hostname()}</td><td 
id="allowable-values"></td><td id="description">A hostname associated to this 
event (e.g. nifi-app1)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Time</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Time of event in unix epoch seconds (long), default: (current 
time)<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic 
Properties allow the user to specify both the name and value of a 
property.<table i
 
d="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">Custom Event Attribute</td><td id="value">Any value or 
expression</td><td>These values will be attached to the Riemann event as a 
custom attribute<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Metrics
 successfully written to Riemann</td></tr><tr><td>failure</td><td>Metrics which 
failed to write to Riemann</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutRiemann</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Send events to 
Riemann (http://riemann.io) when FlowFiles pass through this processor. You can 
use events to notify Riemann that a FlowFile passed through, or you can attach 
a more meaningful metric, such as, the time a FlowFile took to get to this 
processor. All attributes attached to events support the NiFi Expression 
Language.</p><h3>Tags: </h3><p>riemann, monitoring, metrics</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values, and whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th
 >Allowable Values</th><th>Description</th></tr><tr><td 
 >id="name"><strong>Riemann Address</strong></td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Hostname of Riemann server</td></tr><tr><td 
 >id="name"><strong>Riemann Port</strong></td><td 
 >id="default-value">5555</td><td id="allowable-values"></td><td 
 >id="description">Port that Riemann is listening on</td></tr><tr><td 
 >id="name"><strong>Transport Protocol</strong></td><td 
 >id="default-value">TCP</td><td 
 >id="allowable-values"><ul><li>TCP</li><li>UDP</li></ul></td><td 
 >id="description">Transport protocol to speak to Riemann in</td></tr><tr><td 
 >id="name"><strong>Timeout</strong></td><td id="default-value">1000</td><td 
 >id="allowable-values"></td><td id="description">Timeout in milliseconds when 
 >writing events to Riemann</td></tr><tr><td id="name">Batch Size</td><td 
 >id="default-value">100</td><td id="allowable-values"></td><td 
 >id="description">Batch size for incoming FlowFiles</td></tr><tr><td 
 >id="name">Des
 cription</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Description associated to the event<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Service</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Name of service associated to this event (e.g. FTP File 
Fetched)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">State</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">State of service associated to this event in string form (e.g. 
ok, warning, foo)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Metric</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Floating point number associated to this 
event<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name">TTL</td><td id="default-value"></td><td id="allowable-values"></td><td
  id="description">Floating point value in seconds until Riemann considers this 
event as "expired"<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Tags</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Comma separated list of tags associated to the 
event<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name">Host</td><td id="default-value">${hostname()}</td><td 
id="allowable-values"></td><td id="description">A hostname associated to this 
event (e.g. nifi-app1)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Time</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Time of event in unix epoch seconds (long), default: (current 
time)<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic 
Properties allow the user to specify both the name and value of a 
property.<table i
 
d="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">Custom Event Attribute</td><td id="value">Any value or 
expression</td><td>These values will be attached to the Riemann event as a 
custom attribute<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Metrics
 successfully written to Riemann</td></tr><tr><td>failure</td><td>Metrics which 
failed to write to Riemann</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3>This processor has no state management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.script.ExecuteScript/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.script.ExecuteScript/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.script.ExecuteScript/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.script.ExecuteScript/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ExecuteScript</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Experimental - 
Executes a script given the flow file and a process session.  The script is 
responsible for handling the incoming flow file (transfer to SUCCESS or remove, 
e.g.) as well as any flow files created by the script. If the handling is 
incomplete or incorrect, the session will be rolled back. Experimental: Impact 
of sustained usage not yet verified.</p><h3>Tags: </h3><p>script, execute, 
groovy, python, jython, jruby, ruby, javascript, js, lua, 
luaj</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression
  Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Script Engine</strong></td><td 
id="default-value">ECMAScript</td><td 
id="allowable-values"><ul><li>ECMAScript</li></ul></td><td id="description">The 
engine to execute scripts</td></tr><tr><td id="name">Script File</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to script file to execute. Only one of Script File or 
Script Body may be used<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Script Body</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Body of script to execute. Only one of Script File or Script 
Body may be used</td></tr><tr><td id="name">Module Directory</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Comma-separated list of paths to files and/or directories 
which contain mod
 ules required by the script.</td></tr></table><h3>Dynamic Properties: 
</h3><p>Dynamic Properties allow the user to specify both the name and value of 
a property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">A script engine property to update</td><td id="value">The value to 
set it to</td><td>Updates a script engine property specified by the Dynamic 
Property's key with the value specified by the Dynamic Property's 
value<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 that were successfully processed</td></tr><tr><td>failure</td><td>FlowFiles 
that failed to be processed</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ExecuteScript</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Experimental - 
Executes a script given the flow file and a process session.  The script is 
responsible for handling the incoming flow file (transfer to SUCCESS or remove, 
e.g.) as well as any flow files created by the script. If the handling is 
incomplete or incorrect, the session will be rolled back. Experimental: Impact 
of sustained usage not yet verified.</p><h3>Tags: </h3><p>script, execute, 
groovy, python, jython, jruby, ruby, javascript, js, lua, luaj, 
restricted</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiF
 i Expression Language</a>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Script 
Engine</strong></td><td id="default-value">ECMAScript</td><td 
id="allowable-values"><ul><li>ECMAScript</li></ul></td><td id="description">The 
engine to execute scripts</td></tr><tr><td id="name">Script File</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to script file to execute. Only one of Script File or 
Script Body may be used<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Script Body</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Body of script to execute. Only one of Script File or Script 
Body may be used</td></tr><tr><td id="name">Module Directory</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Comma-separated list of paths to files and/or directories which
  contain modules required by the script.</td></tr></table><h3>Dynamic 
Properties: </h3><p>Dynamic Properties allow the user to specify both the name 
and value of a property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">A script engine property to update</td><td id="value">The value to 
set it to</td><td>Updates a script engine property specified by the Dynamic 
Property's key with the value specified by the Dynamic Property's 
value<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 that were successfully processed</td></tr><tr><td>failure</td><td>FlowFiles 
that failed to be processed</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3><table id="stateful"><tr><th>Scope</th><th>Description</th></tr><tr>
 <td>LOCAL, CLUSTER</td><td>Scripts can store and retrieve state using the 
State Management APIs. Consult the State Manager section of the Developer's 
Guide for more details.</td></tr></table><h3>Restricted: </h3><td>Provides 
operator the ability to execute arbitrary code assuming all permissions that 
NiFi has.</td></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.script.InvokeScriptedProcessor/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.script.InvokeScriptedProcessor/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.script.InvokeScriptedProcessor/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.script.InvokeScriptedProcessor/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>InvokeScriptedProcessor</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Experimental - 
Invokes a script engine for a Processor defined in the given script. The script 
must define a valid class that implements the Processor interface, and it must 
set a variable 'processor' to an instance of the class. Processor methods such 
as onTrigger() will be delegated to the scripted Processor instance. Also any 
Relationships or PropertyDescriptors defined by the scripted processor will be 
added to the configuration dialog.  Experimental: Impact of sustained usage not 
yet verified.</p><h3>Tags: </h3><p>script, invoke, groovy, python, jython, 
jruby, ruby, javascript, js, lua, luaj</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered option
 al. The table also indicates any default values, and whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Script Engine</strong></td><td 
id="default-value">ECMAScript</td><td 
id="allowable-values"><ul><li>ECMAScript</li></ul></td><td id="description">The 
engine to execute scripts</td></tr><tr><td id="name">Script File</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to script file to execute. Only one of Script File or 
Script Body may be used<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Script Body</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Body of script to execute. Only one of Script File or Script 
Body may be used</td></tr><tr><td id="name">Module Directory</td><td
  id="default-value"></td><td id="allowable-values"></td><td 
id="description">Comma-separated list of paths to files and/or directories 
which contain modules required by the script.</td></tr></table><h3>Dynamic 
Properties: </h3><p>Dynamic Properties allow the user to specify both the name 
and value of a property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">A script engine property to update</td><td id="value">The value to 
set it to</td><td>Updates a script engine property specified by the Dynamic 
Property's key with the value specified by the Dynamic Property's 
value<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3>This processor has 
no relationships.<h3>Reads Attributes: </h3>None specified.<h3>Writes 
Attributes: </h3>None specified.<h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.script.ExecuteScript/index.html">ExecuteScript</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>InvokeScriptedProcessor</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Experimental - 
Invokes a script engine for a Processor defined in the given script. The script 
must define a valid class that implements the Processor interface, and it must 
set a variable 'processor' to an instance of the class. Processor methods such 
as onTrigger() will be delegated to the scripted Processor instance. Also any 
Relationships or PropertyDescriptors defined by the scripted processor will be 
added to the configuration dialog.  Experimental: Impact of sustained usage not 
yet verified.</p><h3>Tags: </h3><p>script, invoke, groovy, python, jython, 
jruby, ruby, javascript, js, lua, luaj, restricted</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are consi
 dered optional. The table also indicates any default values, and whether a 
property supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Script Engine</strong></td><td 
id="default-value">ECMAScript</td><td 
id="allowable-values"><ul><li>ECMAScript</li></ul></td><td id="description">The 
engine to execute scripts</td></tr><tr><td id="name">Script File</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Path to script file to execute. Only one of Script File or 
Script Body may be used<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Script Body</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Body of script to execute. Only one of Script File or Script 
Body may be used</td></tr><tr><td id="name">Module Direc
 tory</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Comma-separated list of paths to files and/or directories 
which contain modules required by the script.</td></tr></table><h3>Dynamic 
Properties: </h3><p>Dynamic Properties allow the user to specify both the name 
and value of a property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">A script engine property to update</td><td id="value">The value to 
set it to</td><td>Updates a script engine property specified by the Dynamic 
Property's key with the value specified by the Dynamic Property's 
value<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3>This processor has 
no relationships.<h3>Reads Attributes: </h3>None specified.<h3>Writes 
Attributes: </h3>None specified.<h3>State management: </h3><table 
id="stateful"><tr><th>Scope</th><th>Description</th></tr><tr><td>LOCAL, 
CLUSTER</td><td>Scripts 
 can store and retrieve state using the State Management APIs. Consult the 
State Manager section of the Developer's Guide for more 
details.</td></tr></table><h3>Restricted: </h3><td>Provides operator the 
ability to execute arbitrary code assuming all permissions that NiFi 
has.</td><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.script.ExecuteScript/index.html">ExecuteScript</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.slack.PutSlack/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.slack.PutSlack/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.slack.PutSlack/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.slack.PutSlack/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSlack</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Sends a message to 
your team on slack.com</p><p><a href="additionalDetails.html">Additional 
Details...</a></p><h3>Tags: </h3><p>put, slack, notify</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values, whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>, and whether a property is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</t
 h><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Webhook 
URL</strong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The POST URL provided by Slack to send messages into a 
channel.<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>Webhook Text</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The text sent in the webhook 
message<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Channel</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
public channel using #channel or direct message using @username. If not 
specified, the default webhook channel as specified in Slack's Incoming 
Webhooks web interface is used.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Username</td><td 
id="default-value"></td><td id="allowable-values"><
 /td><td id="description">The displayed Slack username<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Icon URL</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Icon URL to be used for the message<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Icon 
Emoji</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Icon Emoji to be used for the message. Must begin and end with 
a colon, e.g. :ghost:<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 are routed to success after being successfully sent to 
Slack</td></tr><tr><td>failure</td><td>FlowFiles are routed to failure if 
unable to be sent to Slack</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></ht
 ml>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSlack</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Sends a message to 
your team on slack.com</p><p><a href="additionalDetails.html">Additional 
Details...</a></p><h3>Tags: </h3><p>put, slack, notify</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values, whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>, and whether a property is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</t
 h><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Webhook 
URL</strong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The POST URL provided by Slack to send messages into a 
channel.<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>Webhook Text</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The text sent in the webhook 
message<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Channel</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
public channel using #channel or direct message using @username. If not 
specified, the default webhook channel as specified in Slack's Incoming 
Webhooks web interface is used.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Username</td><td 
id="default-value"></td><td id="allowable-values"><
 /td><td id="description">The displayed Slack username<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Icon URL</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Icon URL to be used for the message<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Icon 
Emoji</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Icon Emoji to be used for the message. Must begin and end with 
a colon, e.g. :ghost:<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 are routed to success after being successfully sent to 
Slack</td></tr><tr><td>failure</td><td>FlowFiles are routed to failure if 
unable to be sent to Slack</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State m
 anagement: </h3>This processor has no state management.<h3>Restricted: 
</h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.solr.GetSolr/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.solr.GetSolr/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.solr.GetSolr/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.solr.GetSolr/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetSolr</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Queries Solr and 
outputs the results as a FlowFile</p><h3>Tags: </h3><p>Apache, Solr, Get, 
Pull</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Solr Type</strong></td><td 
id="default-value">Standard</td><td id="allowable-values"><ul><li>Cloud <img 
src="../../html/images/iconInfo.png" alt="A SolrCloud instance." title="A 
SolrCloud instance."></img></li><li>St
 andard <img src="../../html/images/iconInfo.png" alt="A stand-alone Solr 
instance." title="A stand-alone Solr instance."></img></li></ul></td><td 
id="description">The type of Solr instance, Cloud or Standard.</td></tr><tr><td 
id="name"><strong>Solr Location</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr url for a Solr Type of 
Standard (ex: http://localhost:8984/solr/gettingstarted), or the ZooKeeper 
hosts for a Solr Type of Cloud (ex: localhost:9983).</td></tr><tr><td 
id="name">Collection</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr collection name, only 
used with a Solr Type of Cloud<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Solr Query</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
query to execute against Solr</td></tr><tr><td id="name">Return Fields</td><td 
id="default-value"></td><t
 d id="allowable-values"></td><td id="description">Comma-separated list of 
fields names to return</td></tr><tr><td id="name">Sort Clause</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
Solr sort clause, ex: field1 asc, field2 desc</td></tr><tr><td 
id="name"><strong>Date Field</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of a date field in 
Solr used to filter results</td></tr><tr><td id="name"><strong>Batch 
Size</strong></td><td id="default-value">100</td><td 
id="allowable-values"></td><td id="description">Number of rows per Solr 
query</td></tr><tr><td id="name"><strong>Solr Socket Timeout</strong></td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait for data on a socket connection to 
Solr. A value of 0 indicates an infinite timeout.</td></tr><tr><td 
id="name"><strong>Solr Connection Timeout</strong></td><td id="default-valu
 e">10 seconds</td><td id="allowable-values"></td><td id="description">The 
amount of time to wait when establishing a connection to Solr. A value of 0 
indicates an infinite timeout.</td></tr><tr><td id="name"><strong>Solr Maximum 
Connections</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">The maximum number of total 
connections allowed from the Solr client to Solr.</td></tr><tr><td 
id="name"><strong>Solr Maximum Connections Per Host</strong></td><td 
id="default-value">5</td><td id="allowable-values"></td><td 
id="description">The maximum number of connections allowed from the Solr client 
to a single Solr host.</td></tr><tr><td id="name">ZooKeeper Client 
Timeout</td><td id="default-value">10 seconds</td><td 
id="allowable-values"></td><td id="description">The amount of time to wait for 
data on a connection to ZooKeeper, only used with a Solr Type of 
Cloud.</td></tr><tr><td id="name">ZooKeeper Connection Timeout</td><td 
id="default-value">10
  seconds</td><td id="allowable-values"></td><td id="description">The amount of 
time to wait when establishing a connection to ZooKeeper, only used with a Solr 
Type of Cloud.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>The
 results of querying Solr</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetSolr</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Queries Solr and 
outputs the results as a FlowFile</p><h3>Tags: </h3><p>Apache, Solr, Get, 
Pull</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, and 
whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Solr Type</strong></td><td 
id="default-value">Standard</td><td id="allowable-values"><ul><li>Cloud <img 
src="../../html/images/iconInfo.png" alt="A SolrCloud instance." title="A 
SolrCloud instance."></img></li><li>St
 andard <img src="../../html/images/iconInfo.png" alt="A stand-alone Solr 
instance." title="A stand-alone Solr instance."></img></li></ul></td><td 
id="description">The type of Solr instance, Cloud or Standard.</td></tr><tr><td 
id="name"><strong>Solr Location</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr url for a Solr Type of 
Standard (ex: http://localhost:8984/solr/gettingstarted), or the ZooKeeper 
hosts for a Solr Type of Cloud (ex: localhost:9983).</td></tr><tr><td 
id="name">Collection</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr collection name, only 
used with a Solr Type of Cloud<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Solr Query</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
query to execute against Solr</td></tr><tr><td id="name">Return Fields</td><td 
id="default-value"></td><t
 d id="allowable-values"></td><td id="description">Comma-separated list of 
fields names to return</td></tr><tr><td id="name">Sort Clause</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
Solr sort clause, ex: field1 asc, field2 desc</td></tr><tr><td 
id="name"><strong>Date Field</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of a date field in 
Solr used to filter results</td></tr><tr><td id="name"><strong>Batch 
Size</strong></td><td id="default-value">100</td><td 
id="allowable-values"></td><td id="description">Number of rows per Solr 
query</td></tr><tr><td id="name">JAAS Client App Name</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the JAAS configuration entry to use when performing Kerberos 
authentication to Solr. If this property is not provided, Kerberos 
authentication will not be attempted. The value must match an entry in the file 
specified 
 by the system property java.security.auth.login.config.</td></tr><tr><td 
id="name">SSL Context Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The Controller Service to use in order to obtain an SSL 
Context. This property must be set when communicating with a Solr over 
https.</td></tr><tr><td id="name"><strong>Solr Socket Timeout</strong></td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait for data on a socket connection to 
Solr. A value of 0 indicates an infinite timeout.</td></tr><tr><td 
id="name"><strong>Solr Connection Timeout</strong></td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait when establis
 hing a connection to Solr. A value of 0 indicates an infinite 
timeout.</td></tr><tr><td id="name"><strong>Solr Maximum 
Connections</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">The maximum number of total 
connections allowed from the Solr client to Solr.</td></tr><tr><td 
id="name"><strong>Solr Maximum Connections Per Host</strong></td><td 
id="default-value">5</td><td id="allowable-values"></td><td 
id="description">The maximum number of connections allowed from the Solr client 
to a single Solr host.</td></tr><tr><td id="name">ZooKeeper Client 
Timeout</td><td id="default-value">10 seconds</td><td 
id="allowable-values"></td><td id="description">The amount of time to wait for 
data on a connection to ZooKeeper, only used with a Solr Type of 
Cloud.</td></tr><tr><td id="name">ZooKeeper Connection Timeout</td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait when establishing 
 a connection to ZooKeeper, only used with a Solr Type of 
Cloud.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>The
 results of querying Solr</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3>This processor has no state management.<h3>Restricted: </h3></body></html>
\ No newline at end of file


Reply via email to