Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutFTP/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutFTP/index.html?rev=1719609&r1=1719608&r2=1719609&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutFTP/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutFTP/index.html
 Sat Dec 12 00:55:22 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutFTP</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Sends FlowFiles to 
an FTP Server</p><h3>Tags: </h3><p>remote, copy, egress, put, ftp, archive, 
files</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</th><th>Default Value</th><th>Allowable Values</th
 ><th>Description</th></tr><tr><td id="name"><strong>Hostname</strong></td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The fully qualified hostname or IP address of the remote 
 >system<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name"><strong>Port</strong></td><td 
 >id="default-value">21</td><td id="allowable-values"></td><td 
 >id="description">The port that the remote system is listening on for file 
 >transfers</td></tr><tr><td id="name"><strong>Username</strong></td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Username</td></tr><tr><td id="name">Password</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Password for the user account<br/><strong>Sensitive 
 >Property: true</strong></td></tr><tr><td id="name">Remote Path</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The path on the remote system from which to pull or push
  files<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Create 
Directory</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies whether or not the remote directory should be 
created if it does not exist.</td></tr><tr><td id="name"><strong>Batch 
Size</strong></td><td id="default-value">500</td><td 
id="allowable-values"></td><td id="description">The maximum number of FlowFiles 
to send in a single connection</td></tr><tr><td id="name"><strong>Connection 
Timeout</strong></td><td id="default-value">30 sec</td><td 
id="allowable-values"></td><td id="description">Amount of time to wait before 
timing out while creating a connection</td></tr><tr><td id="name"><strong>Data 
Timeout</strong></td><td id="default-value">30 sec</td><td 
id="allowable-values"></td><td id="description">Amount of time to wait before 
timing out while transferring data</td></tr><tr><td id="na
 me"><strong>Conflict Resolution</strong></td><td 
id="default-value">NONE</td><td 
id="allowable-values"><ul><li>REPLACE</li><li>IGNORE</li><li>RENAME</li><li>REJECT</li><li>FAIL</li><li>NONE</li></ul></td><td
 id="description">Determines how to handle the problem of filename 
collisions</td></tr><tr><td id="name">Dot Rename</td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, then the filename of the sent file is prepended with 
a "." and then renamed back to the original once the file is completely sent. 
Otherwise, there is no rename. This property is ignored if the Temporary 
Filename property is set.</td></tr><tr><td id="name">Temporary Filename</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">If 
set, the filename of the sent file will be equal to the value specified during 
the transfer and after successful completion will be renamed to the original 
filename. If this valu
 e is set, the Dot Rename property is ignored.<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name">Transfer Mode</td><td 
id="default-value">Binary</td><td 
id="allowable-values"><ul><li>Binary</li><li>ASCII</li></ul></td><td 
id="description">The FTP Transfer Mode</td></tr><tr><td id="name">Connection 
Mode</td><td id="default-value">Passive</td><td 
id="allowable-values"><ul><li>Active</li><li>Passive</li></ul></td><td 
id="description">The FTP Connection Mode</td></tr><tr><td id="name">Reject 
Zero-Byte Files</td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Determines whether or not Zero-byte files should be rejected 
without attempting to transfer</td></tr><tr><td id="name">Last Modified 
Time</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The lastModifiedTime to assign to the file after transferring 
it. If not set, the lastModifiedTime will not be
  changed. Format must be yyyy-MM-dd'T'HH:mm:ssZ. You may also use expression 
language such as ${file.lastModifiedTime}. If the value is invalid, the 
processor will not be invalid but will fail to change lastModifiedTime of the 
file.<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name">Permissions</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The permissions to assign to 
the file after transferring it. Format must be either UNIX rwxrwxrwx with a - 
in place of denied permissions (e.g. rw-r--r--) or an octal number (e.g. 644). 
If not set, the permissions will not be changed. You may also use expression 
language such as ${file.permissions}. If the value is invalid, the processor 
will not be invalid but will fail to change permissions of the 
file.<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Use Compression</strong></td><td 
id="default-value">false</td><td id="allowable-value
 s"><ul><li>true</li><li>false</li></ul></td><td id="description">Indicates 
whether or not ZLIB compression should be used when transferring 
files</td></tr><tr><td id="name">Proxy Type</td><td 
id="default-value">DIRECT</td><td 
id="allowable-values"><ul><li>DIRECT</li><li>HTTP</li><li>SOCKS</li></ul></td><td
 id="description">Proxy type used for file transfers</td></tr><tr><td 
id="name">Proxy Host</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The fully qualified hostname or 
IP address of the proxy server</td></tr><tr><td id="name">Proxy Port</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
port of the proxy server</td></tr><tr><td id="name">Http Proxy Username</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Http Proxy Username</td></tr><tr><td id="name">Http Proxy 
Password</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Http Proxy Password
 <br/><strong>Sensitive Property: 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 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">pre.cmd._____</td><td id="value">Not used</td><td>The command 
specified in the key will be executed before doing a put.  You may add these 
optional properties  to send any commands to the FTP server before the file is 
actually transferred (before the put command). This option is only available 
for the PutFTP processor, as only FTP has this functionality. This is 
essentially the same as sending quote commands to an FTP server from the 
command line.  While this is the same as sending a quote command, it is very 
important that you leave off the .</td></tr><tr><td 
id="name">post.cmd._____</td><td id="value">Not used</td><td>The command 
specified in the key will be executed after doing a put.  You may add the
 se optional properties  to send any commands to the FTP server before the file 
is actually transferred (before the put command). This option is only available 
for the PutFTP processor, as only FTP has this functionality. This is 
essentially the same as sending quote commands to an FTP server from the 
command line.  While this is the same as sending a quote command, it is very 
important that you leave off the .</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 are successfully sent will be routed to 
success</td></tr><tr><td>reject</td><td>FlowFiles that were rejected by the 
destination system</td></tr><tr><td>failure</td><td>FlowFiles that failed to 
send to the remote system; failure is usually looped back to this 
processor</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.
 standard.GetFTP/index.html">GetFTP</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutFTP</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Sends FlowFiles to 
an FTP Server</p><h3>Tags: </h3><p>remote, copy, egress, put, ftp, archive, 
files</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</th><th>Default Value</th><th>Allowable Values</th
 ><th>Description</th></tr><tr><td id="name"><strong>Hostname</strong></td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The fully qualified hostname or IP address of the remote 
 >system<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name"><strong>Port</strong></td><td 
 >id="default-value">21</td><td id="allowable-values"></td><td 
 >id="description">The port that the remote system is listening on for file 
 >transfers</td></tr><tr><td id="name"><strong>Username</strong></td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Username</td></tr><tr><td id="name">Password</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Password for the user account<br/><strong>Sensitive 
 >Property: true</strong></td></tr><tr><td id="name">Remote Path</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The path on the remote system from which to pull or push
  files<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Create 
Directory</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies whether or not the remote directory should be 
created if it does not exist.</td></tr><tr><td id="name"><strong>Batch 
Size</strong></td><td id="default-value">500</td><td 
id="allowable-values"></td><td id="description">The maximum number of FlowFiles 
to send in a single connection</td></tr><tr><td id="name"><strong>Connection 
Timeout</strong></td><td id="default-value">30 sec</td><td 
id="allowable-values"></td><td id="description">Amount of time to wait before 
timing out while creating a connection</td></tr><tr><td id="name"><strong>Data 
Timeout</strong></td><td id="default-value">30 sec</td><td 
id="allowable-values"></td><td id="description">When transferring a file 
between the local and remote system, this value specifies how l
 ong is allowed to elapse without any data being transferred between 
systems</td></tr><tr><td id="name"><strong>Conflict Resolution</strong></td><td 
id="default-value">NONE</td><td 
id="allowable-values"><ul><li>REPLACE</li><li>IGNORE</li><li>RENAME</li><li>REJECT</li><li>FAIL</li><li>NONE</li></ul></td><td
 id="description">Determines how to handle the problem of filename 
collisions</td></tr><tr><td id="name">Dot Rename</td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, then the filename of the sent file is prepended with 
a "." and then renamed back to the original once the file is completely sent. 
Otherwise, there is no rename. This property is ignored if the Temporary 
Filename property is set.</td></tr><tr><td id="name">Temporary Filename</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">If 
set, the filename of the sent file will be equal to the value specified during 
 the transfer and after successful completion will be renamed to the original 
filename. If this value is set, the Dot Rename property is 
ignored.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Transfer Mode</td><td 
id="default-value">Binary</td><td 
id="allowable-values"><ul><li>Binary</li><li>ASCII</li></ul></td><td 
id="description">The FTP Transfer Mode</td></tr><tr><td id="name">Connection 
Mode</td><td id="default-value">Passive</td><td 
id="allowable-values"><ul><li>Active</li><li>Passive</li></ul></td><td 
id="description">The FTP Connection Mode</td></tr><tr><td id="name">Reject 
Zero-Byte Files</td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Determines whether or not Zero-byte files should be rejected 
without attempting to transfer</td></tr><tr><td id="name">Last Modified 
Time</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The lastMod
 ifiedTime to assign to the file after transferring it. If not set, the 
lastModifiedTime will not be changed. Format must be yyyy-MM-dd'T'HH:mm:ssZ. 
You may also use expression language such as ${file.lastModifiedTime}. If the 
value is invalid, the processor will not be invalid but will fail to change 
lastModifiedTime of the file.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Permissions</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
permissions to assign to the file after transferring it. Format must be either 
UNIX rwxrwxrwx with a - in place of denied permissions (e.g. rw-r--r--) or an 
octal number (e.g. 644). If not set, the permissions will not be changed. You 
may also use expression language such as ${file.permissions}. If the value is 
invalid, the processor will not be invalid but will fail to change permissions 
of the file.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="
 name"><strong>Use Compression</strong></td><td 
id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether or not ZLIB compression should be used when 
transferring files</td></tr><tr><td id="name">Proxy Type</td><td 
id="default-value">DIRECT</td><td 
id="allowable-values"><ul><li>DIRECT</li><li>HTTP</li><li>SOCKS</li></ul></td><td
 id="description">Proxy type used for file transfers</td></tr><tr><td 
id="name">Proxy Host</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The fully qualified hostname or 
IP address of the proxy server</td></tr><tr><td id="name">Proxy Port</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
port of the proxy server</td></tr><tr><td id="name">Http Proxy Username</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Http Proxy Username</td></tr><tr><td id="name">Http Proxy 
Password</td>
 <td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Http Proxy Password<br/><strong>Sensitive Property: 
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 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">pre.cmd._____</td><td id="value">Not used</td><td>The command 
specified in the key will be executed before doing a put.  You may add these 
optional properties  to send any commands to the FTP server before the file is 
actually transferred (before the put command). This option is only available 
for the PutFTP processor, as only FTP has this functionality. This is 
essentially the same as sending quote commands to an FTP server from the 
command line.  While this is the same as sending a quote command, it is very 
important that you leave off the .</td></tr><tr><td 
id="name">post.cmd._____</td><td id="value">Not
  used</td><td>The command specified in the key will be executed after doing a 
put.  You may add these optional properties  to send any commands to the FTP 
server before the file is actually transferred (before the put command). This 
option is only available for the PutFTP processor, as only FTP has this 
functionality. This is essentially the same as sending quote commands to an FTP 
server from the command line.  While this is the same as sending a quote 
command, it is very important that you leave off the 
.</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 are successfully sent will be routed to 
success</td></tr><tr><td>reject</td><td>FlowFiles that were rejected by the 
destination system</td></tr><tr><td>failure</td><td>FlowFiles that failed to 
send to the remote system; failure is usually looped back to this 
processor</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.standard.GetFTP/index.html">GetFTP</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutFile/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutFile/index.html?rev=1719609&r1=1719608&r2=1719609&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutFile/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutFile/index.html
 Sat Dec 12 00:55:22 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutFile</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Writes the 
contents of a FlowFile to the local file system</p><h3>Tags: </h3><p>put, 
local, copy, archive, files, filesystem</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>Directory</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The directory to which files 
should be written. You may use expression language such
  as /aa/bb/${path}<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Conflict Resolution 
Strategy</strong></td><td id="default-value">fail</td><td 
id="allowable-values"><ul><li>replace</li><li>ignore</li><li>fail</li></ul></td><td
 id="description">Indicates what should happen when a file with the same name 
already exists in the output directory</td></tr><tr><td 
id="name"><strong>Create Missing Directories</strong></td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, then missing destination directories will be created. 
If false, flowfiles are penalized and sent to failure.</td></tr><tr><td 
id="name">Maximum File Count</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies the maximum number of 
files that can exist in the output directory</td></tr><tr><td id="name">Last 
Modified Time</td><td id="default-value"></td><td id="all
 owable-values"></td><td id="description">Sets the lastModifiedTime on the 
output file to the value of this attribute.  Format must be 
yyyy-MM-dd'T'HH:mm:ssZ.  You may also use expression language such as 
${file.lastModifiedTime}.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Permissions</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Sets the permissions on the output file to the value of this 
attribute.  Format must be either UNIX rwxrwxrwx with a - in place of denied 
permissions (e.g. rw-r--r--) or an octal number (e.g. 644).  You may also use 
expression language such as ${file.permissions}.<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Owner</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Sets the owner on the output file to the value of this 
attribute.  You may also use expression language such as 
${file.owner}.<br/><strong>Supports Ex
 pression Language: true</strong></td></tr><tr><td id="name">Group</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Sets the group on the output file to the value of this 
attribute.  You may also use expression language such as 
${file.group}.<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>Files
 that have been successfully written to the output directory are transferred to 
this relationship</td></tr><tr><td>failure</td><td>Files that could not be 
written to the output directory for some reason 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.standard.GetFile/index.html">GetFile</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutFile</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Writes the 
contents of a FlowFile to the local file system</p><h3>Tags: </h3><p>put, 
local, copy, archive, files, filesystem</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>Directory</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The directory to which files 
should be written. You may use expression language such
  as /aa/bb/${path}<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Conflict Resolution 
Strategy</strong></td><td id="default-value">fail</td><td 
id="allowable-values"><ul><li>replace</li><li>ignore</li><li>fail</li></ul></td><td
 id="description">Indicates what should happen when a file with the same name 
already exists in the output directory</td></tr><tr><td 
id="name"><strong>Create Missing Directories</strong></td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, then missing destination directories will be created. 
If false, flowfiles are penalized and sent to failure.</td></tr><tr><td 
id="name">Maximum File Count</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies the maximum number of 
files that can exist in the output directory</td></tr><tr><td id="name">Last 
Modified Time</td><td id="default-value"></td><td id="all
 owable-values"></td><td id="description">Sets the lastModifiedTime on the 
output file to the value of this attribute.  Format must be 
yyyy-MM-dd'T'HH:mm:ssZ.  You may also use expression language such as 
${file.lastModifiedTime}.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Permissions</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Sets the permissions on the output file to the value of this 
attribute.  Format must be either UNIX rwxrwxrwx with a - in place of denied 
permissions (e.g. rw-r--r--) or an octal number (e.g. 644).  You may also use 
expression language such as ${file.permissions}.<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Owner</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Sets the owner on the output file to the value of this 
attribute.  You may also use expression language such as 
${file.owner}.<br/><strong>Supports Ex
 pression Language: true</strong></td></tr><tr><td id="name">Group</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Sets the group on the output file to the value of this 
attribute.  You may also use expression language such as 
${file.group}.<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>Files
 that have been successfully written to the output directory are transferred to 
this relationship</td></tr><tr><td>failure</td><td>Files that could not be 
written to the output directory for some reason 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.standard.FetchFile/index.html">FetchFile</a>,
 <a href="../org.apache.nifi.processors.standard.GetFile/index.html">GetFile</a
 ></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutJMS/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutJMS/index.html?rev=1719609&r1=1719608&r2=1719609&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutJMS/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutJMS/index.html
 Sat Dec 12 00:55:22 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutJMS</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Creates a JMS 
Message from the contents of a FlowFile and sends the message to a JMS 
Server</p><h3>Tags: </h3><p>jms, send, put</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</th><th>Default Value</
 th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>JMS Provider</strong></td><td 
id="default-value">ActiveMQ</td><td 
id="allowable-values"><ul><li>ActiveMQ</li></ul></td><td id="description">The 
Provider used for the JMS Server</td></tr><tr><td 
id="name"><strong>URL</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The URL of the JMS 
Server</td></tr><tr><td id="name"><strong>Destination Name</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the JMS Topic or queue to use</td></tr><tr><td 
id="name"><strong>Destination Type</strong></td><td 
id="default-value">Queue</td><td 
id="allowable-values"><ul><li>Queue</li><li>Topic</li></ul></td><td 
id="description">The type of the JMS Destination to use</td></tr><tr><td 
id="name"><strong>Communications Timeout</strong></td><td id="default-value">30 
sec</td><td id="allowable-values"></td><td id="description">The amount of
  time to wait when attempting to receive a message before giving up and 
assuming failure</td></tr><tr><td id="name"><strong>Message Batch 
Size</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">The number of messages to 
pull/push in a single iteration of the processor</td></tr><tr><td 
id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Username used for 
authentication and authorization</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password used for authentication and 
authorization<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>Message Type</strong></td><td id="default-value">byte</td><td 
id="allowable-values"><ul><li>byte</li><li>stream</li><li>text</li><li>map</li><li>empty</li></ul></td><td
 id="description">The Type of JMS Message to Construct</td></tr><tr><td 
id="name">Message Pri
 ority</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The Priority of the Message<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name">Reply-To Queue</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the queue to which a reply to should be added<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name"><strong>Max 
Buffer Size</strong></td><td id="default-value">1 MB</td><td 
id="allowable-values"></td><td id="description">The maximum amount of data that 
can be buffered for a JMS Message. If a FlowFile's size exceeds this value, the 
FlowFile will be routed to failure.</td></tr><tr><td id="name">Message Time to 
Live</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The amount of time that the message should live on the 
destination before being removed; if not specified, the message will never 
expire.</td></tr><tr><td 
 id="name"><strong>Copy Attributes to JMS Properties</strong></td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether or not FlowFile Attributes should be translated into 
JMS Message Properties. If true, all attributes starting with 'jms.' will be 
set as Properties on the JMS Message (without the 'jms.' prefix). If an 
attribute exists that starts with the same value but ends in '.type', that 
attribute will be used to determine the JMS Message Property 
type.</td></tr><tr><td id="name">Client ID Prefix</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
human-readable ID that can be used to associate connections with yourself so 
that the maintainers of the JMS Server know who to contact if problems 
arise</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles that are sent to the JMS dest
 ination are routed to this relationship</td></tr><tr><td>failure</td><td>All 
FlowFiles that cannot be routed to the JMS destination are routed 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.standard.GetJMSQueue/index.html">GetJMSQueue</a>,
 <a 
href="../org.apache.nifi.processors.standard.GetJMSTopic/index.html">GetJMSTopic</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutJMS</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Creates a JMS 
Message from the contents of a FlowFile and sends the message to a JMS 
Server</p><h3>Tags: </h3><p>jms, send, put</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</th><th>Default Value</
 th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>JMS Provider</strong></td><td 
id="default-value">ActiveMQ</td><td 
id="allowable-values"><ul><li>ActiveMQ</li></ul></td><td id="description">The 
Provider used for the JMS Server</td></tr><tr><td 
id="name"><strong>URL</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The URL of the JMS 
Server</td></tr><tr><td id="name"><strong>Destination Name</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the JMS Topic or queue to use</td></tr><tr><td 
id="name"><strong>Destination Type</strong></td><td 
id="default-value">Queue</td><td 
id="allowable-values"><ul><li>Queue</li><li>Topic</li></ul></td><td 
id="description">The type of the JMS Destination to use</td></tr><tr><td 
id="name"><strong>Communications Timeout</strong></td><td id="default-value">30 
sec</td><td id="allowable-values"></td><td id="description">The amount of
  time to wait when attempting to receive a message before giving up and 
assuming failure</td></tr><tr><td id="name"><strong>Message Batch 
Size</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">The number of messages to 
pull/push in a single iteration of the processor</td></tr><tr><td 
id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Username used for 
authentication and authorization</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password used for authentication and 
authorization<br/><strong>Sensitive Property: true</strong></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">StandardSSLConte
 xtService</a></td><td id="description">The Controller Service to use in order 
to obtain an SSL Context.</td></tr><tr><td id="name"><strong>Message 
Type</strong></td><td id="default-value">byte</td><td 
id="allowable-values"><ul><li>byte</li><li>stream</li><li>text</li><li>map</li><li>empty</li></ul></td><td
 id="description">The Type of JMS Message to Construct</td></tr><tr><td 
id="name">Message Priority</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Priority of the 
Message<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Reply-To Queue</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the queue to which a reply to should be added<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name"><strong>Max 
Buffer Size</strong></td><td id="default-value">1 MB</td><td 
id="allowable-values"></td><td id="description">The maximum amount of data that 
can
  be buffered for a JMS Message. If a FlowFile's size exceeds this value, the 
FlowFile will be routed to failure.</td></tr><tr><td id="name">Message Time to 
Live</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The amount of time that the message should live on the 
destination before being removed; if not specified, the message will never 
expire.</td></tr><tr><td id="name"><strong>Copy Attributes to JMS 
Properties</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether or not FlowFile Attributes should be translated into 
JMS Message Properties. If true, all attributes starting with 'jms.' will be 
set as Properties on the JMS Message (without the 'jms.' prefix). If an 
attribute exists that starts with the same value but ends in '.type', that 
attribute will be used to determine the JMS Message Property 
type.</td></tr><tr><td id="name">Client ID Prefix</td><td id="defa
 ult-value"></td><td id="allowable-values"></td><td id="description">A 
human-readable ID that can be used to associate connections with yourself so 
that the maintainers of the JMS Server know who to contact if problems 
arise</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles that are sent to the JMS destination are routed to this 
relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
routed to the JMS destination are routed 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.standard.GetJMSQueue/index.html">GetJMSQueue</a>,
 <a 
href="../org.apache.nifi.processors.standard.GetJMSTopic/index.html">GetJMSTopic</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSFTP/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSFTP/index.html?rev=1719609&r1=1719608&r2=1719609&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSFTP/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSFTP/index.html
 Sat Dec 12 00:55:22 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSFTP</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Sends FlowFiles to 
an SFTP Server</p><h3>Tags: </h3><p>remote, copy, egress, put, sftp, archive, 
files</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</th><th>Default Value</th><th>Allowable Values<
 /th><th>Description</th></tr><tr><td 
id="name"><strong>Hostname</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The fully qualified hostname or 
IP address of the remote system<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Port</strong></td><td 
id="default-value">22</td><td id="allowable-values"></td><td 
id="description">The port that the remote system is listening on for file 
transfers</td></tr><tr><td id="name"><strong>Username</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Username</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password for the user account<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Private Key Path</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
fully qualified path to the Private Key file
 </td></tr><tr><td id="name">Private Key Passphrase</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password for the private key<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Remote Path</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
path on the remote system from which to pull or push files<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name"><strong>Create 
Directory</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies whether or not the remote directory should be 
created if it does not exist.</td></tr><tr><td id="name"><strong>Batch 
Size</strong></td><td id="default-value">500</td><td 
id="allowable-values"></td><td id="description">The maximum number of FlowFiles 
to send in a single connection</td></tr><tr><td id="name"><strong>Connection 
Timeout</strong></td><
 td id="default-value">30 sec</td><td id="allowable-values"></td><td 
id="description">Amount of time to wait before timing out while creating a 
connection</td></tr><tr><td id="name"><strong>Data Timeout</strong></td><td 
id="default-value">30 sec</td><td id="allowable-values"></td><td 
id="description">Amount of time to wait before timing out while transferring 
data</td></tr><tr><td id="name"><strong>Conflict Resolution</strong></td><td 
id="default-value">NONE</td><td 
id="allowable-values"><ul><li>REPLACE</li><li>IGNORE</li><li>RENAME</li><li>REJECT</li><li>FAIL</li><li>NONE</li></ul></td><td
 id="description">Determines how to handle the problem of filename 
collisions</td></tr><tr><td id="name">Reject Zero-Byte Files</td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Determines whether or not Zero-byte files should be rejected 
without attempting to transfer</td></tr><tr><td id="name">Dot Rename</td><td 
id="default
 -value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, then the filename of the sent file is prepended with 
a "." and then renamed back to the original once the file is completely sent. 
Otherwise, there is no rename. This property is ignored if the Temporary 
Filename property is set.</td></tr><tr><td id="name">Temporary Filename</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">If 
set, the filename of the sent file will be equal to the value specified during 
the transfer and after successful completion will be renamed to the original 
filename. If this value is set, the Dot Rename property is 
ignored.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Host Key File</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">If 
supplied, the given file will be used as the Host Key; otherwise, no use host 
key file will be used</td></tr><tr
 ><td id="name">Last Modified Time</td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The lastModifiedTime to 
 >assign to the file after transferring it. If not set, the lastModifiedTime 
 >will not be changed. Format must be yyyy-MM-dd'T'HH:mm:ssZ. You may also use 
 >expression language such as ${file.lastModifiedTime}. If the value is 
 >invalid, the processor will not be invalid but will fail to change 
 >lastModifiedTime of the file.<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name">Permissions</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The permissions to assign to the file after transferring it. 
 >Format must be either UNIX rwxrwxrwx with a - in place of denied permissions 
 >(e.g. rw-r--r--) or an octal number (e.g. 644). If not set, the permissions 
 >will not be changed. You may also use expression language such as 
 >${file.permissions}. If the value is invalid, the processor will not be inval
 id but will fail to change permissions of the file.<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Remote 
Owner</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Integer value representing the User ID to set on the file 
after transferring it. If not set, the owner will not be set. You may also use 
expression language such as ${file.owner}. If the value is invalid, the 
processor will not be invalid but will fail to change the owner of the 
file.<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name">Remote Group</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Integer value representing the 
Group ID to set on the file after transferring it. If not set, the group will 
not be set. You may also use expression language such as ${file.group}. If the 
value is invalid, the processor will not be invalid but will fail to change the 
group of the file.<br/><strong>
 Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Strict Host Key Checking</strong></td><td 
id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether or not strict enforcement of hosts keys 
should be applied</td></tr><tr><td id="name"><strong>Send Keep Alive On 
Timeout</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether or not to send a single Keep Alive message 
when SSH socket times out</td></tr><tr><td id="name"><strong>Use 
Compression</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether or not ZLIB compression should be used when 
transferring files</td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic 
Properties allow the user to specify both the name and value of a property.<ta
 ble 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">Disable Directory Listing</td><td id="value">true or 
false</td><td>Disables directory listings before operations which might fail, 
such as configurations which create directory 
structures.</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 are successfully sent will be routed to 
success</td></tr><tr><td>reject</td><td>FlowFiles that were rejected by the 
destination system</td></tr><tr><td>failure</td><td>FlowFiles that failed to 
send to the remote system; failure is usually looped back to this 
processor</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.standard.GetSFTP/index.html">GetSFTP</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSFTP</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Sends FlowFiles to 
an SFTP Server</p><h3>Tags: </h3><p>remote, copy, egress, put, sftp, archive, 
files</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</th><th>Default Value</th><th>Allowable Values<
 /th><th>Description</th></tr><tr><td 
id="name"><strong>Hostname</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The fully qualified hostname or 
IP address of the remote system<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Port</strong></td><td 
id="default-value">22</td><td id="allowable-values"></td><td 
id="description">The port that the remote system is listening on for file 
transfers</td></tr><tr><td id="name"><strong>Username</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Username</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password for the user account<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Private Key Path</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
fully qualified path to the Private Key file
 </td></tr><tr><td id="name">Private Key Passphrase</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password for the private key<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Remote Path</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
path on the remote system from which to pull or push files<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name"><strong>Create 
Directory</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies whether or not the remote directory should be 
created if it does not exist.</td></tr><tr><td id="name"><strong>Batch 
Size</strong></td><td id="default-value">500</td><td 
id="allowable-values"></td><td id="description">The maximum number of FlowFiles 
to send in a single connection</td></tr><tr><td id="name"><strong>Connection 
Timeout</strong></td><
 td id="default-value">30 sec</td><td id="allowable-values"></td><td 
id="description">Amount of time to wait before timing out while creating a 
connection</td></tr><tr><td id="name"><strong>Data Timeout</strong></td><td 
id="default-value">30 sec</td><td id="allowable-values"></td><td 
id="description">When transferring a file between the local and remote system, 
this value specifies how long is allowed to elapse without any data being 
transferred between systems</td></tr><tr><td id="name"><strong>Conflict 
Resolution</strong></td><td id="default-value">NONE</td><td 
id="allowable-values"><ul><li>REPLACE</li><li>IGNORE</li><li>RENAME</li><li>REJECT</li><li>FAIL</li><li>NONE</li></ul></td><td
 id="description">Determines how to handle the problem of filename 
collisions</td></tr><tr><td id="name">Reject Zero-Byte Files</td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Determines whether or not Zero-byte files should b
 e rejected without attempting to transfer</td></tr><tr><td id="name">Dot 
Rename</td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, then the filename of the sent file is prepended with 
a "." and then renamed back to the original once the file is completely sent. 
Otherwise, there is no rename. This property is ignored if the Temporary 
Filename property is set.</td></tr><tr><td id="name">Temporary Filename</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">If 
set, the filename of the sent file will be equal to the value specified during 
the transfer and after successful completion will be renamed to the original 
filename. If this value is set, the Dot Rename property is 
ignored.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Host Key File</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">If 
supplied, the
  given file will be used as the Host Key; otherwise, no use host key file will 
be used</td></tr><tr><td id="name">Last Modified Time</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
lastModifiedTime to assign to the file after transferring it. If not set, the 
lastModifiedTime will not be changed. Format must be yyyy-MM-dd'T'HH:mm:ssZ. 
You may also use expression language such as ${file.lastModifiedTime}. If the 
value is invalid, the processor will not be invalid but will fail to change 
lastModifiedTime of the file.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Permissions</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
permissions to assign to the file after transferring it. Format must be either 
UNIX rwxrwxrwx with a - in place of denied permissions (e.g. rw-r--r--) or an 
octal number (e.g. 644). If not set, the permissions will not be changed. You 
may also use expres
 sion language such as ${file.permissions}. If the value is invalid, the 
processor will not be invalid but will fail to change permissions of the 
file.<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name">Remote Owner</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Integer value representing the 
User ID to set on the file after transferring it. If not set, the owner will 
not be set. You may also use expression language such as ${file.owner}. If the 
value is invalid, the processor will not be invalid but will fail to change the 
owner of the file.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Remote Group</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Integer value representing the Group ID to set on the file 
after transferring it. If not set, the group will not be set. You may also use 
expression language such as ${file.group}. If the value is inv
 alid, the processor will not be invalid but will fail to change the group of 
the file.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Strict Host Key 
Checking</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether or not strict enforcement of hosts keys 
should be applied</td></tr><tr><td id="name"><strong>Send Keep Alive On 
Timeout</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether or not to send a single Keep Alive message 
when SSH socket times out</td></tr><tr><td id="name"><strong>Use 
Compression</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Indicates whether or not ZLIB compression should be used when 
transferring files</td></tr></table><h3>Dynamic Propert
 ies: </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">Disable Directory Listing</td><td id="value">true or 
false</td><td>Disables directory listings before operations which might fail, 
such as configurations which create directory 
structures.</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 are successfully sent will be routed to 
success</td></tr><tr><td>reject</td><td>FlowFiles that were rejected by the 
destination system</td></tr><tr><td>failure</td><td>FlowFiles that failed to 
send to the remote system; failure is usually looped back to this 
processor</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.standard.GetSFTP/index.h
 tml">GetSFTP</a></p></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSyslog/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSyslog/index.html?rev=1719609&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSyslog/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.PutSyslog/index.html
 Sat Dec 12 00:55:22 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSyslog</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Sends Syslog 
messages to a given host and port over TCP or UDP. Messages are constructed 
from the "Message ___" properties of the processor which can use expression 
language to generate messages from incoming FlowFiles. The properties are used 
to construct messages of the form: (&lt;PRIORITY&gt;)(VERSION )(TIMESTAMP) 
(HOSTNAME) (BODY) where version is optional.  The constructed messages are 
checked against regular expressions for RFC5424 and RFC3164 formatted messages. 
The timestamp can be an RFC5424 timestamp with a format of 
"yyyy-MM-dd'T'HH:mm:ss.SZ" or "yyyy-MM-dd'T'HH:mm:ss.S+hh:mm", or it can be an 
RFC3164 timestamp with a format of "MMM d HH:mm:ss". If a message is 
constructed that does not form a valid Syslog message according to the above 
description, then it is rout
 ed to the invalid relationship. Valid messages are sent to the Syslog server 
and successes are routed to the success relationship, failures routed to the 
failure relationship.</p><h3>Tags: </h3><p>syslog, put, udp, tcp, 
logs</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>Hostname</strong></td><td 
id="default-value">localhost</td><td id="allowable-values"></td><td 
id="description">The ip address or hostname of the Syslog 
server.</td></tr><tr><td id="name"><strong>Protocol</strong></td><td 
id="default-value">UDP</td><td id="allowable-values"><ul><li>TCP</li><li>UD
 P</li></ul></td><td id="description">The protocol for Syslog communication, 
either TCP or UDP.</td></tr><tr><td id="name"><strong>Port</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
port for Syslog communication.</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. If this property is set, syslog messages will be sent over a secure 
connection.</td></tr><tr><td id="name"><strong>Idle Connection 
Expiration</strong></td><td id="default-value">5 seconds</td><td 
id="allowable-values"></td><td id="description">The amount of time a connection 
should be held open without being used before closing the 
 connection.</td></tr><tr><td id="name"><strong>Send Buffer 
Size</strong></td><td id="default-value">2048 B</td><td 
id="allowable-values"></td><td id="description">The size of each buffer used to 
send a Syslog message. Adjust this value appropriately based on the expected 
size of the Syslog messages being produced. Messages larger than this buffer 
size will still be sent, but will not make use of the buffer 
pool.</td></tr><tr><td id="name"><strong>Batch Size</strong></td><td 
id="default-value">25</td><td id="allowable-values"></td><td 
id="description">The number of incoming FlowFiles to process in a single 
execution of this processor.</td></tr><tr><td id="name"><strong>Character 
Set</strong></td><td id="default-value">UTF-8</td><td 
id="allowable-values"></td><td id="description">Specifies which character set 
of the Syslog messages</td></tr><tr><td id="name"><strong>Message 
Priority</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The priori
 ty for the Syslog messages, excluding &lt; &gt;.<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Message 
Version</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The version for the Syslog messages.<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name"><strong>Message 
Timestamp</strong></td><td id="default-value">${now():format('MMM d 
HH:mm:ss')}</td><td id="allowable-values"></td><td id="description">The 
timestamp for the Syslog messages. The timestamp can be an RFC5424 timestamp 
with a format of "yyyy-MM-dd'T'HH:mm:ss.SZ" or "yyyy-MM-dd'T'HH:mm:ss.S+hh:mm", 
" or it can be an RFC3164 timestamp with a format of "MMM d 
HH:mm:ss".<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Message 
Hostname</strong></td><td id="default-value">${hostname(true)}</td><td 
id="allowable-values"></td><td id="description">The hostname for the Syslog 
messages.<br/><
 strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Message Body</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The body for the Syslog 
messages.<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 Syslog are sent out this 
relationship.</td></tr><tr><td>failure</td><td>FlowFiles that failed to send to 
Syslog are sent out this 
relationship.</td></tr><tr><td>invalid</td><td>FlowFiles that do not form a 
valid Syslog message are sent out 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.standard.ListenSyslog/index.html">ListenSyslog</a>,
 <a href="../org.apache.nifi.processors.standard.ParseSyslog/index.htm
 l">ParseSyslog</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ReplaceText/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ReplaceText/index.html?rev=1719609&r1=1719608&r2=1719609&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ReplaceText/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ReplaceText/index.html
 Sat Dec 12 00:55:22 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ReplaceText</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Updates the 
content of a FlowFile by evaluating a Regular Expression against it and 
replacing the section of the content that matches the Regular Expression with 
some alternate value.</p><h3>Tags: </h3><p>Text, Regular Expression, Update, 
Change, Replace, Modify, Regex</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>Regular Expression</strong></td><td id
 ="default-value">(?s:^.*$)</td><td id="allowable-values"></td><td 
id="description">The Regular Expression to search for in the FlowFile 
content<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Replacement 
Value</strong></td><td id="default-value">$1</td><td 
id="allowable-values"></td><td id="description">The value to replace the 
regular expression with. Back-references to Regular Expression capturing groups 
are supported, but back-references that reference capturing groups that do not 
exist in the regular expression will be treated as literal 
value.<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Character Set</strong></td><td 
id="default-value">UTF-8</td><td id="allowable-values"></td><td 
id="description">The Character Set in which the file is 
encoded</td></tr><tr><td id="name"><strong>Maximum Buffer Size</strong></td><td 
id="default-value">1 MB</td><td id="allowable-values"></td><td id="descriptio
 n">Specifies the maximum amount of data to buffer (per file or per line, 
depending on the Evaluation Mode) in order to apply the regular expressions. If 
'Entire Text' (in Evaluation Mode) is selected and the FlowFile is larger than 
this value, the FlowFile will be routed to 'failure'. In 'Line-by-Line' Mode, 
if a single line is larger than this value, the FlowFile will be routed to 
'failure'. A default value of 1 MB is provided, primarily for 'Entire Text' 
mode. In 'Line-by-Line' Mode, a value such as 8 KB or 16 KB is suggested. This 
value is ignored and the buffer is not used if 'Regular Expression' is set to 
'.*'</td></tr><tr><td id="name"><strong>Evaluation Mode</strong></td><td 
id="default-value">Entire text</td><td 
id="allowable-values"><ul><li>Line-by-Line</li><li>Entire 
text</li></ul></td><td id="description">Evaluate the 'Regular Expression' 
against each line (Line-by-Line) or buffer the entire file into memory (Entire 
Text) and then evaluate the 'Regular Expression'.</td></
 tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 that have been successfully updated are routed to this relationship, as well 
as FlowFiles whose content does not match the given Regular 
Expression</td></tr><tr><td>failure</td><td>FlowFiles that could not be updated 
are routed to this relationship</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>ReplaceText</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Updates the 
content of a FlowFile by evaluating a Regular Expression (regex) against it and 
replacing the section of the content that matches the Regular Expression with 
some alternate value.</p><h3>Tags: </h3><p>Text, Regular Expression, Update, 
Change, Replace, Modify, Regex</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>Search Value</strong></td><td 
 id="default-value">(?s:^.*$)</td><td id="allowable-values"></td><td 
id="description">The Search Value to search for in the FlowFile content. Only 
used for 'Literal Replace' and 'Regex Replace' matching 
strategies<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Replacement 
Value</strong></td><td id="default-value">$1</td><td 
id="allowable-values"></td><td id="description">The value to insert using the 
'Replacement Strategy'. Using "Regex Replace" back-references to Regular 
Expression capturing groups are supported, but back-references that reference 
capturing groups that do not exist in the regular expression will be treated as 
literal value. Back References may also be referenced using the Expression 
Language, as '$1', '$2', etc. The single-tick marks MUST be included, as these 
variables are not "Standard" attribute names (attribute names must be quoted 
unless they contain only numbers, letters, and _).<br/><strong>Supports 
Expression Langu
 age: true</strong></td></tr><tr><td id="name"><strong>Character 
Set</strong></td><td id="default-value">UTF-8</td><td 
id="allowable-values"></td><td id="description">The Character Set in which the 
file is encoded</td></tr><tr><td id="name"><strong>Maximum Buffer 
Size</strong></td><td id="default-value">1 MB</td><td 
id="allowable-values"></td><td id="description">Specifies the maximum amount of 
data to buffer (per file or per line, depending on the Evaluation Mode) in 
order to apply the replacement. If 'Entire Text' (in Evaluation Mode) is 
selected and the FlowFile is larger than this value, the FlowFile will be 
routed to 'failure'. In 'Line-by-Line' Mode, if a single line is larger than 
this value, the FlowFile will be routed to 'failure'. A default value of 1 MB 
is provided, primarily for 'Entire Text' mode. In 'Line-by-Line' Mode, a value 
such as 8 KB or 16 KB is suggested. This value is ignored if the 
&lt;Replacement Strategy&gt; property is set to one of: Append, Prepend, Always
  Replace</td></tr><tr><td id="name"><strong>Replacement 
Strategy</strong></td><td id="default-value">Regex Replace</td><td 
id="allowable-values"><ul><li>Prepend <img src="../../html/images/iconInfo.png" 
alt="Insert the Replacement Value at the beginning of the FlowFile or the 
beginning of each line (depending on the Evaluation Mode). For 
&quot;Line-by-Line&quot; Evaluation Mode, the value will be prepended to each 
line. For &quot;Entire Text&quot; evaluation mode, the value will be prepended 
to the entire text." title="Insert the Replacement Value at the beginning of 
the FlowFile or the beginning of each line (depending on the Evaluation Mode). 
For &quot;Line-by-Line&quot; Evaluation Mode, the value will be prepended to 
each line. For &quot;Entire Text&quot; evaluation mode, the value will be 
prepended to the entire text."></img></li><li>Append <img 
src="../../html/images/iconInfo.png" alt="Insert the Replacement Value at the 
end of the FlowFile or the end of each line (depending on
  the Evluation Mode). For &quot;Line-by-Line&quot; Evaluation Mode, the value 
will be appended to each line. For &quot;Entire Text&quot; evaluation mode, the 
value will be appended to the entire text." title="Insert the Replacement Value 
at the end of the FlowFile or the end of each line (depending on the Evluation 
Mode). For &quot;Line-by-Line&quot; Evaluation Mode, the value will be appended 
to each line. For &quot;Entire Text&quot; evaluation mode, the value will be 
appended to the entire text."></img></li><li>Regex Replace <img 
src="../../html/images/iconInfo.png" alt="Interpret the Search Value as a 
Regular Expression and replace all matches with the Replacement Value. The 
Replacement Value may reference Capturing Groups used in the Search Value by 
using a dollar-sign followed by the Capturing Group number, such as $1 or $2. 
If the Search Value is set to .* then everything is replaced without even 
evaluating the Regular Expression." title="Interpret the Search Value as a 
Regula
 r Expression and replace all matches with the Replacement Value. The 
Replacement Value may reference Capturing Groups used in the Search Value by 
using a dollar-sign followed by the Capturing Group number, such as $1 or $2. 
If the Search Value is set to .* then everything is replaced without even 
evaluating the Regular Expression."></img></li><li>Literal Replace <img 
src="../../html/images/iconInfo.png" alt="Search for all instances of the 
Search Value and replace the matches with the Replacement Value." title="Search 
for all instances of the Search Value and replace the matches with the 
Replacement Value."></img></li><li>Always Replace <img 
src="../../html/images/iconInfo.png" alt="Always replaces the entire line or 
the entire contents of the FlowFile (depending on the value of the 
&lt;Evaluation Mode&gt; property) and does not bother searching for any value. 
When this strategy is chosen, the &lt;Search Value&gt; property is ignored." 
title="Always replaces the entire line or the e
 ntire contents of the FlowFile (depending on the value of the &lt;Evaluation 
Mode&gt; property) and does not bother searching for any value. When this 
strategy is chosen, the &lt;Search Value&gt; property is 
ignored."></img></li></ul></td><td id="description">The strategy for how and 
what to replace within the FlowFile's text content.</td></tr><tr><td 
id="name"><strong>Evaluation Mode</strong></td><td id="default-value">Entire 
text</td><td id="allowable-values"><ul><li>Line-by-Line</li><li>Entire 
text</li></ul></td><td id="description">Run the 'Replacement Strategy' against 
each line separately (Line-by-Line) or buffer the entire file into memory 
(Entire Text) and run against that.</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 that have been successfully processed are routed to this relationship. This 
includes both FlowFiles that had text replaced and those that did 
not.</td></tr><tr><td
 >failure</td><td>FlowFiles that could not be updated are routed to this 
 >relationship</td></tr></table><h3>Reads Attributes: </h3>None 
 >specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.RouteText/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.RouteText/index.html?rev=1719609&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.RouteText/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.RouteText/index.html
 Sat Dec 12 00:55:22 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>RouteText</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Routes textual 
data based on a set of user-defined rules. Each line in an incoming FlowFile is 
compared against the values specified by user-defined Properties. The mechanism 
by which the text is compared to these user-defined properties is defined by 
the 'Matching Strategy'. The data is then routed according to these rules, 
routing each line of the text individually.</p><h3>Tags: </h3><p>attributes, 
routing, text, regexp, regex, Regular Expression, Expression 
Language</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>D
 escription</th></tr><tr><td id="name"><strong>Routing 
Strategy</strong></td><td id="default-value">Route to each matching Property 
Name</td><td id="allowable-values"><ul><li>Route to each matching Property Name 
<img src="../../html/images/iconInfo.png" alt="Lines will be routed to each 
relationship whose corresponding expression evaluates to 'true'" title="Lines 
will be routed to each relationship whose corresponding expression evaluates to 
'true'"></img></li><li>Route to 'matched' if line matches all conditions <img 
src="../../html/images/iconInfo.png" alt="Requires that all user-defined 
expressions evaluate to 'true' for the line to be considered a match" 
title="Requires that all user-defined expressions evaluate to 'true' for the 
line to be considered a match"></img></li><li>Route to 'matched' if lines 
matches any condition <img src="../../html/images/iconInfo.png" alt="Requires 
that at least one user-defined expression evaluate to 'true' for the line to be 
considered a match" ti
 tle="Requires that at least one user-defined expression evaluate to 'true' for 
the line to be considered a match"></img></li></ul></td><td 
id="description">Specifies how to determine which Relationship(s) to use when 
evaluating the lines of incoming text against the 'Matching Strategy' and 
user-defined properties.</td></tr><tr><td id="name"><strong>Matching 
Strategy</strong></td><td id="default-value"></td><td 
id="allowable-values"><ul><li>Starts With <img 
src="../../html/images/iconInfo.png" alt="Match lines based on whether the line 
starts with the property value" title="Match lines based on whether the line 
starts with the property value"></img></li><li>Ends With <img 
src="../../html/images/iconInfo.png" alt="Match lines based on whether the line 
ends with the property value" title="Match lines based on whether the line ends 
with the property value"></img></li><li>Contains <img 
src="../../html/images/iconInfo.png" alt="Match lines based on whether the line 
contains the property v
 alue" title="Match lines based on whether the line contains the property 
value"></img></li><li>Equals <img src="../../html/images/iconInfo.png" 
alt="Match lines based on whether the line equals the property value" 
title="Match lines based on whether the line equals the property 
value"></img></li><li>Matches Regular Expression <img 
src="../../html/images/iconInfo.png" alt="Match lines based on whether the line 
exactly matches the Regular Expression that is provided as the Property value" 
title="Match lines based on whether the line exactly matches the Regular 
Expression that is provided as the Property value"></img></li><li>Contains 
Regular Expression <img src="../../html/images/iconInfo.png" alt="Match lines 
based on whether the line contains some text that matches the Regular 
Expression that is provided as the Property value" title="Match lines based on 
whether the line contains some text that matches the Regular Expression that is 
provided as the Property value"></img></li></ul></
 td><td id="description">Specifies how to evaluate each line of incoming text 
against the user-defined properties.</td></tr><tr><td 
id="name"><strong>Character Set</strong></td><td 
id="default-value">UTF-8</td><td id="allowable-values"></td><td 
id="description">The Character Set in which the incoming text is 
encoded</td></tr><tr><td id="name"><strong>Ignore Leading/Trailing 
Whitespace</strong></td><td id="default-value">true</td><td 
id="allowable-values"></td><td id="description">Indicates whether or not the 
whitespace at the beginning and end of the lines should be ignored when 
evaluating the line.</td></tr><tr><td id="name"><strong>Ignore 
Case</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">If true, capitalization will not be taken into account when 
comparing values. E.g., matching against 'HELLO' or 'hello' will have the same 
result.</td></tr><tr><td id="name">Grouping Regular Expression</td><td 
 id="default-value"></td><td id="allowable-values"></td><td 
id="description">Specifies a Regular Expression to evaluate against each line 
to determine which Group the line should be placed in. The Regular Expression 
must have at least one Capturing Group that defines the line's Group. If 
multiple Capturing Groups exist in the Regular Expression, the Group from all 
Capturing Groups. Two lines will not be placed into the same FlowFile unless 
the they both have the same value for the Group (or neither line matches the 
Regular Expression). For example, to group together all lines in a CSV File by 
the first column, we can set this value to "(.*?),.*". Two lines that have the 
same Group but different Relationships will never be placed into the same 
FlowFile.</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
 ">Relationship Name</td><td id="value">value to match against</td><td>Routes 
data that matches the value specified in the Dynamic Property Value to the 
Relationship specified in the Dynamic Property 
Key.</td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>original</td><td>The
 original input file will be routed to this destination when the lines have 
been successfully routed to 1 or more 
relationships</td></tr><tr><td>unmatched</td><td>Data that does not satisfy the 
required user-defined rules will be routed to this 
Relationship</td></tr></table><h3>Dynamic Relationships: </h3><p>A Dynamic 
Relationship may be created based on how the user configures the 
Processor.<table 
id="dynamic-relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>Name
 from Dynamic Property</td><td>FlowFiles that match the Dynamic Property's 
value</td></tr></table></p><h3>Reads Attributes: </h3>None specified.<h3>Writes 
Attributes: </
 h3>None specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/index.html?rev=1719609&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/index.html
 Sat Dec 12 00:55:22 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>TailFile</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>"Tails" a file, 
ingesting data from the file as it is written to the file. The file is expected 
to be textual. Data is ingested only when a new line is encountered (carriage 
return or new-line character or combination). If the file to tail is 
periodically "rolled over", as is generally the case with log files, an 
optional Rolling Filename Pattern can be used to retrieve data from files that 
have rolled over, even if the rollover occurred while NiFi was not running 
(provided that the data still exists upon restart of NiFi). It is generally 
advisable to set the Run Schedule to a few seconds, rather than running with 
the default value of 0 secs, as this Processor will consume a lot of resources 
if scheduled very aggressively. At this time, this Processor does not support 
ingestin
 g files that have been compressed when 'rolled over'.</p><h3>Tags: 
</h3><p>tail, file, log, text, source</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>File to 
Tail</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Fully-qualified filename of the 
file that should be tailed</td></tr><tr><td id="name">Rolling Filename 
Pattern</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">If the file to tail "rolls over" as would be the case with log 
files, this filename pattern will be used to identify files that have rolled 
over so that if NiFi is restarted, and the file has rolled over, it will be 
able to pick up w
 here it left off. This pattern supports wildcard characters * and ? and will 
assume that the files that have rolled over live in the same directory as the 
file being tailed.</td></tr><tr><td id="name"><strong>State 
File</strong></td><td id="default-value">./conf/state/mock-processor</td><td 
id="allowable-values"></td><td id="description">Specifies the file that should 
be used for storing state about what data has been ingested so that upon 
restart NiFi can resume from where it left off</td></tr><tr><td 
id="name"><strong>Initial Start Position</strong></td><td 
id="default-value">Beginning of File</td><td 
id="allowable-values"><ul><li>Beginning of Time <img 
src="../../html/images/iconInfo.png" alt="Start with the oldest data that 
matches the Rolling Filename Pattern and then begin reading from the File to 
Tail" title="Start with the oldest data that matches the Rolling Filename 
Pattern and then begin reading from the File to Tail"></img></li><li>Beginning 
of File <img src="../../html/
 images/iconInfo.png" alt="Start with the beginning of the File to Tail. Do not 
ingest any data that has already been rolled over" title="Start with the 
beginning of the File to Tail. Do not ingest any data that has already been 
rolled over"></img></li><li>Current Time <img 
src="../../html/images/iconInfo.png" alt="Start with the data at the end of the 
File to Tail. Do not ingest any data thas has already been rolled over or any 
data in the File to Tail that has already been written." title="Start with the 
data at the end of the File to Tail. Do not ingest any data thas has already 
been rolled over or any data in the File to Tail that has already been 
written."></img></li></ul></td><td id="description">When the Processor first 
begins to tail data, this property specifies where the Processor should begin 
reading data. Once data has been ingested from the file, the Processor will 
continue from the last point from which it has received 
data.</td></tr></table><h3>Relationships: </h3><tab
 le 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles are routed to this Relationship.</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.</body></html>
\ No newline at end of file


Reply via email to