Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.CompressContent/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.CompressContent/index.html?rev=1736720&r1=1736719&r2=1736720&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.CompressContent/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.CompressContent/index.html
 Sun Mar 27 04:51:17 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>CompressContent</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Compresses or 
decompresses the contents of FlowFiles using a user-specified compression 
algorithm and updates the mime.type attribute as appropriate</p><h3>Tags: 
</h3><p>content, compress, decompress, gzip, bzip2, lzma, 
xz-lzma2</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>Mode</strong></td><td id="default-value">compress</td><td 
id="allowable-values"><ul><li>compress</li><li>decompress</li></ul></td><td 
id="description">Indicates whether the processor should com
 press content or decompress content. Must be either 'compress' or 
'decompress'</td></tr><tr><td id="name"><strong>Compression 
Format</strong></td><td id="default-value">use mime.type attribute</td><td 
id="allowable-values"><ul><li>use mime.type 
attribute</li><li>gzip</li><li>bzip2</li><li>xz-lzma2</li><li>lzma</li></ul></td><td
 id="description">The compression format to use. Valid values are: GZIP, BZIP2, 
XZ-LZMA2, and LZMA</td></tr><tr><td id="name"><strong>Compression 
Level</strong></td><td id="default-value">1</td><td 
id="allowable-values"><ul><li>0</li><li>1</li><li>2</li><li>3</li><li>4</li><li>5</li><li>6</li><li>7</li><li>8</li><li>9</li></ul></td><td
 id="description">The compression level to use; this is valid only when using 
GZIP compression. A lower value results in faster processing but less 
compression; a value of 0 indicates no compression but simply 
archiving</td></tr><tr><td id="name"><strong>Update Filename</strong></td><td 
id="default-value">false</td><td id="allowa
 ble-values"><ul><li>true</li><li>false</li></ul></td><td id="description">If 
true, will remove the filename extension when decompressing data (only if the 
extension indicates the appropriate compression format) and add the appropriate 
extension when compressing data</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 will be transferred to the success relationship after successfully being 
compressed or decompressed</td></tr><tr><td>failure</td><td>FlowFiles will be 
transferred to the failure relationship if they fail to 
compress/decompress</td></tr></table><h3>Reads Attributes: </h3><table 
id="reads-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the Compression Format is set to use mime.type attribute, this attribute is 
used to determine the compression type. Otherwise, this attribute is 
ignored.</td></tr></table><h3>Writes Attributes: </h3><table id="writes
 
-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the Mode property is set to compress, the appropriate MIME Type is set. If the 
Mode property is set to decompress and the file is successfully decompressed, 
this attribute is removed, as the MIME Type is no longer 
known.</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>CompressContent</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Compresses or 
decompresses the contents of FlowFiles using a user-specified compression 
algorithm and updates the mime.type attribute as appropriate</p><h3>Tags: 
</h3><p>content, compress, decompress, gzip, bzip2, lzma, xz-lzma2, snappy, 
snappy framed</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>Mode</strong></td><td id="default-value">compress</td><td 
id="allowable-values"><ul><li>compress</li><li>decompress</li></ul></td><td 
id="description">Indicates whether t
 he processor should compress content or decompress content. Must be either 
'compress' or 'decompress'</td></tr><tr><td id="name"><strong>Compression 
Format</strong></td><td id="default-value">use mime.type attribute</td><td 
id="allowable-values"><ul><li>use mime.type 
attribute</li><li>gzip</li><li>bzip2</li><li>xz-lzma2</li><li>lzma</li><li>snappy</li><li>snappy
 framed</li></ul></td><td id="description">The compression format to use. Valid 
values are: GZIP, BZIP2, XZ-LZMA2, LZMA, Snappy, and Snappy 
Framed</td></tr><tr><td id="name"><strong>Compression Level</strong></td><td 
id="default-value">1</td><td 
id="allowable-values"><ul><li>0</li><li>1</li><li>2</li><li>3</li><li>4</li><li>5</li><li>6</li><li>7</li><li>8</li><li>9</li></ul></td><td
 id="description">The compression level to use; this is valid only when using 
GZIP compression. A lower value results in faster processing but less 
compression; a value of 0 indicates no compression but simply 
archiving</td></tr><tr><td id="name"><
 strong>Update Filename</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, will remove the filename extension when decompressing 
data (only if the extension indicates the appropriate compression format) and 
add the appropriate extension when compressing 
data</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 will be transferred to the success relationship after successfully being 
compressed or decompressed</td></tr><tr><td>failure</td><td>FlowFiles will be 
transferred to the failure relationship if they fail to 
compress/decompress</td></tr></table><h3>Reads Attributes: </h3><table 
id="reads-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the Compression Format is set to use mime.type attribute, this attribute is 
used to determine the compression type. Otherwise, this a
 ttribute is ignored.</td></tr></table><h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the Mode property is set to compress, the appropriate MIME Type is set. If the 
Mode property is set to decompress and the file is successfully decompressed, 
this attribute is removed, as the MIME Type is no longer 
known.</td></tr></table></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ControlRate/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ControlRate/index.html?rev=1736720&r1=1736719&r2=1736720&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ControlRate/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ControlRate/index.html
 Sun Mar 27 04:51:17 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ControlRate</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Controls the rate 
at which data is transferred to follow-on processors.</p><h3>Tags: </h3><p>rate 
control, throttle, rate, throughput</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>Rate Control 
Criteria</strong></td><td id="default-value">data rate</td><td 
id="allowable-values"><ul><li>data rate</li><li>flowfile 
count</li><li>attribute value</li></ul></td><td id="description">Indicates the 
criteria that is used to control the throughput rate. Changing this value resets
  the rate counters.</td></tr><tr><td id="name"><strong>Maximum 
Rate</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The maximum rate at which data 
should pass through this processor. The format of this property is expected to 
be a positive integer, or a Data Size (such as '1 MB') if Rate Control Criteria 
is set to 'data rate'.</td></tr><tr><td id="name">Rate Controlled 
Attribute</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The name of an attribute whose values build toward the rate 
limit if Rate Control Criteria is set to 'attribute value'. The value of the 
attribute referenced by this property must be a positive long, or the FlowFile 
will be routed to failure. This value is ignored if Rate Control Criteria is 
not set to 'attribute value'. Changing this value resets the rate 
counters.</td></tr><tr><td id="name"><strong>Time Duration</strong></td><td 
id="default-value">1 min</td><td id="allowable-valu
 es"></td><td id="description">The amount of time to which the Maximum Data 
Size and Maximum Number of Files pertains. Changing this value resets the rate 
counters.</td></tr><tr><td id="name">Grouping Attribute</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">By 
default, a single "throttle" is used for all FlowFiles. If this value is 
specified, a separate throttle is used for each value specified by the 
attribute with this name. Changing this value resets the rate 
counters.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 FlowFiles are transferred 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>ControlRate</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Controls the rate 
at which data is transferred to follow-on processors. If you configure a very 
small Time Duration, then the accuracy of the throttle gets worse. You can 
improve this accuracy by decreasing the Yield Duration, at the expense of more 
Tasks given to the processor.</p><h3>Tags: </h3><p>rate control, throttle, 
rate, throughput</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>Rate Control Criteria</strong></td><td 
id="default-value">data rate</td><td id="allo
 wable-values"><ul><li>data rate <img src="../../html/images/iconInfo.png" 
alt="Rate is controlled by counting bytes transferred per time duration." 
title="Rate is controlled by counting bytes transferred per time 
duration."></img></li><li>flowfile count <img 
src="../../html/images/iconInfo.png" alt="Rate is controlled by counting 
flowfiles transferred per time duration" title="Rate is controlled by counting 
flowfiles transferred per time duration"></img></li><li>attribute value <img 
src="../../html/images/iconInfo.png" alt="Rate is controlled by accumulating 
the value of a specified attribute that is transferred per time duration" 
title="Rate is controlled by accumulating the value of a specified attribute 
that is transferred per time duration"></img></li></ul></td><td 
id="description">Indicates the criteria that is used to control the throughput 
rate. Changing this value resets the rate counters.</td></tr><tr><td 
id="name"><strong>Maximum Rate</strong></td><td id="default-value"></
 td><td id="allowable-values"></td><td id="description">The maximum rate at 
which data should pass through this processor. The format of this property is 
expected to be a positive integer, or a Data Size (such as '1 MB') if Rate 
Control Criteria is set to 'data rate'.</td></tr><tr><td id="name">Rate 
Controlled Attribute</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of an attribute whose 
values build toward the rate limit if Rate Control Criteria is set to 
'attribute value'. The value of the attribute referenced by this property must 
be a positive long, or the FlowFile will be routed to failure. This value is 
ignored if Rate Control Criteria is not set to 'attribute value'. Changing this 
value resets the rate counters.</td></tr><tr><td id="name"><strong>Time 
Duration</strong></td><td id="default-value">1 min</td><td 
id="allowable-values"></td><td id="description">The amount of time to which the 
Maximum Rate pertains. Changing this value r
 esets the rate counters.</td></tr><tr><td id="name">Grouping Attribute</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">By 
default, a single "throttle" is used for all FlowFiles. If this value is 
specified, a separate throttle is used for each value specified by the 
attribute with this name. Changing this value resets the rate 
counters.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>FlowFiles
 are transferred to this relationship under normal 
conditions</td></tr><tr><td>failure</td><td>FlowFiles will be routed to this 
relationship if they are missing a necessary Rate Controlled Attribute or the 
attribute is not in the expected format</td></tr></table><h3>Reads Attributes: 
</h3>None specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.EncryptContent/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.EncryptContent/index.html?rev=1736720&r1=1736719&r2=1736720&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.EncryptContent/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.EncryptContent/index.html
 Sun Mar 27 04:51:17 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>EncryptContent</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Encrypts or 
Decrypts a FlowFile using either symmetric encryption with a password and 
randomly generated salt, or asymmetric encryption using a public and secret 
key.</p><p><a href="additionalDetails.html">Additional 
Details...</a></p><h3>Tags: </h3><p>encryption, decryption, password, JCE, 
OpenPGP, PGP, GPG</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 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>Mode</strong></td><td id="default-value">Encrypt</td><td 
id="allowable-values"><ul><li>Encrypt</li><li>Decrypt</li></ul></td><td 
id="description">Specifies whether the content should be encrypted or 
decrypted</td></tr><tr><td id="name"><strong>Key Derivation 
Function</strong></td><td id="default-value">BCRYPT</td><td 
id="allowable-values"><ul><li>NiFi Legacy KDF <img 
src="../../html/images/iconInfo.png" alt="MD5 @ 1000 iterations" title="MD5 @ 
1000 iterations"></img></li><li>OpenSSL EVP_BytesToKey <img 
src="../../html/images/iconInfo.png" alt="Single iteration MD5 compatible with 
PKCS#5 v1.5" title="Single iteration MD5 compatible with PKCS#5 
v1.5"></img></li><li>Bcrypt <img src="../../html/images/iconInfo.png" 
alt="Bcrypt with configurable work factor. See Admin Guide" title="Bcrypt with 
configurable work factor. See Admin Guide"
 ></img></li><li>Scrypt <img src="../../html/images/iconInfo.png" alt="Scrypt 
 >with configurable cost parameters. See Admin Guide" title="Scrypt with 
 >configurable cost parameters. See Admin Guide"></img></li><li>PBKDF2 <img 
 >src="../../html/images/iconInfo.png" alt="PBKDF2 with configurable hash 
 >function and iteration count. See Admin Guide" title="PBKDF2 with 
 >configurable hash function and iteration count. See Admin 
 >Guide"></img></li><li>None <img src="../../html/images/iconInfo.png" alt="The 
 >cipher is given a raw key conforming to the algorithm specifications" 
 >title="The cipher is given a raw key conforming to the algorithm 
 >specifications"></img></li></ul></td><td id="description">Specifies the key 
 >derivation function to generate the key from the password (and 
 >salt)</td></tr><tr><td id="name"><strong>Encryption 
 >Algorithm</strong></td><td id="default-value">MD5_128AES</td><td 
 >id="allowable-values"><ul><li>MD5_128AES <img 
 >src="../../html/images/iconInfo.png" alt="org.apache.nifi.securi
 ty.util.EncryptionMethod@31fc71ab[Algorithm 
name=PBEWITHMD5AND128BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" 
title="org.apache.nifi.security.util.EncryptionMethod@31fc71ab[Algorithm 
name=PBEWITHMD5AND128BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>MD5_192AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHMD5AND192BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHMD5AND192BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>MD5_256AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
 name=PBEWITHMD5AND256BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHMD5AND256BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>MD5_DES <img src="../../html/images/iconInfo.png" 
alt="EncryptionMethod[Algorithm name=PBEWITHMD5ANDDES,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Keyed cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHMD5ANDDES,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>MD5_RC2 <img src="../../html/images/iconInfo.png" 
alt="EncryptionMethod[Algorithm name=PBEWITHMD5ANDRC2,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Ke
 yed cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHMD5ANDRC2,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA1_RC2 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA1ANDRC2,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed cipher=false]" 
title="EncryptionMethod[Algorithm name=PBEWITHSHA1ANDRC2,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Keyed cipher=false]"></img></li><li>SHA1_DES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA1ANDDES,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed cipher=false]" 
title="EncryptionMethod[Algorithm name=PBEWITHSHA1ANDDES,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible 
 with strong KDFs=false,Keyed cipher=false]"></img></li><li>SHA_128AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITAES-CBC-BC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITAES-CBC-BC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_192AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND192BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND192BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_256AES <img src="../../html/images/iconI
 nfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND256BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND256BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_40RC2 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND40BITRC2-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND40BITRC2-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_128RC2 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITRC2-CBC,Requires unlimited strength JCE policy=
 false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITRC2-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_40RC4 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND40BITRC4,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND40BITRC4,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_128RC4 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITRC4,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm name=PBEWIT
 HSHAAND128BITRC4,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA256_128AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND128BITAES-CBC-BC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND128BITAES-CBC-BC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA256_192AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND192BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND192BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,C
 ompatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA256_256AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND256BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND256BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_2KEYTRIPLEDES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND2-KEYTRIPLEDES-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND2-KEYTRIPLEDES-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_3KEYTRIPLE
 DES <img src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND3-KEYTRIPLEDES-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND3-KEYTRIPLEDES-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_TWOFISH <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAANDTWOFISH-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAANDTWOFISH-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>PGP <img src="../../html/images/iconInfo.png" 
alt="EncryptionMethod[Algorithm name=PGP,Requires unlimited strengt
 h JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Keyed cipher=false]" title="EncryptionMethod[Algorithm 
name=PGP,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>PGP_ASCII_ARMOR <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PGP-ASCII-ARMOR,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed cipher=false]" 
title="EncryptionMethod[Algorithm name=PGP-ASCII-ARMOR,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Keyed cipher=false]"></img></li><li>AES_CBC <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=AES/CBC/PKCS7Padding,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=true,Keyed 
cipher=true]" title="EncryptionMethod[Algorithm 
name=AES/CBC/PKCS7Padding,Requires
  unlimited strength JCE policy=false,Algorithm Provider=BC,Compatible with 
strong KDFs=true,Keyed cipher=true]"></img></li><li>AES_CTR <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=AES/CTR/NoPadding,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=true,Keyed cipher=true]" 
title="EncryptionMethod[Algorithm name=AES/CTR/NoPadding,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=true,Keyed cipher=true]"></img></li><li>AES_GCM <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=AES/GCM/NoPadding,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=true,Keyed cipher=true]" 
title="EncryptionMethod[Algorithm name=AES/GCM/NoPadding,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=true,Keyed cipher=true]"></img></li></ul></td><td id="description">The 
Encry
 ption Algorithm to use</td></tr><tr><td id="name"><strong>Allow insecure 
cryptographic modes</strong></td><td id="default-value">not-allowed</td><td 
id="allowable-values"><ul><li>Allowed <img src="../../html/images/iconInfo.png" 
alt="Operation will not be blocked and no alerts will be presented when unsafe 
combinations of encryption algorithms and passwords are provided" 
title="Operation will not be blocked and no alerts will be presented when 
unsafe combinations of encryption algorithms and passwords are 
provided"></img></li><li>Not Allowed <img src="../../html/images/iconInfo.png" 
alt="When set, operation will be blocked and alerts will be presented to the 
user if unsafe combinations of encryption algorithms and passwords are provided 
on a JVM with limited strength crypto. To fix this, see the Admin Guide." 
title="When set, operation will be blocked and alerts will be presented to the 
user if unsafe combinations of encryption algorithms and passwords are provided 
on a JVM with lim
 ited strength crypto. To fix this, see the Admin 
Guide."></img></li></ul></td><td id="description">Overrides the default 
behavior to prevent unsafe combinations of encryption algorithms and short 
passwords on JVMs with limited strength cryptographic jurisdiction 
policies</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Password to use for encrypting or decrypting the data<br/><strong>Sensitive 
Property: true</strong></td></tr><tr><td id="name">Raw Key 
(hexadecimal)</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">In keyed encryption, this is 
the raw key, encoded in hexadecimal<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Public Keyring File</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">In 
a PGP encrypt mode, this keyring contains the public key of the 
recipient</td></tr><tr><td id="name">Public Key User Id</td
 ><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">In a PGP encrypt mode, this user id of the 
 >recipient</td></tr><tr><td id="name">Private Keyring File</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">In a PGP decrypt mode, this keyring contains the private key 
 >of the recipient</td></tr><tr><td id="name">Private Keyring 
 >Passphrase</td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">In a PGP decrypt mode, this is the private keyring 
 >passphrase<br/><strong>Sensitive Property: 
 >true</strong></td></tr></table><h3>Relationships: </h3><table 
 >id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Any
 > FlowFile that is successfully encrypted or decrypted will be routed to 
 >success</td></tr><tr><td>failure</td><td>Any FlowFile that cannot be 
 >encrypted or decrypted will be routed to failure</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>EncryptContent</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Encrypts or 
Decrypts a FlowFile using either symmetric encryption with a password and 
randomly generated salt, or asymmetric encryption using a public and secret 
key.</p><p><a href="additionalDetails.html">Additional 
Details...</a></p><h3>Tags: </h3><p>encryption, decryption, password, JCE, 
OpenPGP, PGP, GPG</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 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>Mode</strong></td><td id="default-value">Encrypt</td><td 
id="allowable-values"><ul><li>Encrypt</li><li>Decrypt</li></ul></td><td 
id="description">Specifies whether the content should be encrypted or 
decrypted</td></tr><tr><td id="name"><strong>Key Derivation 
Function</strong></td><td id="default-value">BCRYPT</td><td 
id="allowable-values"><ul><li>NiFi Legacy KDF <img 
src="../../html/images/iconInfo.png" alt="MD5 @ 1000 iterations" title="MD5 @ 
1000 iterations"></img></li><li>OpenSSL EVP_BytesToKey <img 
src="../../html/images/iconInfo.png" alt="Single iteration MD5 compatible with 
PKCS#5 v1.5" title="Single iteration MD5 compatible with PKCS#5 
v1.5"></img></li><li>Bcrypt <img src="../../html/images/iconInfo.png" 
alt="Bcrypt with configurable work factor. See Admin Guide" title="Bcrypt with 
configurable work factor. See Admin Guide"
 ></img></li><li>Scrypt <img src="../../html/images/iconInfo.png" alt="Scrypt 
 >with configurable cost parameters. See Admin Guide" title="Scrypt with 
 >configurable cost parameters. See Admin Guide"></img></li><li>PBKDF2 <img 
 >src="../../html/images/iconInfo.png" alt="PBKDF2 with configurable hash 
 >function and iteration count. See Admin Guide" title="PBKDF2 with 
 >configurable hash function and iteration count. See Admin 
 >Guide"></img></li><li>None <img src="../../html/images/iconInfo.png" alt="The 
 >cipher is given a raw key conforming to the algorithm specifications" 
 >title="The cipher is given a raw key conforming to the algorithm 
 >specifications"></img></li></ul></td><td id="description">Specifies the key 
 >derivation function to generate the key from the password (and 
 >salt)</td></tr><tr><td id="name"><strong>Encryption 
 >Algorithm</strong></td><td id="default-value">MD5_128AES</td><td 
 >id="allowable-values"><ul><li>MD5_128AES <img 
 >src="../../html/images/iconInfo.png" alt="org.apache.nifi.securi
 ty.util.EncryptionMethod@472698d[Algorithm 
name=PBEWITHMD5AND128BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" 
title="org.apache.nifi.security.util.EncryptionMethod@472698d[Algorithm 
name=PBEWITHMD5AND128BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>MD5_192AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHMD5AND192BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHMD5AND192BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>MD5_256AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm na
 me=PBEWITHMD5AND256BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHMD5AND256BITAES-CBC-OPENSSL,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>MD5_DES <img src="../../html/images/iconInfo.png" 
alt="EncryptionMethod[Algorithm name=PBEWITHMD5ANDDES,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Keyed cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHMD5ANDDES,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>MD5_RC2 <img src="../../html/images/iconInfo.png" 
alt="EncryptionMethod[Algorithm name=PBEWITHMD5ANDRC2,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Keye
 d cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHMD5ANDRC2,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA1_RC2 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA1ANDRC2,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed cipher=false]" 
title="EncryptionMethod[Algorithm name=PBEWITHSHA1ANDRC2,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Keyed cipher=false]"></img></li><li>SHA1_DES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA1ANDDES,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed cipher=false]" 
title="EncryptionMethod[Algorithm name=PBEWITHSHA1ANDDES,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible wi
 th strong KDFs=false,Keyed cipher=false]"></img></li><li>SHA_128AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITAES-CBC-BC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITAES-CBC-BC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_192AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND192BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND192BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_256AES <img src="../../html/images/iconInf
 o.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND256BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND256BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_40RC2 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND40BITRC2-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND40BITRC2-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_128RC2 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITRC2-CBC,Requires unlimited strength JCE policy=fa
 lse,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITRC2-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_40RC4 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND40BITRC4,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND40BITRC4,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_128RC4 <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND128BITRC4,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm name=PBEWITHS
 HAAND128BITRC4,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA256_128AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND128BITAES-CBC-BC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND128BITAES-CBC-BC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA256_192AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND192BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND192BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Com
 patible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA256_256AES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND256BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHA256AND256BITAES-CBC-BC,Requires unlimited strength JCE 
policy=true,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_2KEYTRIPLEDES <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND2-KEYTRIPLEDES-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND2-KEYTRIPLEDES-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_3KEYTRIPLEDE
 S <img src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND3-KEYTRIPLEDES-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAAND3-KEYTRIPLEDES-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>SHA_TWOFISH <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PBEWITHSHAANDTWOFISH-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm 
name=PBEWITHSHAANDTWOFISH-CBC,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]"></img></li><li>PGP <img src="../../html/images/iconInfo.png" 
alt="EncryptionMethod[Algorithm name=PGP,Requires unlimited strength 
 JCE policy=false,Algorithm Provider=BC,Compatible with strong KDFs=false,Keyed 
cipher=false]" title="EncryptionMethod[Algorithm name=PGP,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Keyed cipher=false]"></img></li><li>PGP_ASCII_ARMOR <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=PGP-ASCII-ARMOR,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=false,Keyed cipher=false]" 
title="EncryptionMethod[Algorithm name=PGP-ASCII-ARMOR,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=false,Keyed cipher=false]"></img></li><li>AES_CBC <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=AES/CBC/PKCS7Padding,Requires unlimited strength JCE 
policy=false,Algorithm Provider=BC,Compatible with strong KDFs=true,Keyed 
cipher=true]" title="EncryptionMethod[Algorithm 
name=AES/CBC/PKCS7Padding,Requires u
 nlimited strength JCE policy=false,Algorithm Provider=BC,Compatible with 
strong KDFs=true,Keyed cipher=true]"></img></li><li>AES_CTR <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=AES/CTR/NoPadding,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=true,Keyed cipher=true]" 
title="EncryptionMethod[Algorithm name=AES/CTR/NoPadding,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=true,Keyed cipher=true]"></img></li><li>AES_GCM <img 
src="../../html/images/iconInfo.png" alt="EncryptionMethod[Algorithm 
name=AES/GCM/NoPadding,Requires unlimited strength JCE policy=false,Algorithm 
Provider=BC,Compatible with strong KDFs=true,Keyed cipher=true]" 
title="EncryptionMethod[Algorithm name=AES/GCM/NoPadding,Requires unlimited 
strength JCE policy=false,Algorithm Provider=BC,Compatible with strong 
KDFs=true,Keyed cipher=true]"></img></li></ul></td><td id="description">The 
Encrypt
 ion Algorithm to use</td></tr><tr><td id="name"><strong>Allow insecure 
cryptographic modes</strong></td><td id="default-value">not-allowed</td><td 
id="allowable-values"><ul><li>Allowed <img src="../../html/images/iconInfo.png" 
alt="Operation will not be blocked and no alerts will be presented when unsafe 
combinations of encryption algorithms and passwords are provided" 
title="Operation will not be blocked and no alerts will be presented when 
unsafe combinations of encryption algorithms and passwords are 
provided"></img></li><li>Not Allowed <img src="../../html/images/iconInfo.png" 
alt="When set, operation will be blocked and alerts will be presented to the 
user if unsafe combinations of encryption algorithms and passwords are provided 
on a JVM with limited strength crypto. To fix this, see the Admin Guide." 
title="When set, operation will be blocked and alerts will be presented to the 
user if unsafe combinations of encryption algorithms and passwords are provided 
on a JVM with limit
 ed strength crypto. To fix this, see the Admin 
Guide."></img></li></ul></td><td id="description">Overrides the default 
behavior to prevent unsafe combinations of encryption algorithms and short 
passwords on JVMs with limited strength cryptographic jurisdiction 
policies</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Password to use for encrypting or decrypting the data<br/><strong>Sensitive 
Property: true</strong></td></tr><tr><td id="name">Raw Key 
(hexadecimal)</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">In keyed encryption, this is 
the raw key, encoded in hexadecimal<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Public Keyring File</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">In 
a PGP encrypt mode, this keyring contains the public key of the 
recipient</td></tr><tr><td id="name">Public Key User Id</td><
 td id="default-value"></td><td id="allowable-values"></td><td 
id="description">In a PGP encrypt mode, this user id of the 
recipient</td></tr><tr><td id="name">Private Keyring File</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">In 
a PGP decrypt mode, this keyring contains the private key of the 
recipient</td></tr><tr><td id="name">Private Keyring Passphrase</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">In 
a PGP decrypt mode, this is the private keyring 
passphrase<br/><strong>Sensitive Property: 
true</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Any
 FlowFile that is successfully encrypted or decrypted will be routed to 
success</td></tr><tr><td>failure</td><td>Any FlowFile that cannot be encrypted 
or decrypted will be routed to failure</td></tr></table><h3>Reads Attributes: 
</h3>None specified.<h3>Writes Attributes: <
 /h3>None specified.</body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ExtractText/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ExtractText/index.html?rev=1736720&r1=1736719&r2=1736720&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ExtractText/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ExtractText/index.html
 Sun Mar 27 04:51:17 2016
@@ -1,2 +1,2 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ExtractText</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Evaluates one or 
more Regular Expressions against the content of a FlowFile.  The results of 
those Regular Expressions are assigned to FlowFile Attributes.  Regular 
Expressions are entered by adding user-defined properties; the name of the 
property maps to the Attribute Name into which the result will be placed.  The 
first capture group, if any found, will be placed into that attribute name.But 
all capture groups, including the matching string sequence itself will also be 
provided at that attribute name with an index value provided.The value of the 
property must be a valid Regular Expressions with one or more capturing groups. 
 If the Regular Expression matches more than once, only the first match will be 
used.  If any provided Regular Expression matches, the FlowFile(s) wi
 ll be routed to 'matched'. If no provided Regular Expression matches, the 
FlowFile will be routed to 'unmatched' and no attributes will be applied to the 
FlowFile.</p><h3>Tags: </h3><p>evaluate, extract, Text, Regular Expression, 
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.</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>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) in order to apply the regular expr
 essions.  Files larger than the specified maximum will not be fully 
evaluated.</td></tr><tr><td id="name">Maximum Capture Group Length</td><td 
id="default-value">1024</td><td id="allowable-values"></td><td 
id="description">Specifies the maximum number of characters a given capture 
group value can have.  Any characters beyond the max will be 
truncated.</td></tr><tr><td id="name"><strong>Enable Canonical 
Equivalence</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 that two characters match only when their full 
canonical decompositions match.</td></tr><tr><td id="name"><strong>Enable 
Case-insensitive Matching</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 that two characters match even if they are in a 
different case.  Can also be specified via the embeded flag 
(?i).</td></tr><tr><td id="name"><st
 rong>Permit Whitespace and Comments in Pattern</strong></td><td 
id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">In this mode, whitespace is ignored, and embedded comments 
starting with # are ignored until the end of a line.  Can also be specified via 
the embeded flag (?x).</td></tr><tr><td id="name"><strong>Enable DOTALL 
Mode</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 that the expression '.' should match any character, 
including a line terminator.  Can also be specified via the embeded flag 
(?s).</td></tr><tr><td id="name"><strong>Enable Literal Parsing of the 
Pattern</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 that Metacharacters and escape characters should be 
given no special meaning.</td></tr><tr><td id="name"><st
 rong>Enable Multiline Mode</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 that '^' and '$' should match just after and just 
before a line terminator or end of sequence, instead of only the begining or 
end of the entire input.  Can also be specified via the embeded flag 
(?m).</td></tr><tr><td id="name"><strong>Enable Unicode-aware Case 
Folding</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">When used with 'Enable Case-insensitive Matching', matches in 
a manner consistent with the Unicode Standard.  Can also be specified via the 
embeded flag (?u).</td></tr><tr><td id="name"><strong>Enable Unicode Predefined 
Character Classes</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 conformance with the Unicode Technical 
 Standard #18: Unicode Regular Expression Annex C: Compatibility Properties.  
Can also be specified via the embeded flag (?U).</td></tr><tr><td 
id="name"><strong>Enable Unix Lines Mode</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 that only the '
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ExtractText</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Evaluates one or 
more Regular Expressions against the content of a FlowFile.  The results of 
those Regular Expressions are assigned to FlowFile Attributes.  Regular 
Expressions are entered by adding user-defined properties; the name of the 
property maps to the Attribute Name into which the result will be placed.  The 
first capture group, if any found, will be placed into that attribute name.But 
all capture groups, including the matching string sequence itself will also be 
provided at that attribute name with an index value provided, with the 
exception of a capturing group that is optional and does not match - for 
example, given the attribute name "regex" and expression "abc(def)?(g)" we 
would add an attribute "regex.1" with a value of "def" if the "def" matched. If 
the "def
 " did not match, no attribute named "regex.1" would be added but an attribute 
named "regex.2" with a value of "g" will be added regardless.The value of the 
property must be a valid Regular Expressions with one or more capturing groups. 
 If the Regular Expression matches more than once, only the first match will be 
used.  If any provided Regular Expression matches, the FlowFile(s) will be 
routed to 'matched'. If no provided Regular Expression matches, the FlowFile 
will be routed to 'unmatched' and no attributes will be applied to the 
FlowFile.</p><h3>Tags: </h3><p>evaluate, extract, Text, Regular Expression, 
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.</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>Character Set</str
 ong></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) in 
order to apply the regular expressions.  Files larger than the specified 
maximum will not be fully evaluated.</td></tr><tr><td id="name">Maximum Capture 
Group Length</td><td id="default-value">1024</td><td 
id="allowable-values"></td><td id="description">Specifies the maximum number of 
characters a given capture group value can have.  Any characters beyond the max 
will be truncated.</td></tr><tr><td id="name"><strong>Enable Canonical 
Equivalence</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 that two characters match only when their full can
 onical decompositions match.</td></tr><tr><td id="name"><strong>Enable 
Case-insensitive Matching</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 that two characters match even if they are in a 
different case.  Can also be specified via the embeded flag 
(?i).</td></tr><tr><td id="name"><strong>Permit Whitespace and Comments in 
Pattern</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">In this mode, whitespace is ignored, and embedded comments 
starting with # are ignored until the end of a line.  Can also be specified via 
the embeded flag (?x).</td></tr><tr><td id="name"><strong>Enable DOTALL 
Mode</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 that the expression '.' should match any character, 
including a line te
 rminator.  Can also be specified via the embeded flag (?s).</td></tr><tr><td 
id="name"><strong>Enable Literal Parsing of the Pattern</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 that Metacharacters and escape characters should be 
given no special meaning.</td></tr><tr><td id="name"><strong>Enable Multiline 
Mode</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 that '^' and '$' should match just after and just 
before a line terminator or end of sequence, instead of only the begining or 
end of the entire input.  Can also be specified via the embeded flag 
(?m).</td></tr><tr><td id="name"><strong>Enable Unicode-aware Case 
Folding</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">When used with 'Enable Case-insensit
 ive Matching', matches in a manner consistent with the Unicode Standard.  Can 
also be specified via the embeded flag (?u).</td></tr><tr><td 
id="name"><strong>Enable Unicode Predefined Character Classes</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 conformance with the Unicode Technical Standard #18: 
Unicode Regular Expression Annex C: Compatibility Properties.  Can also be 
specified via the embeded flag (?U).</td></tr><tr><td id="name"><strong>Enable 
Unix Lines Mode</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 that only the '
 ' line terminator is recognized in the behavior of '.', '^', and '$'.  Can 
also be specified via the embeded flag (?d).</td></tr><tr><td 
id="name"><strong>Include Capture Group 0</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 that Capture Group 0 should be included as an 
attribute. Capture Group 0 represents the entirety of the regular expression 
match, is typically not used, and could have considerable 
length.</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 FlowFile attribute</td><td id="value">A Regular Expression with 
one or more capturing group</td><td>The first capture group, if any found, will 
be placed into that attribute name.But all capture groups, including the 
matching string sequence itsel
 f will also be provided at that attribute name with an index value 
provided.</td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>unmatched</td><td>FlowFiles
 are routed to this relationship when no provided Regular Expression matches 
the content of the FlowFile</td></tr><tr><td>matched</td><td>FlowFiles are 
routed to this relationship when the Regular Expression is successfully 
evaluated and the FlowFile is modified as a result</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.</body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListenRELP/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListenRELP/index.html?rev=1736720&r1=1736719&r2=1736720&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListenRELP/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListenRELP/index.html
 Sun Mar 27 04:51:17 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ListenRELP</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Listens for RELP 
messages being sent to a given port over TCP. Each message will be acknowledged 
after successfully writing the message to a FlowFile. Each FlowFile will 
contain data portion of one or more RELP frames. In the case where the RELP 
frames contain syslog messages, the output of this processor can be sent to a 
ParseSyslog processor for further processing.</p><h3>Tags: </h3><p>listen, 
relp, 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.</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>Port</strong
 ></td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The port to listen on for communication.</td></tr><tr><td 
 >id="name"><strong>Receive Buffer Size</strong></td><td 
 >id="default-value">65507 B</td><td id="allowable-values"></td><td 
 >id="description">The size of each buffer used to receive messages. Adjust 
 >this value appropriately based on the expected size of the incoming 
 >messages.</td></tr><tr><td id="name"><strong>Max Size of Socket 
 >Buffer</strong></td><td id="default-value">1 MB</td><td 
 >id="allowable-values"></td><td id="description">The maximum size of the 
 >socket buffer that should be used. This is a suggestion to the Operating 
 >System to indicate how big the socket buffer should be. If this value is set 
 >too low, the buffer may fill up before the data can be read, and incoming 
 >data will be dropped.</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">Speci
 fies the character set of the received data.</td></tr><tr><td 
id="name"><strong>Max Number of TCP Connections</strong></td><td 
id="default-value">2</td><td id="allowable-values"></td><td 
id="description">The maximum number of concurrent TCP connections to 
accept.</td></tr><tr><td id="name"><strong>Max Batch Size</strong></td><td 
id="default-value">1</td><td id="allowable-values"></td><td 
id="description">The maximum number of messages to add to a single FlowFile. If 
multiple messages are available, they will be concatenated along with the 
&lt;Message Delimiter&gt; up to this configured maximum number of 
messages</td></tr><tr><td id="name"><strong>Message Delimiter</strong></td><td 
id="default-value">\n</td><td id="allowable-values"></td><td 
id="description">Specifies the delimiter to place between messages when 
multiple messages are bundled together (see &lt;Max Batch Size&gt; 
property).</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, messages will be received over a secure 
connection.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Messages
 received successfully will be sent out this 
relationship.</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>relp.command</td><td>The
 command of the RELP frames.</td></tr><tr><td>relp.sender</td><td>The sending 
host of the messages.</td></tr><tr><td>relp.port</td><td>The sending port the 
messages were received over.</td></tr><tr><td>relp.txnr</td><td>The t
 ransaction number of the message. Only included if &lt;Batch Size&gt; is 
1.</td></tr><tr><td>mime.type</td><td>The mime.type of the content which is 
text/plain</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.ParseSyslog/index.html">ParseSyslog</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ListenRELP</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Listens for RELP 
messages being sent to a given port over TCP. Each message will be acknowledged 
after successfully writing the message to a FlowFile. Each FlowFile will 
contain data portion of one or more RELP frames. In the case where the RELP 
frames contain syslog messages, the output of this processor can be sent to a 
ParseSyslog processor for further processing.</p><h3>Tags: </h3><p>listen, 
relp, 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>N
 ame</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name">Local Network 
Interface</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The name of a local network interface to be used to restrict 
listening to a specific LAN.<br/><strong>Supports Expression Language: 
true</strong></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 to listen on for communication.</td></tr><tr><td id="name"><strong>Receive 
Buffer Size</strong></td><td id="default-value">65507 B</td><td 
id="allowable-values"></td><td id="description">The size of each buffer used to 
receive messages. Adjust this value appropriately based on the expected size of 
the incoming messages.</td></tr><tr><td id="name"><strong>Max Size of Message 
Queue</strong></td><td id="default-value">10000</td><td 
id="allowable-values"></td><td id="description">The maximum size of th
 e internal queue used to buffer messages being transferred from the underlying 
channel to the processor. Setting this value higher allows more messages to be 
buffered in memory during surges of incoming messages, but increases the total 
memory used by the processor.</td></tr><tr><td id="name"><strong>Max Size of 
Socket Buffer</strong></td><td id="default-value">1 MB</td><td 
id="allowable-values"></td><td id="description">The maximum size of the socket 
buffer that should be used. This is a suggestion to the Operating System to 
indicate how big the socket buffer should be. If this value is set too low, the 
buffer may fill up before the data can be read, and incoming data will be 
dropped.</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 the character set of the received 
data.</td></tr><tr><td id="name"><strong>Max Batch Size</strong></td><td 
id="default-value">1</td><td id="allow
 able-values"></td><td id="description">The maximum number of messages to add 
to a single FlowFile. If multiple messages are available, they will be 
concatenated along with the &lt;Message Delimiter&gt; up to this configured 
maximum number of messages</td></tr><tr><td id="name"><strong>Batching Message 
Delimiter</strong></td><td id="default-value">\n</td><td 
id="allowable-values"></td><td id="description">Specifies the delimiter to 
place between messages when multiple messages are bundled together (see &lt;Max 
Batch Size&gt; property).</td></tr><tr><td id="name"><strong>Max Number of TCP 
Connections</strong></td><td id="default-value">2</td><td 
id="allowable-values"></td><td id="description">The maximum number of 
concurrent TCP connections to accept.</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, messages will be received over a secure 
connection.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Messages
 received successfully will be sent out this 
relationship.</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>relp.command</td><td>The
 command of the RELP frames.</td></tr><tr><td>relp.sender</td><td>The sending 
host of the messages.</td></tr><tr><td>relp.port</td><td>The sending port the 
messages were received over.</td></tr><tr><td>relp.txnr</td><td>The transaction 
number of the message. Only included if &lt;Batch Size&gt; is 
1.</td></tr><tr><td>mime.type</td><td>The mime.type of the content w
 hich is text/plain</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.ParseSyslog/index.html">ParseSyslog</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListenSyslog/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListenSyslog/index.html?rev=1736720&r1=1736719&r2=1736720&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListenSyslog/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ListenSyslog/index.html
 Sun Mar 27 04:51:17 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ListenSyslog</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Listens for Syslog 
messages being sent to a given port over TCP or UDP. Incoming messages are 
checked against regular expressions for RFC5424 and RFC3164 formatted messages. 
The format of each message is: (&lt;PRIORITY&gt;)(VERSION )(TIMESTAMP) 
(HOSTNAME) (BODY) where version is optional. 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 an incoming messages matches one of these 
patterns, the message will be parsed and the individual pieces will be placed 
in FlowFile attributes, with the original message in the content of the 
FlowFile. If an incoming message does not match one of these patterns it will 
not be parsed and the syslog.
 valid attribute will be set to false with the original message in the content 
of the FlowFile. Valid messages will be transferred on the success 
relationship, and invalid messages will be transferred on the invalid 
relationship.</p><h3>Tags: </h3><p>syslog, listen, 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.</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>Protocol</strong></td><td id="default-value">UDP</td><td 
id="allowable-values"><ul><li>TCP</li><li>UDP</li></ul></td><td 
id="description">The protocol for Syslog communication.</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 received over a 
secure connection.</td></tr><tr><td id="name"><strong>Receive Buffer 
Size</strong></td><td id="default-value">65507 B</td><td 
id="allowable-values"></td><td id="description">The size of each buffer used to 
receive Syslog messages. Adjust this value appropriately based on the expected 
size of the incoming Syslog messages. When UDP is selected each buffer will 
hold one Syslog message. When TCP is selected messages are read from an 
incoming connection until the buffer is full, or the connection is closed. 
</td></tr><tr><td id="name"><strong>M
 ax Size of Socket Buffer</strong></td><td id="default-value">1 MB</td><td 
id="allowable-values"></td><td id="description">The maximum size of the socket 
buffer that should be used. This is a suggestion to the Operating System to 
indicate how big the socket buffer should be. If this value is set too low, the 
buffer may fill up before the data can be read, and incoming data will be 
dropped.</td></tr><tr><td id="name"><strong>Max Number of TCP 
Connections</strong></td><td id="default-value">2</td><td 
id="allowable-values"></td><td id="description">The maximum number of 
concurrent connections to accept Syslog messages in TCP mode.</td></tr><tr><td 
id="name"><strong>Max Batch Size</strong></td><td id="default-value">1</td><td 
id="allowable-values"></td><td id="description">The maximum number of Syslog 
events to add to a single FlowFile. If multiple events are available, they will 
be concatenated along with the &lt;Message Delimiter&gt; up to this configured 
maximum number of messages</td
 ></tr><tr><td id="name"><strong>Message Delimiter</strong></td><td 
 >id="default-value">\n</td><td id="allowable-values"></td><td 
 >id="description">Specifies the delimiter to place between Syslog messages 
 >when multiple messages are bundled together (see &lt;Max Batch Size&gt; 
 >property).</td></tr><tr><td id="name"><strong>Parse Messages</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 if the processor should parse the Syslog messages. 
 >If set to false, each outgoing FlowFile will only contain the sender, 
 >protocol, and port, and no additional attributes.</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 the character set of the Syslog 
 >messages</td></tr></table><h3>Relationships: </h3><table 
 >id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Syslog
 > messages t
 hat match one of the expected formats will be sent out this relationship as a 
FlowFile per message.</td></tr><tr><td>invalid</td><td>Syslog messages that do 
not match one of the expected formats will be sent out this relationship as a 
FlowFile per message.</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>syslog.priority</td><td>The
 priority of the Syslog message.</td></tr><tr><td>syslog.severity</td><td>The 
severity of the Syslog message derived from the 
priority.</td></tr><tr><td>syslog.facility</td><td>The facility of the Syslog 
message derived from the priority.</td></tr><tr><td>syslog.version</td><td>The 
optional version from the Syslog 
message.</td></tr><tr><td>syslog.timestamp</td><td>The timestamp of the Syslog 
message.</td></tr><tr><td>syslog.hostname</td><td>The hostname of the Syslog 
message.</td></tr><tr><td>syslog.sender</td><td>The hostname of the Syslog
  server that sent the message.</td></tr><tr><td>syslog.body</td><td>The body 
of the Syslog message, everything after the 
hostname.</td></tr><tr><td>syslog.valid</td><td>An indicator of whether this 
message matched the expected formats. If this value is false, the other 
attributes will be empty and only the original message will be available in the 
content.</td></tr><tr><td>syslog.protocol</td><td>The protocol over which the 
Syslog message was received.</td></tr><tr><td>syslog.port</td><td>The port over 
which the Syslog message was received.</td></tr><tr><td>mime.type</td><td>The 
mime.type of the FlowFile which will be text/plain for Syslog 
messages.</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.PutSyslog/index.html">PutSyslog</a>,
 <a 
href="../org.apache.nifi.processors.standard.ParseSyslog/index.html">ParseSyslog</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ListenSyslog</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Listens for Syslog 
messages being sent to a given port over TCP or UDP. Incoming messages are 
checked against regular expressions for RFC5424 and RFC3164 formatted messages. 
The format of each message is: (&lt;PRIORITY&gt;)(VERSION )(TIMESTAMP) 
(HOSTNAME) (BODY) where version is optional. 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 an incoming messages matches one of these 
patterns, the message will be parsed and the individual pieces will be placed 
in FlowFile attributes, with the original message in the content of the 
FlowFile. If an incoming message does not match one of these patterns it will 
not be parsed and the syslog.
 valid attribute will be set to false with the original message in the content 
of the FlowFile. Valid messages will be transferred on the success 
relationship, and invalid messages will be transferred on the invalid 
relationship.</p><h3>Tags: </h3><p>syslog, listen, 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>Protocol</strong></td><td id="default-value">UDP</td><td 
id="allowable-values"><ul><li>TCP</li><li>UDP</li></ul></td><td 
id="description">The protocol for Syslog communication.</td></tr><tr><td 
id="name"><strong>Port</strong></td><td id="de
 fault-value"></td><td id="allowable-values"></td><td id="description">The port 
for Syslog communication.</td></tr><tr><td id="name">Local Network 
Interface</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The name of a local network interface to be used to restrict 
listening to a specific LAN.<br/><strong>Supports Expression Language: 
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">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 received over a 
secure connection.</td></tr><tr><td id="name"><strong>Receive Buffer 
Size</strong></td><td id="default-value">65507 B</td><td id="allowable-values
 "></td><td id="description">The size of each buffer used to receive Syslog 
messages. Adjust this value appropriately based on the expected size of the 
incoming Syslog messages. When UDP is selected each buffer will hold one Syslog 
message. When TCP is selected messages are read from an incoming connection 
until the buffer is full, or the connection is closed. </td></tr><tr><td 
id="name"><strong>Max Size of Message Queue</strong></td><td 
id="default-value">10000</td><td id="allowable-values"></td><td 
id="description">The maximum size of the internal queue used to buffer messages 
being transferred from the underlying channel to the processor. Setting this 
value higher allows more messages to be buffered in memory during surges of 
incoming messages, but increases the total memory used by the 
processor.</td></tr><tr><td id="name"><strong>Max Size of Socket 
Buffer</strong></td><td id="default-value">1 MB</td><td 
id="allowable-values"></td><td id="description">The maximum size of the sock
 et buffer that should be used. This is a suggestion to the Operating System to 
indicate how big the socket buffer should be. If this value is set too low, the 
buffer may fill up before the data can be read, and incoming data will be 
dropped.</td></tr><tr><td id="name"><strong>Max Number of TCP 
Connections</strong></td><td id="default-value">2</td><td 
id="allowable-values"></td><td id="description">The maximum number of 
concurrent connections to accept Syslog messages in TCP mode.</td></tr><tr><td 
id="name"><strong>Max Batch Size</strong></td><td id="default-value">1</td><td 
id="allowable-values"></td><td id="description">The maximum number of Syslog 
events to add to a single FlowFile. If multiple events are available, they will 
be concatenated along with the &lt;Message Delimiter&gt; up to this configured 
maximum number of messages</td></tr><tr><td id="name"><strong>Message 
Delimiter</strong></td><td id="default-value">\n</td><td 
id="allowable-values"></td><td id="description">Speci
 fies the delimiter to place between Syslog messages when multiple messages are 
bundled together (see &lt;Max Batch Size&gt; property).</td></tr><tr><td 
id="name"><strong>Parse Messages</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 if the processor should parse the Syslog messages. 
If set to false, each outgoing FlowFile will only contain the sender, protocol, 
and port, and no additional attributes.</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 the character set of the Syslog 
messages</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Syslog
 messages that match one of the expected formats will be sent out this 
relationship as a FlowFile per message.</td></tr><tr><td>invalid</td><td>Syslog 
messages t
 hat do not match one of the expected formats will be sent out this 
relationship as a FlowFile per message.</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>syslog.priority</td><td>The
 priority of the Syslog message.</td></tr><tr><td>syslog.severity</td><td>The 
severity of the Syslog message derived from the 
priority.</td></tr><tr><td>syslog.facility</td><td>The facility of the Syslog 
message derived from the priority.</td></tr><tr><td>syslog.version</td><td>The 
optional version from the Syslog 
message.</td></tr><tr><td>syslog.timestamp</td><td>The timestamp of the Syslog 
message.</td></tr><tr><td>syslog.hostname</td><td>The hostname of the Syslog 
message.</td></tr><tr><td>syslog.sender</td><td>The hostname of the Syslog 
server that sent the message.</td></tr><tr><td>syslog.body</td><td>The body of 
the Syslog message, everything after the hostname.</td></tr><tr><td>sy
 slog.valid</td><td>An indicator of whether this message matched the expected 
formats. If this value is false, the other attributes will be empty and only 
the original message will be available in the 
content.</td></tr><tr><td>syslog.protocol</td><td>The protocol over which the 
Syslog message was received.</td></tr><tr><td>syslog.port</td><td>The port over 
which the Syslog message was received.</td></tr><tr><td>mime.type</td><td>The 
mime.type of the FlowFile which will be text/plain for Syslog 
messages.</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.PutSyslog/index.html">PutSyslog</a>,
 <a 
href="../org.apache.nifi.processors.standard.ParseSyslog/index.html">ParseSyslog</a></p></body></html>
\ No newline at end of file


Reply via email to