Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearch/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearch/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearch/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearch/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>FetchElasticsearch</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Retrieves a 
document from Elasticsearch using the specified connection properties and the 
identifier of the document to retrieve. If the cluster has been configured for 
authorization and/or secure transport (SSL/TLS) and the Shield plugin is 
available, secure connections can be made. This processor supports 
Elasticsearch 2.x clusters.</p><h3>Tags: </h3><p>elasticsearch, fetch, read, 
get</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", 
meanin
 g 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>Cluster 
Name</strong></td><td id="default-value">elasticsearch</td><td 
id="allowable-values"></td><td id="description">Name of the ES cluster (for 
example, elasticsearch_brew). Defaults to 'elasticsearch'</td></tr><tr><td 
id="name"><strong>ElasticSearch Hosts</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">ElasticSearch Hosts, which should be comma separated and colon 
for hostname/port host1:port,host2:port,....  For example testcluster:9300. 
This processor uses the Transport Client to connect to hosts. The default 
transport client port is 9300.</td></tr><tr><td id="name">SSL Context Service<
 /td><td id="default-value"></td><td id="allowable-values"><strong>Controller 
Service API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">Shield Plugin Filename</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies the path to the JAR 
for the Elasticsearch Shield plugin. If the Elasticsearch cluster has been 
secured with the Shield plugin, then the Shield plugin JAR must also be 
available to this processor. Note: Do NOT place the Shield JAR into NiFi's lib/ 
directory, doing so will prevent the Shield plugin from being 
loaded.</td></tr><tr><td id="name">Username</td><td id="default-value
 "></td><td id="allowable-values"></td><td id="description">Username to access 
the Elasticsearch cluster</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to access the Elasticsearch 
cluster<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>ElasticSearch Ping Timeout</strong></td><td 
id="default-value">5s</td><td id="allowable-values"></td><td 
id="description">The ping timeout used to determine when a node is unreachable. 
For example, 5s (5 seconds). If non-local recommended is 30s</td></tr><tr><td 
id="name"><strong>Sampler Interval</strong></td><td 
id="default-value">5s</td><td id="allowable-values"></td><td 
id="description">How often to sample / ping the nodes listed and connected. For 
example, 5s (5 seconds). If non-local recommended is 30s.</td></tr><tr><td 
id="name"><strong>Document Identifier</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id
 ="description">The identifier for the document to be 
fetched<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Index</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the index to read from<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Type</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
type of this document (used by Elasticsearch for indexing and 
searching)<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">Specifies the character set of the document 
data.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>retry</td><td>A
 FlowFile is routed to this relationship if the document can
 not be fetched but attempting the operation again may 
succeed</td></tr><tr><td>success</td><td>All FlowFiles that are read from 
Elasticsearch are routed to this 
relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be read 
from Elasticsearch are routed to this relationship</td></tr><tr><td>not 
found</td><td>A FlowFile is routed to this relationship if the specified 
document does not exist in the Elasticsearch cluster</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>filename</td><td>The
 filename attributes is set to the document 
identifier</td></tr><tr><td>es.index</td><td>The Elasticsearch index containing 
the document</td></tr><tr><td>es.type</td><td>The Elasticsearch document 
type</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>FetchElasticsearch</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Retrieves a 
document from Elasticsearch using the specified connection properties and the 
identifier of the document to retrieve. If the cluster has been configured for 
authorization and/or secure transport (SSL/TLS) and the Shield plugin is 
available, secure connections can be made. This processor supports 
Elasticsearch 2.x clusters.</p><h3>Tags: </h3><p>elasticsearch, fetch, read, 
get</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", 
meanin
 g 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>Cluster 
Name</strong></td><td id="default-value">elasticsearch</td><td 
id="allowable-values"></td><td id="description">Name of the ES cluster (for 
example, elasticsearch_brew). Defaults to 'elasticsearch'</td></tr><tr><td 
id="name"><strong>ElasticSearch Hosts</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">ElasticSearch Hosts, which should be comma separated and colon 
for hostname/port host1:port,host2:port,....  For example testcluster:9300. 
This processor uses the Transport Client to connect to hosts. The default 
transport client port is 9300.</td></tr><tr><td id="name">SSL Context Service<
 /td><td id="default-value"></td><td id="allowable-values"><strong>Controller 
Service API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">Shield Plugin Filename</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies the path to the JAR 
for the Elasticsearch Shield plugin. If the Elasticsearch cluster has been 
secured with the Shield plugin, then the Shield plugin JAR must also be 
available to this processor. Note: Do NOT place the Shield JAR into NiFi's lib/ 
directory, doing so will prevent the Shield plugin from being 
loaded.</td></tr><tr><td id="name">Username</td><td id="default-value
 "></td><td id="allowable-values"></td><td id="description">Username to access 
the Elasticsearch cluster</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to access the Elasticsearch 
cluster<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>ElasticSearch Ping Timeout</strong></td><td 
id="default-value">5s</td><td id="allowable-values"></td><td 
id="description">The ping timeout used to determine when a node is unreachable. 
For example, 5s (5 seconds). If non-local recommended is 30s</td></tr><tr><td 
id="name"><strong>Sampler Interval</strong></td><td 
id="default-value">5s</td><td id="allowable-values"></td><td 
id="description">How often to sample / ping the nodes listed and connected. For 
example, 5s (5 seconds). If non-local recommended is 30s.</td></tr><tr><td 
id="name"><strong>Document Identifier</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id
 ="description">The identifier for the document to be 
fetched<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Index</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the index to read from<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Type</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
type of this document (used by Elasticsearch for indexing and 
searching)<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">Specifies the character set of the document 
data.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>retry</td><td>A
 FlowFile is routed to this relationship if the document can
 not be fetched but attempting the operation again may 
succeed</td></tr><tr><td>success</td><td>All FlowFiles that are read from 
Elasticsearch are routed to this 
relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be read 
from Elasticsearch are routed to this relationship</td></tr><tr><td>not 
found</td><td>A FlowFile is routed to this relationship if the specified 
document does not exist in the Elasticsearch cluster</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>filename</td><td>The
 filename attributes is set to the document 
identifier</td></tr><tr><td>es.index</td><td>The Elasticsearch index containing 
the document</td></tr><tr><td>es.type</td><td>The Elasticsearch document 
type</td></tr></table><h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearch5/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearch5/index.html?rev=1771896&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearch5/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearch5/index.html
 Tue Nov 29 12:33:21 2016
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>FetchElasticsearch5</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Retrieves a 
document from Elasticsearch using the specified connection properties and the 
identifier of the document to retrieve. If the cluster has been configured for 
authorization and/or secure transport (SSL/TLS), and the X-Pack plugin is 
available, secure connections can be made. This processor supports 
Elasticsearch 5.x clusters.</p><h3>Tags: </h3><p>elasticsearch, elasticsearch 
5, fetch, read, get</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>Cluster 
Name</strong></td><td id="default-value">elasticsearch</td><td 
id="allowable-values"></td><td id="description">Name of the ES cluster (for 
example, elasticsearch_brew). Defaults to 'elasticsearch'<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>ElasticSearch Hosts</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">ElasticSearch Hosts, which should be comma separated and colon 
for hostname/port host1:port,host2:port,....  For example testcluster:9300. 
This processor uses the Transport Client to connect to hosts. The default tra
 nsport client port is 9300.<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 SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">X-Pack Transport Location</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies the path to the 
JAR(s) for the Elasticsearch X-Pack Transport feature. If the Elasticsearch 
cluster has been secured with the X-Pack plugin, then the X-Pack Transport JARs 
must also be available to this processor. Note: Do NOT place the X-Pack 
 JARs into NiFi's lib/ directory, doing so will prevent the X-Pack Transport 
JARs from being loaded.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Username</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Username to access the Elasticsearch 
cluster<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to access the Elasticsearch 
cluster<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>ElasticSearch Ping Timeout</strong></td><td 
id="default-value">5s</td><td id="allowable-values"></td><td 
id="description">The ping timeout used to determine when a node is unreachable. 
For example, 5s (5 seconds). If non-local recommended is 
30s<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Sampler Interval</strong></td><td id=
 "default-value">5s</td><td id="allowable-values"></td><td id="description">How 
often to sample / ping the nodes listed and connected. For example, 5s (5 
seconds). If non-local recommended is 30s.<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name"><strong>Document 
Identifier</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The identifier for the document 
to be fetched<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Index</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the index to read from<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Type</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
type of this document (used by Elasticsearch for indexing and 
searching)<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">Specifies the character set of the document 
data.<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>retry</td><td>A
 FlowFile is routed to this relationship if the document cannot be fetched but 
attempting the operation again may succeed</td></tr><tr><td>success</td><td>All 
FlowFiles that are read from Elasticsearch are routed to this 
relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be read 
from Elasticsearch are routed to this relationship</td></tr><tr><td>not 
found</td><td>A FlowFile is routed to this relationship if the specified 
document does not exist in the Elasticsearch cluster</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>filename</td><td>The 
filename attributes is set to the document 
identifier</td></tr><tr><td>es.index</td><td>The Elasticsearch index containing 
the document</td></tr><tr><td>es.type</td><td>The Elasticsearch document 
type</td></tr></table><h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearchHttp/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearchHttp/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearchHttp/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.FetchElasticsearchHttp/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>FetchElasticsearchHttp</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Retrieves a 
document from Elasticsearch using the specified connection properties and the 
identifier of the document to retrieve. Note that the full body of the document 
will be read into memory before being written to a Flow File for 
transfer.</p><h3>Tags: </h3><p>elasticsearch, fetch, read, get, 
http</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 propert
 y, 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>Elasticsearch 
URL</strong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Elasticsearch URL which will be connected to, including 
scheme, host, port, path. The default port for the REST API is 
9200.</td></tr><tr><td id="name">SSL Context Service</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) 
 have been secured with TLS/SSL.</td></tr><tr><td id="name">Username</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Username to access the Elasticsearch cluster</td></tr><tr><td 
id="name">Password</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Password to access the 
Elasticsearch cluster<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name"><strong>Connection 
Timeout</strong></td><td id="default-value">5 secs</td><td 
id="allowable-values"></td><td id="description">Max wait time for the 
connection to the Elasticsearch REST API.</td></tr><tr><td 
id="name"><strong>Response Timeout</strong></td><td id="default-value">15 
secs</td><td id="allowable-values"></td><td id="description">Max wait time for 
a response from the Elasticsearch REST API.</td></tr><tr><td 
id="name"><strong>Document Identifier</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
identi
 fier of the document to be fetched<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Index</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the index to read from<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Type</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
(optional) type of this document, used by Elasticsearch for indexing and 
searching. If the property is empty or set to _all, the first document matching 
the identifier across all types will be retrieved.<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Fields</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of fields to retrieve from the document. If the Fields 
property is left blank, then the entire document's source will be 
retrieved.<br/><strong>Supports Express
 ion Language: true</strong></td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>retry</td><td>A
 FlowFile is routed to this relationship if the document cannot be fetched but 
attempting the operation again may succeed. Note that if the processor has no 
incoming connections, flow files may still be sent to this relationship based 
on the processor properties and the results of the fetch 
operation.</td></tr><tr><td>success</td><td>All FlowFiles that are read from 
Elasticsearch are routed to this 
relationship.</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
read from Elasticsearch are routed to this relationship. Note that only 
incoming flow files will be routed to failure.</td></tr><tr><td>not 
found</td><td>A FlowFile is routed to this relationship if the specified 
document does not exist in the Elasticsearch cluster. Note that if the 
processor has no incoming connections, flow files may still be sent to this
  relationship based on the processor properties and the results of the fetch 
operation.</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>filename</td><td>The
 filename attribute is set to the document 
identifier</td></tr><tr><td>es.index</td><td>The Elasticsearch index containing 
the document</td></tr><tr><td>es.type</td><td>The Elasticsearch document 
type</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>FetchElasticsearchHttp</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Retrieves a 
document from Elasticsearch using the specified connection properties and the 
identifier of the document to retrieve. Note that the full body of the document 
will be read into memory before being written to a Flow File for 
transfer.</p><h3>Tags: </h3><p>elasticsearch, fetch, read, get, 
http</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 propert
 y, 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>Elasticsearch 
URL</strong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Elasticsearch URL which will be connected to, including scheme 
(http, e.g.), host, and port. The default port for the REST API is 
9200.</td></tr><tr><td id="name">SSL Context Service</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch e
 ndpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Username to access the 
Elasticsearch cluster</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to access the Elasticsearch 
cluster<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>Connection Timeout</strong></td><td id="default-value">5 
secs</td><td id="allowable-values"></td><td id="description">Max wait time for 
the connection to the Elasticsearch REST API.</td></tr><tr><td 
id="name"><strong>Response Timeout</strong></td><td id="default-value">15 
secs</td><td id="allowable-values"></td><td id="description">Max wait time for 
a response from the Elasticsearch REST API.</td></tr><tr><td 
id="name"><strong>Document Identifier</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description"
 >The identifier of the document to be fetched<br/><strong>Supports Expression 
 >Language: true</strong></td></tr><tr><td 
 >id="name"><strong>Index</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The name of the index to read 
 >from. If the property is set to _all, the query will match across all 
 >indexes.<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name">Type</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The (optional) type of this document, used by Elasticsearch 
 >for indexing and searching. If the property is empty, the first document 
 >matching the identifier across all types will be 
 >retrieved.<br/><strong>Supports Expression Language: 
 >true</strong></td></tr><tr><td id="name">Fields</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td id="description">A 
 >comma-separated list of fields to retrieve from the document. If the Fields 
 >property is left blank, then the en
 tire document's source will be retrieved.<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>retry</td><td>A
 FlowFile is routed to this relationship if the document cannot be fetched but 
attempting the operation again may succeed. Note that if the processor has no 
incoming connections, flow files may still be sent to this relationship based 
on the processor properties and the results of the fetch 
operation.</td></tr><tr><td>success</td><td>All FlowFiles that are read from 
Elasticsearch are routed to this 
relationship.</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
read from Elasticsearch are routed to this relationship. Note that only 
incoming flow files will be routed to failure.</td></tr><tr><td>not 
found</td><td>A FlowFile is routed to this relationship if the specified 
document does not exist in the Elasticsearch cluster. Note that if the proce
 ssor has no incoming connections, flow files may still be sent to this 
relationship based on the processor properties and the results of the fetch 
operation.</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>filename</td><td>The
 filename attribute is set to the document 
identifier</td></tr><tr><td>es.index</td><td>The Elasticsearch index containing 
the document</td></tr><tr><td>es.type</td><td>The Elasticsearch document 
type</td></tr></table><h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearch/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearch/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearch/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearch/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutElasticsearch</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 Elasticsearch, using the specified parameters such as 
the index to insert into and the type of the document. If the cluster has been 
configured for authorization and/or secure transport (SSL/TLS) and the Shield 
plugin is available, secure connections can be made. This processor supports 
Elasticsearch 2.x clusters.</p><h3>Tags: </h3><p>elasticsearch, insert, update, 
write, 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 consid
 ered "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>Cluster 
Name</strong></td><td id="default-value">elasticsearch</td><td 
id="allowable-values"></td><td id="description">Name of the ES cluster (for 
example, elasticsearch_brew). Defaults to 'elasticsearch'</td></tr><tr><td 
id="name"><strong>ElasticSearch Hosts</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">ElasticSearch Hosts, which should be comma separated and colon 
for hostname/port host1:port,host2:port,....  For example testcluster:9300. 
This processor uses the Transport Client to connect to hosts. The default 
transport client port is 9300.</td></tr><tr><td id="na
 me">SSL Context Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">Shield Plugin Filename</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies the path to the JAR 
for the Elasticsearch Shield plugin. If the Elasticsearch cluster has been 
secured with the Shield plugin, then the Shield plugin JAR must also be 
available to this processor. Note: Do NOT place the Shield JAR into NiFi's lib/ 
directory, doing so will prevent the Shield plugin from being 
loaded.</td></tr><tr><td id="name">Username</
 td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Username to access the Elasticsearch cluster</td></tr><tr><td 
id="name">Password</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Password to access the 
Elasticsearch cluster<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name"><strong>ElasticSearch Ping 
Timeout</strong></td><td id="default-value">5s</td><td 
id="allowable-values"></td><td id="description">The ping timeout used to 
determine when a node is unreachable. For example, 5s (5 seconds). If non-local 
recommended is 30s</td></tr><tr><td id="name"><strong>Sampler 
Interval</strong></td><td id="default-value">5s</td><td 
id="allowable-values"></td><td id="description">How often to sample / ping the 
nodes listed and connected. For example, 5s (5 seconds). If non-local 
recommended is 30s.</td></tr><tr><td id="name"><strong>Identifier 
Attribute</strong></td><td id="default-value"></td><td id="allo
 wable-values"></td><td id="description">The name of the attribute containing 
the identifier for each FlowFile</td></tr><tr><td 
id="name"><strong>Index</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of the index to insert 
into<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Type</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The type of this document (used 
by Elasticsearch for indexing and searching)<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">Specifies the character set of 
the document data.</td></tr><tr><td id="name"><strong>Batch 
Size</strong></td><td id="default-value">100</td><td 
id="allowable-values"></td><td id="description">The preferred number of 
FlowFiles to put to the databas
 e in a single transaction</td></tr><tr><td id="name"><strong>Index 
Operation</strong></td><td id="default-value">index</td><td 
id="allowable-values"></td><td id="description">The type of the operation used 
to index (index, update, upsert)<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>retry</td><td>A
 FlowFile is routed to this relationship if the database cannot be updated but 
attempting the operation again may succeed</td></tr><tr><td>success</td><td>All 
FlowFiles that are written to Elasticsearch are routed to this 
relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
written to Elasticsearch 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>PutElasticsearch</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 Elasticsearch, using the specified parameters such as 
the index to insert into and the type of the document. If the cluster has been 
configured for authorization and/or secure transport (SSL/TLS) and the Shield 
plugin is available, secure connections can be made. This processor supports 
Elasticsearch 2.x clusters.</p><h3>Tags: </h3><p>elasticsearch, insert, update, 
write, 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 consid
 ered "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>Cluster 
Name</strong></td><td id="default-value">elasticsearch</td><td 
id="allowable-values"></td><td id="description">Name of the ES cluster (for 
example, elasticsearch_brew). Defaults to 'elasticsearch'</td></tr><tr><td 
id="name"><strong>ElasticSearch Hosts</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">ElasticSearch Hosts, which should be comma separated and colon 
for hostname/port host1:port,host2:port,....  For example testcluster:9300. 
This processor uses the Transport Client to connect to hosts. The default 
transport client port is 9300.</td></tr><tr><td id="na
 me">SSL Context Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">Shield Plugin Filename</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies the path to the JAR 
for the Elasticsearch Shield plugin. If the Elasticsearch cluster has been 
secured with the Shield plugin, then the Shield plugin JAR must also be 
available to this processor. Note: Do NOT place the Shield JAR into NiFi's lib/ 
directory, doing so will prevent the Shield plugin from being 
loaded.</td></tr><tr><td id="name">Username</
 td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Username to access the Elasticsearch cluster</td></tr><tr><td 
id="name">Password</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Password to access the 
Elasticsearch cluster<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name"><strong>ElasticSearch Ping 
Timeout</strong></td><td id="default-value">5s</td><td 
id="allowable-values"></td><td id="description">The ping timeout used to 
determine when a node is unreachable. For example, 5s (5 seconds). If non-local 
recommended is 30s</td></tr><tr><td id="name"><strong>Sampler 
Interval</strong></td><td id="default-value">5s</td><td 
id="allowable-values"></td><td id="description">How often to sample / ping the 
nodes listed and connected. For example, 5s (5 seconds). If non-local 
recommended is 30s.</td></tr><tr><td id="name"><strong>Identifier 
Attribute</strong></td><td id="default-value"></td><td id="allo
 wable-values"></td><td id="description">The name of the attribute containing 
the identifier for each FlowFile</td></tr><tr><td 
id="name"><strong>Index</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of the index to insert 
into<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Type</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The type of this document (used 
by Elasticsearch for indexing and searching)<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">Specifies the character set of 
the document data.</td></tr><tr><td id="name"><strong>Batch 
Size</strong></td><td id="default-value">100</td><td 
id="allowable-values"></td><td id="description">The preferred number of 
FlowFiles to put to the databas
 e in a single transaction</td></tr><tr><td id="name"><strong>Index 
Operation</strong></td><td id="default-value">index</td><td 
id="allowable-values"></td><td id="description">The type of the operation used 
to index (index, update, upsert)<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>retry</td><td>A
 FlowFile is routed to this relationship if the database cannot be updated but 
attempting the operation again may succeed</td></tr><tr><td>success</td><td>All 
FlowFiles that are written to Elasticsearch are routed to this 
relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
written to Elasticsearch are routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3>This processor has no state management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearch5/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearch5/index.html?rev=1771896&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearch5/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearch5/index.html
 Tue Nov 29 12:33:21 2016
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutElasticsearch5</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 Elasticsearch, using the specified parameters such as 
the index to insert into and the type of the document. If the cluster has been 
configured for authorization and/or secure transport (SSL/TLS), and the X-Pack 
plugin is available, secure connections can be made. This processor supports 
Elasticsearch 5.x clusters.</p><h3>Tags: </h3><p>elasticsearch, elasticsearch 
5, insert, update, write, 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>Cluster 
Name</strong></td><td id="default-value">elasticsearch</td><td 
id="allowable-values"></td><td id="description">Name of the ES cluster (for 
example, elasticsearch_brew). Defaults to 'elasticsearch'<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>ElasticSearch Hosts</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">ElasticSearch Hosts, which should be comma separated and colon 
for hostname/port host1:port,host2:port,....  For example testcluster:9300. 
This processor uses the Transport Client to connect t
 o hosts. The default transport client port is 9300.<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 SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">X-Pack Transport Location</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies the path to the 
JAR(s) for the Elasticsearch X-Pack Transport feature. If the Elasticsearch 
cluster has been secured with the X-Pack plugin, then the X-Pack Transport JARs 
must also be available to this processor. Note: 
 Do NOT place the X-Pack JARs into NiFi's lib/ directory, doing so will prevent 
the X-Pack Transport JARs from being loaded.<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name">Username</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Username to access the Elasticsearch 
cluster<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to access the Elasticsearch 
cluster<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>ElasticSearch Ping Timeout</strong></td><td 
id="default-value">5s</td><td id="allowable-values"></td><td 
id="description">The ping timeout used to determine when a node is unreachable. 
For example, 5s (5 seconds). If non-local recommended is 
30s<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Sampler Inter
 val</strong></td><td id="default-value">5s</td><td 
id="allowable-values"></td><td id="description">How often to sample / ping the 
nodes listed and connected. For example, 5s (5 seconds). If non-local 
recommended is 30s.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Identifier 
Attribute</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of the attribute 
containing the identifier for each FlowFile</td></tr><tr><td 
id="name"><strong>Index</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of the index to insert 
into<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Type</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The type of this document (used 
by Elasticsearch for indexing and searching)<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">Specifies the character set of the document 
data.<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Batch Size</strong></td><td id="default-value">100</td><td 
id="allowable-values"></td><td id="description">The preferred number of 
FlowFiles to put to the database in a single transaction<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name"><strong>Index 
Operation</strong></td><td id="default-value">index</td><td 
id="allowable-values"></td><td id="description">The type of the operation used 
to index (index, update, upsert)<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>retry</td><td>A
 FlowFile is routed to this relationship if the database cannot be update
 d but attempting the operation again may 
succeed</td></tr><tr><td>success</td><td>All FlowFiles that are written to 
Elasticsearch are routed to this 
relationship</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
written to Elasticsearch are routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3>This processor has no state management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearchHttp/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearchHttp/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearchHttp/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.PutElasticsearchHttp/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutElasticsearchHttp</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 Elasticsearch, using the specified parameters such as 
the index to insert into and the type of the document.</p><h3>Tags: 
</h3><p>elasticsearch, insert, update, upsert, delete, write, put, 
http</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 t
 he 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>Elasticsearch 
URL</strong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Elasticsearch URL which will be connected to, including 
scheme, host, port, path. The default port for the REST API is 
9200.</td></tr><tr><td id="name">SSL Context Service</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">Username</td><td
  id="default-value"></td><td id="allowable-values"></td><td 
id="description">Username to access the Elasticsearch cluster</td></tr><tr><td 
id="name">Password</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Password to access the 
Elasticsearch cluster<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name"><strong>Connection 
Timeout</strong></td><td id="default-value">5 secs</td><td 
id="allowable-values"></td><td id="description">Max wait time for the 
connection to the Elasticsearch REST API.</td></tr><tr><td 
id="name"><strong>Response Timeout</strong></td><td id="default-value">15 
secs</td><td id="allowable-values"></td><td id="description">Max wait time for 
a response from the Elasticsearch REST API.</td></tr><tr><td 
id="name">Identifier Attribute</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of the FlowFile 
attribute containing the identifier for the document. If the Index Operation
  is "index", this property may be left empty or evaluate to an empty value, in 
which case the document's identifier will be auto-generated by Elasticsearch. 
For all other Index Operations, the attribute must evaluate to a non-empty 
value.</td></tr><tr><td id="name"><strong>Index</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the index to insert into<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Type</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
type of this document (used by Elasticsearch for indexing and 
searching)<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">Specifies the character set of the document 
data.</td></tr><tr><td id="name"><strong>Batch Size</strong></td><td id="d
 efault-value">100</td><td id="allowable-values"></td><td id="description">The 
preferred number of flow files to put to the database in a single transaction. 
Note that the contents of the flow files will be stored in memory until the 
bulk operation is performed. Also the results should be returned in the same 
order the flow files were received.</td></tr><tr><td id="name"><strong>Index 
Operation</strong></td><td id="default-value">index</td><td 
id="allowable-values"></td><td id="description">The type of the operation used 
to index (index, update, upsert, delete)<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>retry</td><td>A
 FlowFile is routed to this relationship if the database cannot be updated but 
attempting the operation again may succeed</td></tr><tr><td>success</td><td>All 
FlowFiles that are written to Elasticsearch are routed to this 
relationship</td></t
 r><tr><td>failure</td><td>All FlowFiles that cannot be written to 
Elasticsearch 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>PutElasticsearchHttp</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 Elasticsearch, using the specified parameters such as 
the index to insert into and the type of the document.</p><h3>Tags: 
</h3><p>elasticsearch, insert, update, upsert, delete, write, put, 
http</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 t
 he 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>Elasticsearch 
URL</strong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Elasticsearch URL which will be connected to, including scheme 
(http, e.g.), host, and port. The default port for the REST API is 
9200.</td></tr><tr><td id="name">SSL Context Service</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">Usern
 ame</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Username to access the Elasticsearch cluster</td></tr><tr><td 
id="name">Password</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Password to access the 
Elasticsearch cluster<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name"><strong>Connection 
Timeout</strong></td><td id="default-value">5 secs</td><td 
id="allowable-values"></td><td id="description">Max wait time for the 
connection to the Elasticsearch REST API.</td></tr><tr><td 
id="name"><strong>Response Timeout</strong></td><td id="default-value">15 
secs</td><td id="allowable-values"></td><td id="description">Max wait time for 
a response from the Elasticsearch REST API.</td></tr><tr><td 
id="name">Identifier Attribute</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of the FlowFile 
attribute containing the identifier for the document. If the Inde
 x Operation is "index", this property may be left empty or evaluate to an 
empty value, in which case the document's identifier will be auto-generated by 
Elasticsearch. For all other Index Operations, the attribute must evaluate to a 
non-empty value.</td></tr><tr><td id="name"><strong>Index</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the index to insert into<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Type</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
type of this document (used by Elasticsearch for indexing and 
searching)<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">Specifies the character set of the document 
data.</td></tr><tr><td id="name"><strong>Batch Size</strong></t
 d><td id="default-value">100</td><td id="allowable-values"></td><td 
id="description">The preferred number of flow files to put to the database in a 
single transaction. Note that the contents of the flow files will be stored in 
memory until the bulk operation is performed. Also the results should be 
returned in the same order the flow files were received.</td></tr><tr><td 
id="name"><strong>Index Operation</strong></td><td 
id="default-value">index</td><td id="allowable-values"></td><td 
id="description">The type of the operation used to index (index, update, 
upsert, delete)<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>retry</td><td>A
 FlowFile is routed to this relationship if the database cannot be updated but 
attempting the operation again may succeed</td></tr><tr><td>success</td><td>All 
FlowFiles that are written to Elasticsearch are routed to this relations
 hip</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be written to 
Elasticsearch are routed to this relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.<h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.QueryElasticsearchHttp/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.QueryElasticsearchHttp/index.html?rev=1771896&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.QueryElasticsearchHttp/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.QueryElasticsearchHttp/index.html
 Tue Nov 29 12:33:21 2016
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>QueryElasticsearchHttp</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Queries 
Elasticsearch using the specified connection properties. Note that the full 
body of each page of documents will be read into memory before being written to 
Flow Files for transfer.  Also note that the Elasticsearch max_result_window 
index setting is the upper bound on the number of records that can be retrieved 
using this query.  To retrieve more records, use the ScrollElasticsearchHttp 
processor.</p><h3>Tags: </h3><p>elasticsearch, query, read, get, 
http</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>Elasticsearch 
URL</strong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Elasticsearch URL which will be connected to, including scheme 
(http, e.g.), host, and port. The default port for the REST API is 
9200.</td></tr><tr><td id="name">SSL Context Service</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: 
</strong><br/>SSLContextService<br/><strong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><
 td id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Username to access the 
Elasticsearch cluster</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to access the Elasticsearch 
cluster<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>Connection Timeout</strong></td><td id="default-value">5 
secs</td><td id="allowable-values"></td><td id="description">Max wait time for 
the connection to the Elasticsearch REST API.</td></tr><tr><td 
id="name"><strong>Response Timeout</strong></td><td id="default-value">15 
secs</td><td id="allowable-values"></td><td id="description">Max wait time for 
a response from the Elastic
 search REST API.</td></tr><tr><td id="name"><strong>Query</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Lucene-style query to run against ElasticSearch (e.g., genre:blues AND 
-artist:muddy)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Page Size</strong></td><td 
id="default-value">20</td><td id="allowable-values"></td><td 
id="description">Determines how many documents to return per page during 
scrolling.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Index</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
name of the index to read from. If the property is set to _all, the query will 
match across all indexes.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Type</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
(optional) type of
  this query, used by Elasticsearch for indexing and searching. If the property 
is empty, the the query will match across all types.<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Fields</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of fields to retrieve from the document. If the Fields 
property is left blank, then the entire document's source will be 
retrieved.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Sort</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
sort parameter (e.g., timestamp:asc). If the Sort property is left blank, then 
the results will be retrieved in document order.<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Limit</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">If 
set, limits the number of results that will be returned.<b
 r/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Target</strong></td><td id="default-value">Flow file 
content</td><td id="allowable-values"><ul><li>Flow file content</li><li>Flow 
file attributes</li></ul></td><td id="description">Indicates where the results 
should be placed.  In the case of 'Flow file content', the JSON response will 
be written as the content of the flow file.  In the case of 'Flow file 
attributes', the original flow file (if applicable) will be cloned for each 
result, and all return fields will be placed in a flow file attribute of the 
same name, but prefixed by 'es.result.'</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>retry</td><td>A
 FlowFile is routed to this relationship if the document cannot be fetched but 
attempting the operation again may succeed. Note that if the processor has no 
incoming connections, flow files may still be sent to this relation
 ship based on the processor properties and the results of the fetch 
operation.</td></tr><tr><td>success</td><td>All FlowFiles that are read from 
Elasticsearch are routed to this 
relationship.</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
read from Elasticsearch are routed to this relationship. Note that only 
incoming flow files will be routed to failure.</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>filename</td><td>The
 filename attribute is set to the document 
identifier</td></tr><tr><td>es.id</td><td>The Elasticsearch document 
identifier</td></tr><tr><td>es.index</td><td>The Elasticsearch index containing 
the document</td></tr><tr><td>es.type</td><td>The Elasticsearch document 
type</td></tr><tr><td>es.result.*</td><td>If Target is 'Flow file attributes', 
the JSON attributes of each result will be placed into corresponding attributes 
with this pre
 fix.</td></tr></table><h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.ScrollElasticsearchHttp/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.ScrollElasticsearchHttp/index.html?rev=1771896&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.ScrollElasticsearchHttp/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.elasticsearch.ScrollElasticsearchHttp/index.html
 Tue Nov 29 12:33:21 2016
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ScrollElasticsearchHttp</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Scrolls through an 
Elasticsearch query using the specified connection properties. This processor 
is intended to be run on the primary node, and is designed for scrolling 
through huge result sets, as in the case of a reindex.  The state must be 
cleared before another query can be run.  Each page of results is returned, 
wrapped in a JSON object like so: { "hits" : [ &lt;doc1&gt;, &lt;doc2&gt;, 
&lt;docn&gt; ] }.  Note that the full body of each page of documents will be 
read into memory before being written to a Flow File for transfer.</p><h3>Tags: 
</h3><p>elasticsearch, query, scroll, read, get, http</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 opti
 onal. 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>Elasticsearch 
URL</strong></td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Elasticsearch URL which will be connected to, including scheme 
(http, e.g.), host, and port. The default port for the REST API is 
9200.</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/><st
 rong>Implementation:</strong><br/><a 
href="../org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The SSL Context Service used to provide client certificate 
information for TLS/SSL connections. This service only applies if the 
Elasticsearch endpoint(s) have been secured with TLS/SSL.</td></tr><tr><td 
id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Username to access the 
Elasticsearch cluster</td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">Password to access the Elasticsearch 
cluster<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>Connection Timeout</strong></td><td id="default-value">5 
secs</td><td id="allowable-values"></td><td id="description">Max wait time for 
the connection to the Elasticsearch REST API.</td></tr><tr><td 
id="name"><strong>Response Timeout</stron
 g></td><td id="default-value">15 secs</td><td id="allowable-values"></td><td 
id="description">Max wait time for a response from the Elasticsearch REST 
API.</td></tr><tr><td id="name"><strong>Query</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Lucene-style query to run against ElasticSearch (e.g., genre:blues AND 
-artist:muddy)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Scroll 
Duration</strong></td><td id="default-value">1m</td><td 
id="allowable-values"></td><td id="description">The scroll duration is how long 
each search context is kept in memory.<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name"><strong>Page 
Size</strong></td><td id="default-value">20</td><td 
id="allowable-values"></td><td id="description">Determines how many documents 
to return per page during scrolling.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name
 "><strong>Index</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The name of the index to read 
from. If the property is set to _all, the query will match across all 
indexes.<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name">Type</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
(optional) type of this query, used by Elasticsearch for indexing and 
searching. If the property is empty, the the query will match across all 
types.<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name">Fields</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A comma-separated list of 
fields to retrieve from the document. If the Fields property is left blank, 
then the entire document's source will be retrieved.<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name">Sort</td><td 
id="default-value"></td><td 
 id="allowable-values"></td><td id="description">A sort parameter (e.g., 
timestamp:asc). If the Sort property is left blank, then the results will be 
retrieved in document order.<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>All
 FlowFiles that are read from Elasticsearch are routed to this 
relationship.</td></tr><tr><td>failure</td><td>All FlowFiles that cannot be 
read from Elasticsearch are routed to this relationship. Note that only 
incoming flow files will be routed to failure.</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>es.index</td><td>The
 Elasticsearch index containing the 
document</td></tr><tr><td>es.type</td><td>The Elasticsearch document 
type</td></tr></table><h3>State management: </h3><table id="stateful"><tr><th
 >Scope</th><th>Description</th></tr><tr><td>LOCAL</td><td>After each 
 >successful scroll page, the latest scroll_id is persisted in scrollId as 
 >input for the next scroll call.  Once the entire query is complete, 
 >finishedQuery state will be set to true, and the processor will not execute 
 >unless this is cleared.</td></tr></table><h3>Restricted: </h3></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.email.ConsumeIMAP/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.email.ConsumeIMAP/index.html?rev=1771896&r1=1771895&r2=1771896&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.email.ConsumeIMAP/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.email.ConsumeIMAP/index.html
 Tue Nov 29 12:33:21 2016
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ConsumeIMAP</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Consumes messages 
from Email Server using IMAP protocol. The raw-bytes of each received email 
message are written as contents of the FlowFile</p><p><a 
href="additionalDetails.html">Additional Details...</a></p><h3>Tags: 
</h3><p>Email, Imap, Get, Ingest, Ingress, Message, Consume</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.pro
 perties</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>Host 
Name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Network address of Email server 
(e.g., pop.gmail.com, imap.gmail.com . . .)<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">Numeric value identifying Port 
of Email server (e.g., 993)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>User Name</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">User Name used for authentication and authorization with Email 
server.<br/><strong>Supports Expression Language: true</strong></td></tr><tr>
 <td id="name"><strong>Password</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Password used for 
authentication and authorization with Email server.<br/><strong>Sensitive 
Property: true</strong><br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Folder</strong></td><td 
id="default-value">INBOX</td><td id="allowable-values"></td><td 
id="description">Email folder to retrieve messages from (e.g., 
INBOX)<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Fetch Size</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">Specify the maximum number of 
Messages to fetch per call to Email Server.<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name"><strong>Delete 
Messages</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td id="descripti
 on">Specify whether mail messages should be deleted after 
retrieval.</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">The amount of time to wait to 
connect to Email server<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Mark Messages as 
Read</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specify if messages should be marked as read after 
retrieval.</td></tr><tr><td id="name"><strong>Use SSL</strong></td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies if IMAP connection must be obtained via SSL 
encrypted connection (i.e., IMAPS)</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 messages t
 hat are the are successfully received from Email server and converted to 
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
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ConsumeIMAP</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Consumes messages 
from Email Server using IMAP protocol. The raw-bytes of each received email 
message are written as contents of the FlowFile</p><p><a 
href="additionalDetails.html">Additional Details...</a></p><h3>Tags: 
</h3><p>Email, Imap, Get, Ingest, Ingress, Message, Consume</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.pro
 perties</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>Host 
Name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Network address of Email server 
(e.g., pop.gmail.com, imap.gmail.com . . .)<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">Numeric value identifying Port 
of Email server (e.g., 993)<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>User Name</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td 
id="description">User Name used for authentication and authorization with Email 
server.<br/><strong>Supports Expression Language: true</strong></td></tr><tr>
 <td id="name"><strong>Password</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Password used for 
authentication and authorization with Email server.<br/><strong>Sensitive 
Property: true</strong><br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Folder</strong></td><td 
id="default-value">INBOX</td><td id="allowable-values"></td><td 
id="description">Email folder to retrieve messages from (e.g., 
INBOX)<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Fetch Size</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">Specify the maximum number of 
Messages to fetch per call to Email Server.<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name"><strong>Delete 
Messages</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td id="descripti
 on">Specify whether mail messages should be deleted after 
retrieval.</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">The amount of time to wait to 
connect to Email server<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Mark Messages as 
Read</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specify if messages should be marked as read after 
retrieval.</td></tr><tr><td id="name"><strong>Use SSL</strong></td><td 
id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies if IMAP connection must be obtained via SSL 
encrypted connection (i.e., IMAPS)</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 messages t
 hat are the are successfully received from Email server and converted to 
FlowFiles are routed to this relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.<h3>State management: </h3>This processor has no state 
management.<h3>Restricted: </h3></body></html>
\ No newline at end of file


Reply via email to