Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-social-media-nar/1.11.4/org.apache.nifi.processors.twitter.GetTwitter/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-social-media-nar/1.11.4/org.apache.nifi.processors.twitter.GetTwitter/index.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-social-media-nar/1.11.4/org.apache.nifi.processors.twitter.GetTwitter/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-social-media-nar/1.11.4/org.apache.nifi.processors.twitter.GetTwitter/index.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetTwitter</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">GetTwitter</h1><h2>Description: </h2><p>Pulls status changes from 
Twitter's streaming API. In versions starting with 1.9.0, the Consumer Key and 
Access Token are marked as sensitive according to 
https://developer.twitter.com/en/docs/basics/authentication/guides/securing-keys-and-tokens</p><h3>Tags:
 </h3><p>twitter, tweets, social media, status, json</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>Twitter 
Endpoint</strong></td><td id="default-value">Sample Endpoint</td><td 
id="allowable-values"><ul><li>Sample Endpoint <img 
src="../../../../../html/images/iconInfo.png" alt="The endpoint that provides 
public data, aka a 'garden hose'" title="The endpoint that provides public 
data, aka a 'garden hose'"></img></li><li>Firehose Endpoint <img 
src="../../../../../html/images/iconInfo.png" alt="The endpoint that provides 
access to all tweets" title="The endpoint that provides access to all 
tweets"></img></li><li>Filter Endpoint <img 
src="../../../../../html/images/iconInfo.png" alt="Endpoint that allows the 
stream to be
  filtered by specific terms or User IDs" title="Endpoint that allows the 
stream to be filtered by specific terms or User IDs"></img></li></ul></td><td 
id="description">Specifies which endpoint data should be pulled 
from</td></tr><tr><td id="name"><strong>Max Client Error 
Retries</strong></td><td id="default-value">5</td><td 
id="allowable-values"></td><td id="description">The maximum number of retries 
to attempt when client experience retryable connection errors. Client continues 
attempting to reconnect using an exponential back-off pattern until it 
successfully reconnects or until it reaches the retry limit.  It is recommended 
to raise this value when client is getting rate limited by Twitter API. Default 
value is 5.</td></tr><tr><td id="name"><strong>Consumer Key</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Consumer Key provided by Twitter<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name"><strong>Consumer Se
 cret</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Consumer Secret provided by 
Twitter<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>Access Token</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Access Token provided by 
Twitter<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>Access Token Secret</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Access Token Secret provided by Twitter<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Languages</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of languages for which tweets should be 
fetched</td></tr><tr><td id="name">Terms to Filter On</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of ter
 ms to filter on. Ignored unless Endpoint is set to 'Filter Endpoint'. The 
filter works such that if any term matches, the status update will be 
retrieved; multiple terms separated by a space function as an 'AND'. I.e., 'it 
was, hello' will retrieve status updates that have either 'hello' or both 'it' 
AND 'was'</td></tr><tr><td id="name">IDs to Follow</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of Twitter User ID's to follow. Ignored unless Endpoint is 
set to 'Filter Endpoint'.</td></tr><tr><td id="name">Locations to Filter 
On</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">A comma-separated list of coordinates specifying one or more 
bounding boxes to filter on.Each bounding box is specified by a pair of 
coordinates in the format: swLon,swLat,neLon,neLat. Multiple bounding boxes can 
be specified as such: 
swLon1,swLat1,neLon1,neLat1,swLon2,swLat2,neLon2,neLat2.Ignored unless Endpoint 
is 
 set to 'Filter Endpoint'.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 status updates will be routed to 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>mime.type</td><td>Sets
 mime type to application/json</td></tr></table><h3>State management: </h3>This 
component does not store state.<h3>Restricted: </h3>This component is not 
restricted.<h3>Input requirement: </h3>This component does not allow an 
incoming relationship.<h3>System Resource Considerations:</h3>None 
specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.GetSolr/additionalDetails.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.GetSolr/additionalDetails.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.GetSolr/additionalDetails.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.GetSolr/additionalDetails.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang="en">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+      http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<head>
+    <meta charset="utf-8" />
+    <title>GetSolr</title>
+    <link rel="stylesheet" href="../../../../../css/component-usage.css" 
type="text/css" />
+</head>
+
+<body>
+<h2>Usage Example</h2>
+<p>
+    This processor pulls data from Solr collections. For its usage, Solr 
collections
+    have to fulfil two requirements:
+</p>
+<ul>
+    <li>The documents must include a date field containing the time when they 
were
+        indexed. Such kind of field can be easily added to documents at 
indexing time
+        e. g. using Solrs' UpdateRequestProcessor created by
+        'TimestampUpdateProcessorFactory'.</li>
+    <li>The configuration of the Solr index (e. g. schema.xml or 
managed-schema) must
+        define a uniqueKey field.</li>
+</ul>
+<p>
+    Backwards compatibility to configurations of the GetSolr processor used 
within releases
+    of NiFi prior to 1.5 can be realized as follows:
+</p>
+<ul>
+    <li>Find the file conf/.getSolr* within the prior NiFi installation.</li>
+    <li>Open the file and copy the timestamp defined for 'LastEndDate'.</li>
+    <li>Insert the timestamp into the field 'Initial Date Filter'.</li>
+</ul>
+<p>
+    Annotation: The value of property 'Solr Query' actually is not added to 
parameter 'q'
+    but to parameter 'fq' for two reasons:
+</p>
+<ul>
+    <li>Improving performance by leveraging Solrs' filter cache.</li>
+    <li>Scoring is not required for the purpose of this processor as the 
sorting
+        is fixed to 'DateField asc, IdField asc'</li>
+</ul>
+</body>
+</html>

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.GetSolr/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.GetSolr/index.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.GetSolr/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.GetSolr/index.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetSolr</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">GetSolr</h1><h2>Description: </h2><p>Queries Solr and outputs the 
results as a FlowFile in the format of XML or using a Record Writer</p><p><a 
href="additionalDetails.html">Additional Details...</a></p><h3>Tags: 
</h3><p>Apache, Solr, Get, Pull, Records</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 pro
 perty 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>Solr 
Type</strong></td><td id="default-value">Standard</td><td 
id="allowable-values"><ul><li>Cloud <img 
src="../../../../../html/images/iconInfo.png" alt="A SolrCloud instance." 
title="A SolrCloud instance."></img></li><li>Standard <img 
src="../../../../../html/images/iconInfo.png" alt="A stand-alone Solr 
instance." title="A stand-alone Solr instance."></img></li></ul></td><td 
id="description">The type of Solr instance, Cloud or Standard.</td></tr><tr><td 
id="name"><strong>Solr Location</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr url for a S
 olr Type of Standard (ex: http://localhost:8984/solr/gettingstarted), or the 
ZooKeeper hosts for a Solr Type of Cloud (ex: 
localhost:9983).<br/><strong>Supports Expression Language: true (will be 
evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Collection</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr collection name, only 
used with a Solr Type of Cloud<br/><strong>Supports Expression Language: true 
(will be evaluated using variable registry only)</strong></td></tr><tr><td 
id="name"><strong>Return Type</strong></td><td id="default-value">XML</td><td 
id="allowable-values"><ul><li>XML</li><li>Records</li></ul></td><td 
id="description">Write Solr documents to FlowFiles as XML or using a Record 
Writer</td></tr><tr><td id="name">Record Writer</td><td 
id="default-value"></td><td id="allowable-values"><strong>Controller Service 
API: </strong><br/>RecordSetWriterFactory<br/><strong>Implementations: 
</strong><a href="..
 
/../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.xml.XMLRecordSetWriter/index.html">XMLRecordSetWriter</a><br/><a
 
href="../../../nifi-parquet-nar/1.11.4/org.apache.nifi.parquet.ParquetRecordSetWriter/index.html">ParquetRecordSetWriter</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.csv.CSVRecordSetWriter/index.html">CSVRecordSetWriter</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.text.FreeFormTextRecordSetWriter/index.html">FreeFormTextRecordSetWriter</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.json.JsonRecordSetWriter/index.html">JsonRecordSetWriter</a><br/><a
 
href="../../../nifi-scripting-nar/1.11.4/org.apache.nifi.record.script.ScriptedRecordSetWriter/index.html">ScriptedRecordSetWriter</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.avro.AvroRecordSetWriter/index.html">AvroRecordSetWriter</a></td
 ><td id="description">The Record Writer to use in order to write Solr 
 >documents to FlowFiles. Must be set if "Records" is used as return 
 >type.<br/><strong>Supports Expression Language: true (will be evaluated using 
 >variable registry only)</strong></td></tr><tr><td id="name">Solr 
 >Query</td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">A query to execute against Solr</td></tr><tr><td 
 >id="name"><strong>Date Field</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The name of a date field in 
 >Solr used to filter results</td></tr><tr><td id="name">Initial Date 
 >Filter</td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Date value to filter results. Documents with an earlier date 
 >will not be fetched. The format has to correspond to the date pattern of Solr 
 >'YYYY-MM-DDThh:mm:ssZ'</td></tr><tr><td id="name">Return Fields</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td
  id="description">Comma-separated list of field names to 
return</td></tr><tr><td id="name"><strong>Batch Size</strong></td><td 
id="default-value">100</td><td id="allowable-values"></td><td 
id="description">Number of rows per Solr query</td></tr><tr><td 
id="name">Kerberos Credentials Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>KerberosCredentialsService<br/><strong>Implementation: 
</strong><a 
href="../../../nifi-kerberos-credentials-service-nar/1.11.4/org.apache.nifi.kerberos.KeytabCredentialsService/index.html">KeytabCredentialsService</a></td><td
 id="description">Specifies the Kerberos Credentials Controller Service that 
should be used for authenticating with Kerberos</td></tr><tr><td 
id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The username to use when Solr 
is configured with basic authentication.<br/><strong>Supports Expression 
Language: true (will be eval
 uated using variable registry only)</strong></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 when Solr 
is configured with basic authentication.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</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>Implementations: </strong><a 
href="../../../nifi-ssl-context-service-nar/1.11.4/org.apache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestrictedSSLContextService</a><br/><a
 
href="../../../nifi-ssl-context-service-nar/1.11.4/org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The Controller Service to use in order to obtain an SSL 
Context. This 
 property must be set when communicating with a Solr over 
https.</td></tr><tr><td id="name"><strong>Solr Socket Timeout</strong></td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait for data on a socket connection to 
Solr. A value of 0 indicates an infinite timeout.</td></tr><tr><td 
id="name"><strong>Solr Connection Timeout</strong></td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait when establishing a connection to 
Solr. A value of 0 indicates an infinite timeout.</td></tr><tr><td 
id="name"><strong>Solr Maximum Connections</strong></td><td 
id="default-value">10</td><td id="allowable-values"></td><td 
id="description">The maximum number of total connections allowed from the Solr 
client to Solr.</td></tr><tr><td id="name"><strong>Solr Maximum Connections Per 
Host</strong></td><td id="default-value">5</td><td 
id="allowable-values"></td><td id="descrip
 tion">The maximum number of connections allowed from the Solr client to a 
single Solr host.</td></tr><tr><td id="name">ZooKeeper Client Timeout</td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait for data on a connection to 
ZooKeeper, only used with a Solr Type of Cloud.</td></tr><tr><td 
id="name">ZooKeeper Connection Timeout</td><td id="default-value">10 
seconds</td><td id="allowable-values"></td><td id="description">The amount of 
time to wait when establishing a connection to ZooKeeper, only used with a Solr 
Type of Cloud.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>The
 results of querying Solr</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3><table 
id="stateful"><tr><th>Scope</th><th>Description</th></tr><tr><td>CLUSTER</td><td>Stores
 latest date
  of Date Field so that the same data will not be fetched multiple 
times.</td></tr></table><h3>Restricted: </h3>This component is not 
restricted.<h3>Input requirement: </h3>This component does not allow an 
incoming relationship.<h3>System Resource Considerations:</h3>None 
specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrContentStream/additionalDetails.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrContentStream/additionalDetails.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrContentStream/additionalDetails.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrContentStream/additionalDetails.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+      http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<head>
+    <meta charset="utf-8" />
+    <title>PutSolrContentStream</title>
+    <link rel="stylesheet" href="../../../../../css/component-usage.css" 
type="text/css" />
+</head>
+
+<body>
+<h2>Usage Example</h2>
+<p>
+    This processor streams the contents of a FlowFile to an Apache Solr
+    update handler. Any properties added to this processor by the user are
+    passed to Solr on the update request. If a parameter must be sent multiple
+    times with different values, properties can follow a naming convention:
+    name.number, where name is the parameter name and number is a unique 
number.
+    Repeating parameters will be sorted by their property name.
+</p>
+<p>
+    Example: To specify multiple 'f' parameters for indexing custom json, the 
following
+    properties can be defined:
+</p>
+<ul>
+    <li><strong>split</strong>: /exams</li>
+    <li><strong>f.1</strong>: first:/first</li>
+    <li><strong>f.2</strong>: last:/last</li>
+    <li><strong>f.3</strong>: grade:/grade</li>
+</ul>
+<p>
+    This will result in sending the following url to Solr: </br>
+    split=/exams&f=first:/first&f=last:/last&f=grade:/grade
+</p>
+</body>
+</html>

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrContentStream/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrContentStream/index.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrContentStream/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrContentStream/index.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSolrContentStream</title><link 
rel="stylesheet" href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">PutSolrContentStream</h1><h2>Description: </h2><p>Sends the contents of 
a FlowFile as a ContentStream to Solr</p><p><a 
href="additionalDetails.html">Additional Details...</a></p><h3>Tags: 
</h3><p>Apache, Solr, Put, Send</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>Solr 
Type</strong></td><td id="default-value">Standard</td><td 
id="allowable-values"><ul><li>Cloud <img 
src="../../../../../html/images/iconInfo.png" alt="A SolrCloud instance." 
title="A SolrCloud instance."></img></li><li>Standard <img 
src="../../../../../html/images/iconInfo.png" alt="A stand-alone Solr 
instance." title="A stand-alone Solr instance."></img></li></ul></td><td 
id="description">The type of Solr instance, Cloud or Standard.</td></tr><tr><td 
id="name"><strong>Solr Location</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr url for a Solr Type of 
Standard
  (ex: http://localhost:8984/solr/gettingstarted), or the ZooKeeper hosts for a 
Solr Type of Cloud (ex: localhost:9983).<br/><strong>Supports Expression 
Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Collection</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Solr collection name, only used with a Solr Type of Cloud<br/><strong>Supports 
Expression Language: true (will be evaluated using flow file attributes and 
variable registry)</strong></td></tr><tr><td id="name"><strong>Content Stream 
Path</strong></td><td id="default-value">/update/json/docs</td><td 
id="allowable-values"></td><td id="description">The path in Solr to post the 
ContentStream<br/><strong>Supports Expression Language: true (will be evaluated 
using flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name"><strong>Content-Type</strong></td><td 
id="default-value">application/json</td><td id="allowable-values"
 ></td><td id="description">Content-Type being sent to 
 >Solr<br/><strong>Supports Expression Language: true (will be evaluated using 
 >flow file attributes and variable registry)</strong></td></tr><tr><td 
 >id="name">Commit Within</td><td id="default-value">5000</td><td 
 >id="allowable-values"></td><td id="description">The number of milliseconds 
 >before the given update is committed<br/><strong>Supports Expression 
 >Language: true (will be evaluated using flow file attributes and variable 
 >registry)</strong></td></tr><tr><td id="name">Kerberos Credentials 
 >Service</td><td id="default-value"></td><td 
 >id="allowable-values"><strong>Controller Service API: 
 ></strong><br/>KerberosCredentialsService<br/><strong>Implementation: 
 ></strong><a 
 >href="../../../nifi-kerberos-credentials-service-nar/1.11.4/org.apache.nifi.kerberos.KeytabCredentialsService/index.html">KeytabCredentialsService</a></td><td
 > id="description">Specifies the Kerberos Credentials Controller Service that 
 >should be used for authenticating
  with Kerberos</td></tr><tr><td id="name">Username</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
username to use when Solr is configured with basic 
authentication.<br/><strong>Supports Expression Language: true (will be 
evaluated using variable registry only)</strong></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 when Solr 
is configured with basic authentication.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</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>Implementations: </strong><a 
href="../../../nifi-ssl-context-service-nar/1.11.4/org.apache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestric
 tedSSLContextService</a><br/><a 
href="../../../nifi-ssl-context-service-nar/1.11.4/org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The Controller Service to use in order to obtain an SSL 
Context. This property must be set when communicating with a Solr over 
https.</td></tr><tr><td id="name"><strong>Solr Socket Timeout</strong></td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait for data on a socket connection to 
Solr. A value of 0 indicates an infinite timeout.</td></tr><tr><td 
id="name"><strong>Solr Connection Timeout</strong></td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait when establishing a connection to 
Solr. A value of 0 indicates an infinite timeout.</td></tr><tr><td 
id="name"><strong>Solr Maximum Connections</strong></td><td 
id="default-value">10</td><td id="allowable-val
 ues"></td><td id="description">The maximum number of total connections allowed 
from the Solr client to Solr.</td></tr><tr><td id="name"><strong>Solr Maximum 
Connections Per Host</strong></td><td id="default-value">5</td><td 
id="allowable-values"></td><td id="description">The maximum number of 
connections allowed from the Solr client to a single Solr 
host.</td></tr><tr><td id="name">ZooKeeper Client Timeout</td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait for data on a connection to 
ZooKeeper, only used with a Solr Type of Cloud.</td></tr><tr><td 
id="name">ZooKeeper Connection Timeout</td><td id="default-value">10 
seconds</td><td id="allowable-values"></td><td id="description">The amount of 
time to wait when establishing a connection to ZooKeeper, only used with a Solr 
Type of Cloud.</td></tr></table><h3>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 Solr request parameter name</td><td id="value">A Solr request 
parameter value</td><td>These parameters will be passed to Solr on the 
request<br/><strong>Supports Expression Language: 
false</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>The
 original FlowFile</td></tr><tr><td>failure</td><td>FlowFiles that failed for 
any reason other than Solr being 
unreachable</td></tr><tr><td>connection_failure</td><td>FlowFiles that failed 
because Solr is unreachable</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3>This component does not store state.<h3>Restricted: </h3>This component is 
not restricted.<h3>Input requirement: </h3>This component requires an incoming 
relationship.<h3>System Resource Considerations:</h
 3>None specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrRecord/additionalDetails.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrRecord/additionalDetails.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrRecord/additionalDetails.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrRecord/additionalDetails.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1,114 @@
+<!DOCTYPE html>
+<html lang="en">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+      http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<head>
+    <meta charset="utf-8" />
+    <title>PutSolrRecord</title>
+    <link rel="stylesheet" href="../../../../../css/component-usage.css" 
type="text/css" />
+</head>
+
+<body>
+<h2>Usage Example</h2>
+<p>
+    This processor reads the NiFi record and indexes it into Solr as a 
SolrDocument.
+    Any properties added to this processor by the user are
+    passed to Solr on the update request. It is required that the input record 
reader
+    should be specified for this processor. Additionally, if only selected 
fields of a record are to be indexed
+    you can specify the field name as a comma-separated list under the fields 
property.
+</p>
+<p>
+    Example: To specify specific fields of the record  to be indexed:
+</p>
+<ul>
+    <li><strong>Fields To Index</strong>: field1,field2,field3</li>
+</ul>
+<p>
+    <strong>NOTE:</strong> In case of nested the field names should be 
prefixed with the parent field name.
+</p>
+<ul>
+    <li><strong>Fields To Index</strong>: 
parentField1,parentField2,<strong>parentField3_childField1</strong>,<strong>parentField3_childField2</strong></li>
+</ul>
+<p>
+   In case of nested records, this processor would flatten all the nested 
records into a single solr document, the field name of the field in a child 
document would follow the format of <strong>{Parent Field Name}_{Child Field 
Name}</strong>.
+</p>
+<p>
+    Example:
+    <strong>For a record created from the following json:</strong><br/>
+</p>
+<pre>
+    {
+        "first": "Abhi",
+        "last": "R",
+        "grade": 8,
+        "exams": {
+            "subject": "Maths",
+            "test" : "term1",
+            "marks" : 90
+        }
+    }
+</pre>
+<p>
+    <strong>The corresponding solr document would be represented  as 
below:</strong><br/>
+</p>
+<pre>
+    {
+        "first": "Abhi",
+        "last": "R",
+        "grade": 8,
+        "exams_subject": "Maths",
+        "exams_test" : "term1",
+        "exams_marks" : 90
+    }
+</pre>
+<p>
+    Similarly in case of an array of  nested records, this processor would 
flatten all the nested records into a single solr document, the field name of 
the field in a child document would follow the format of <strong>{Parent Field 
Name}_{Child Field Name}</strong> and would be a multivalued field in the solr 
document.
+    Example:
+    <strong>For a record created from the following json:</strong><br/>
+</p>
+<pre>
+    {
+    "first": "Abhi",
+    "last": "R",
+    "grade": 8,
+    "exams": [
+        {
+            "subject": "Maths",
+            "test" : "term1",
+            "marks" : 90
+        },
+        {
+            "subject": "Physics",
+            "test" : "term1",
+            "marks" : 95
+        }
+    ]
+    }
+</pre>
+<p>
+    <strong>The corresponding solr document would be represented  as 
below:</strong><br/>
+</p>
+<pre>
+    {
+        "first": "Abhi",
+        "last": "R",
+        "grade": 8,
+        "exams_subject": ["Maths","Physics"]
+        "exams_test" : ["term1","term1"]
+        "exams_marks" : [90,95]
+    }
+</pre>
+</body>
+</html>

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrRecord/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrRecord/index.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrRecord/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.PutSolrRecord/index.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSolrRecord</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">PutSolrRecord</h1><h2>Description: </h2><p>Indexes the Records from a 
FlowFile into Solr</p><p><a href="additionalDetails.html">Additional 
Details...</a></p><h3>Tags: </h3><p>Apache, Solr, Put, Send, 
Record</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>Solr 
Type</strong></td><td id="default-value">Standard</td><td 
id="allowable-values"><ul><li>Cloud <img 
src="../../../../../html/images/iconInfo.png" alt="A SolrCloud instance." 
title="A SolrCloud instance."></img></li><li>Standard <img 
src="../../../../../html/images/iconInfo.png" alt="A stand-alone Solr 
instance." title="A stand-alone Solr instance."></img></li></ul></td><td 
id="description">The type of Solr instance, Cloud or Standard.</td></tr><tr><td 
id="name"><strong>Solr Location</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr url for a Solr Type of 
Standard (ex: http://localho
 st:8984/solr/gettingstarted), or the ZooKeeper hosts for a Solr Type of Cloud 
(ex: localhost:9983).<br/><strong>Supports Expression Language: true (will be 
evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Collection</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr collection name, only 
used with a Solr Type of Cloud<br/><strong>Supports Expression Language: true 
(will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name"><strong>Solr Update 
Path</strong></td><td id="default-value">/update</td><td 
id="allowable-values"></td><td id="description">The path in Solr to post the 
Flowfile Records<br/><strong>Supports Expression Language: true (will be 
evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name"><strong>Record 
Reader</strong></td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: </strong><br
 />RecordReaderFactory<br/><strong>Implementations: </strong><a 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.syslog.Syslog5424Reader/index.html">Syslog5424Reader</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.grok.GrokReader/index.html">GrokReader</a><br/><a
 
href="../../../nifi-scripting-nar/1.11.4/org.apache.nifi.record.script.ScriptedReader/index.html">ScriptedReader</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.json.JsonTreeReader/index.html">JsonTreeReader</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.syslog.SyslogReader/index.html">SyslogReader</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.avro.AvroReader/index.html">AvroReader</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.xml.XMLReader/index.html">XMLReader</a><br/><a
 href="../../../nifi-rec
 
ord-serialization-services-nar/1.11.4/org.apache.nifi.json.JsonPathReader/index.html">JsonPathReader</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.csv.CSVReader/index.html">CSVReader</a><br/><a
 
href="../../../nifi-parquet-nar/1.11.4/org.apache.nifi.parquet.ParquetReader/index.html">ParquetReader</a></td><td
 id="description">Specifies the Controller Service to use for parsing incoming 
data and determining the data's schema.</td></tr><tr><td id="name">Fields To 
Index</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">Comma-separated list of field names to 
write<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">Commit Within</td><td id="default-value">5000</td><td 
id="allowable-values"></td><td id="description">The number of milliseconds 
before the given update is committed<br/><strong>Supports Expression Langua
 ge: true (will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name">Kerberos Credentials 
Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>KerberosCredentialsService<br/><strong>Implementation: 
</strong><a 
href="../../../nifi-kerberos-credentials-service-nar/1.11.4/org.apache.nifi.kerberos.KeytabCredentialsService/index.html">KeytabCredentialsService</a></td><td
 id="description">Specifies the Kerberos Credentials Controller Service that 
should be used for authenticating with Kerberos</td></tr><tr><td 
id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The username to use when Solr 
is configured with basic authentication.<br/><strong>Supports Expression 
Language: true (will be evaluated using variable registry 
only)</strong></td></tr><tr><td id="name">Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td i
 d="description">The password to use when Solr is configured with basic 
authentication.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</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>Implementations: </strong><a 
href="../../../nifi-ssl-context-service-nar/1.11.4/org.apache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestrictedSSLContextService</a><br/><a
 
href="../../../nifi-ssl-context-service-nar/1.11.4/org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The Controller Service to use in order to obtain an SSL 
Context. This property must be set when communicating with a Solr over 
https.</td></tr><tr><td id="name"><strong>Solr Socket Timeout</strong></td><td 
id="default-v
 alue">10 seconds</td><td id="allowable-values"></td><td id="description">The 
amount of time to wait for data on a socket connection to Solr. A value of 0 
indicates an infinite timeout.</td></tr><tr><td id="name"><strong>Solr 
Connection Timeout</strong></td><td id="default-value">10 seconds</td><td 
id="allowable-values"></td><td id="description">The amount of time to wait when 
establishing a connection to Solr. A value of 0 indicates an infinite 
timeout.</td></tr><tr><td id="name"><strong>Solr Maximum 
Connections</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">The maximum number of total 
connections allowed from the Solr client to Solr.</td></tr><tr><td 
id="name"><strong>Solr Maximum Connections Per Host</strong></td><td 
id="default-value">5</td><td id="allowable-values"></td><td 
id="description">The maximum number of connections allowed from the Solr client 
to a single Solr host.</td></tr><tr><td id="name">ZooKeeper Client Timeout</td><
 td id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait for data on a connection to 
ZooKeeper, only used with a Solr Type of Cloud.</td></tr><tr><td 
id="name">ZooKeeper Connection Timeout</td><td id="default-value">10 
seconds</td><td id="allowable-values"></td><td id="description">The amount of 
time to wait when establishing a connection to ZooKeeper, only used with a Solr 
Type of Cloud.</td></tr><tr><td id="name">Batch Size</td><td 
id="default-value">500</td><td id="allowable-values"></td><td 
id="description">The number of solr documents to index per 
batch<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable 
registry)</strong></td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic 
Properties allow the user to specify both the name and value of a 
property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">A Solr requ
 est parameter name</td><td id="value">A Solr request parameter 
value</td><td>These parameters will be passed to Solr on the 
request<br/><strong>Supports Expression Language: 
false</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>The
 original FlowFile</td></tr><tr><td>failure</td><td>FlowFiles that failed for 
any reason other than Solr being 
unreachable</td></tr><tr><td>connection_failure</td><td>FlowFiles that failed 
because Solr is unreachable</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3>This component does not store state.<h3>Restricted: </h3>This component is 
not restricted.<h3>Input requirement: </h3>This component requires an incoming 
relationship.<h3>System Resource Considerations:</h3>None 
specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.QuerySolr/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.QuerySolr/index.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.QuerySolr/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-solr-nar/1.11.4/org.apache.nifi.processors.solr.QuerySolr/index.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>QuerySolr</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">QuerySolr</h1><h2>Description: </h2><p>Queries Solr and outputs the 
results as a FlowFile in the format of XML or using a Record 
Writer</p><h3>Tags: </h3><p>Apache, Solr, Get, Query, 
Records</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>Solr 
Type</strong></td><td id="default-value">Standard</td><td 
id="allowable-values"><ul><li>Cloud <img 
src="../../../../../html/images/iconInfo.png" alt="A SolrCloud instance." 
title="A SolrCloud instance."></img></li><li>Standard <img 
src="../../../../../html/images/iconInfo.png" alt="A stand-alone Solr 
instance." title="A stand-alone Solr instance."></img></li></ul></td><td 
id="description">The type of Solr instance, Cloud or Standard.</td></tr><tr><td 
id="name"><strong>Solr Location</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr url for a Solr Type of 
Standard (ex: http://localhost:8984/solr/getting
 started), or the ZooKeeper hosts for a Solr Type of Cloud (ex: 
localhost:9983).<br/><strong>Supports Expression Language: true (will be 
evaluated using variable registry only)</strong></td></tr><tr><td 
id="name">Collection</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Solr collection name, only 
used with a Solr Type of Cloud<br/><strong>Supports Expression Language: true 
(will be evaluated using flow file attributes and variable 
registry)</strong></td></tr><tr><td id="name"><strong>Return 
Type</strong></td><td id="default-value">XML</td><td 
id="allowable-values"><ul><li>XML</li><li>Records</li></ul></td><td 
id="description">Output format of Solr results. Write Solr documents to 
FlowFiles as XML or using a Record Writer</td></tr><tr><td id="name">Record 
Writer</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: 
</strong><br/>RecordSetWriterFactory<br/><strong>Implementations: </strong><a 
href="../../../ni
 
fi-record-serialization-services-nar/1.11.4/org.apache.nifi.xml.XMLRecordSetWriter/index.html">XMLRecordSetWriter</a><br/><a
 
href="../../../nifi-parquet-nar/1.11.4/org.apache.nifi.parquet.ParquetRecordSetWriter/index.html">ParquetRecordSetWriter</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.csv.CSVRecordSetWriter/index.html">CSVRecordSetWriter</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.text.FreeFormTextRecordSetWriter/index.html">FreeFormTextRecordSetWriter</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.json.JsonRecordSetWriter/index.html">JsonRecordSetWriter</a><br/><a
 
href="../../../nifi-scripting-nar/1.11.4/org.apache.nifi.record.script.ScriptedRecordSetWriter/index.html">ScriptedRecordSetWriter</a><br/><a
 
href="../../../nifi-record-serialization-services-nar/1.11.4/org.apache.nifi.avro.AvroRecordSetWriter/index.html">AvroRecordSetWriter</a></td><td
 id="
 description">The Record Writer to use in order to write Solr documents to 
FlowFiles. Must be set if "Records" is used as return 
type.<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name"><strong>Solr Query</strong></td><td id="default-value">*:*</td><td 
id="allowable-values"></td><td id="description">Solr Query, e. g. 
field:value<br/><strong>Supports Expression Language: true (will be evaluated 
using flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name"><strong>Request Handler</strong></td><td 
id="default-value">/select</td><td id="allowable-values"></td><td 
id="description">Define a request handler here, e. g. 
/query<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name">Field List</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description"
 >Comma separated list of fields to be included into results, e. g. 
 >field1,field2<br/><strong>Supports Expression Language: true (will be 
 >evaluated using flow file attributes and variable 
 >registry)</strong></td></tr><tr><td id="name">Sorting of result list</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Comma separated sort clauses to define the sorting of 
 >results, e. g. field1 asc, field2 desc<br/><strong>Supports Expression 
 >Language: true (will be evaluated using flow file attributes and variable 
 >registry)</strong></td></tr><tr><td id="name">Start of results</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Offset of result set<br/><strong>Supports Expression 
 >Language: true (will be evaluated using flow file attributes and variable 
 >registry)</strong></td></tr><tr><td id="name">Rows</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">Number of results to be returned for a single req
 uest<br/><strong>Supports Expression Language: true (will be evaluated using 
flow file attributes and variable registry)</strong></td></tr><tr><td 
id="name"><strong>Total amount of returned results</strong></td><td 
id="default-value">return_only_top_results</td><td 
id="allowable-values"><ul><li>Entire results</li><li>Only top 
results</li></ul></td><td id="description">Total amount of Solr documents to be 
returned. If this property is set to "Only top results", only single requests 
will be sent to Solr and the results will be written into single FlowFiles. If 
it is set to "Entire results", all results matching to the query are retrieved 
via multiple Solr requests and returned in multiple FlowFiles. For both 
options, the number of Solr documents to be returned in a FlowFile depends on 
the configuration of the "Rows" property</td></tr><tr><td id="name">Kerberos 
Credentials Service</td><td id="default-value"></td><td 
id="allowable-values"><strong>Controller Service API: </strong><br/>Ke
 rberosCredentialsService<br/><strong>Implementation: </strong><a 
href="../../../nifi-kerberos-credentials-service-nar/1.11.4/org.apache.nifi.kerberos.KeytabCredentialsService/index.html">KeytabCredentialsService</a></td><td
 id="description">Specifies the Kerberos Credentials Controller Service that 
should be used for authenticating with Kerberos</td></tr><tr><td 
id="name">Username</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The username to use when Solr 
is configured with basic authentication.<br/><strong>Supports Expression 
Language: true (will be evaluated using variable registry 
only)</strong></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 when Solr is configured with basic 
authentication.<br/><strong>Sensitive Property: 
true</strong><br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><t
 r><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>Implementations: </strong><a 
href="../../../nifi-ssl-context-service-nar/1.11.4/org.apache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestrictedSSLContextService</a><br/><a
 
href="../../../nifi-ssl-context-service-nar/1.11.4/org.apache.nifi.ssl.StandardSSLContextService/index.html">StandardSSLContextService</a></td><td
 id="description">The Controller Service to use in order to obtain an SSL 
Context. This property must be set when communicating with a Solr over 
https.</td></tr><tr><td id="name"><strong>Solr Socket Timeout</strong></td><td 
id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait for data on a socket connection to 
Solr. A value of 0 indicates an infinite timeout.</td></tr><tr><td 
id="name"><strong>Solr Connection Timeout</stro
 ng></td><td id="default-value">10 seconds</td><td 
id="allowable-values"></td><td id="description">The amount of time to wait when 
establishing a connection to Solr. A value of 0 indicates an infinite 
timeout.</td></tr><tr><td id="name"><strong>Solr Maximum 
Connections</strong></td><td id="default-value">10</td><td 
id="allowable-values"></td><td id="description">The maximum number of total 
connections allowed from the Solr client to Solr.</td></tr><tr><td 
id="name"><strong>Solr Maximum Connections Per Host</strong></td><td 
id="default-value">5</td><td id="allowable-values"></td><td 
id="description">The maximum number of connections allowed from the Solr client 
to a single Solr host.</td></tr><tr><td id="name">ZooKeeper Client 
Timeout</td><td id="default-value">10 seconds</td><td 
id="allowable-values"></td><td id="description">The amount of time to wait for 
data on a connection to ZooKeeper, only used with a Solr Type of 
Cloud.</td></tr><tr><td id="name">ZooKeeper Connection Timeout</
 td><td id="default-value">10 seconds</td><td id="allowable-values"></td><td 
id="description">The amount of time to wait when establishing a connection to 
ZooKeeper, only used with a Solr Type of 
Cloud.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>stats</td><td>Stats
 about Solr index</td></tr><tr><td>results</td><td>Results of Solr 
queries</td></tr><tr><td>facets</td><td>Results of faceted 
search</td></tr><tr><td>failure</td><td>Failure 
relationship</td></tr><tr><td>original</td><td>Original 
flowfile</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>solr.connect</td><td>Solr
 connect string</td></tr><tr><td>solr.collection</td><td>Solr 
collection</td></tr><tr><td>solr.query</td><td>Query string sent to 
Solr</td></tr><tr><td>solr.cursor.mark</td><td>Cursor mark can be used for 
scrolling Solr</td></tr
 ><tr><td>solr.status.code</td><td>Status code of Solr request. A status code 
 >of 0 indicates that the request was successfully 
 >processed</td></tr><tr><td>solr.query.time</td><td>The elapsed time to 
 >process the query (in ms)</td></tr><tr><td>solr.start</td><td>Solr start 
 >parameter (result offset) for the 
 >query</td></tr><tr><td>solr.rows</td><td>Number of Solr documents to be 
 >returned for the query</td></tr><tr><td>solr.number.results</td><td>Number of 
 >Solr documents that match the query</td></tr><tr><td>mime.type</td><td>The 
 >mime type of the data 
 >format</td></tr><tr><td>querysolr.exeption.class</td><td>The Java exception 
 >class raised when the processor 
 >fails</td></tr><tr><td>querysolr.exeption.message</td><td>The Java exception 
 >message raised when the processor fails</td></tr></table><h3>State 
 >management: </h3>This component does not store state.<h3>Restricted: 
 ></h3>This component is not restricted.<h3>Input requirement: </h3>This 
 >component allows an incoming relationship.<h3>System R
 esource Considerations:</h3>None specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-splunk-nar/1.11.4/org.apache.nifi.processors.splunk.GetSplunk/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-splunk-nar/1.11.4/org.apache.nifi.processors.splunk.GetSplunk/index.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-splunk-nar/1.11.4/org.apache.nifi.processors.splunk.GetSplunk/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-splunk-nar/1.11.4/org.apache.nifi.processors.splunk.GetSplunk/index.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetSplunk</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">GetSplunk</h1><h2>Description: </h2><p>Retrieves data from Splunk 
Enterprise.</p><h3>Tags: </h3><p>get, splunk, 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 
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><ta
 ble id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Scheme</strong></td><td id="default-value">https</td><td 
id="allowable-values"><ul><li>https</li><li>http</li></ul></td><td 
id="description">The scheme for connecting to Splunk.</td></tr><tr><td 
id="name"><strong>Hostname</strong></td><td 
id="default-value">localhost</td><td id="allowable-values"></td><td 
id="description">The ip address or hostname of the Splunk 
server.</td></tr><tr><td id="name"><strong>Port</strong></td><td 
id="default-value">8089</td><td id="allowable-values"></td><td 
id="description">The port of the Splunk server.</td></tr><tr><td 
id="name"><strong>Query</strong></td><td id="default-value">search * | head 
100</td><td id="allowable-values"></td><td id="description">The query to 
execute. Typically beginning with a &lt;search&gt; command followed by a search 
clause, such as &lt;search source="tcp:7689"&gt; to search for messages rec
 eived on TCP port 7689.</td></tr><tr><td id="name"><strong>Time Field 
Strategy</strong></td><td id="default-value">Event Time</td><td 
id="allowable-values"><ul><li>Event Time <img 
src="../../../../../html/images/iconInfo.png" alt="Search based on the time of 
the event which may be different than when the event was indexed." 
title="Search based on the time of the event which may be different than when 
the event was indexed."></img></li><li>Index Time <img 
src="../../../../../html/images/iconInfo.png" alt="Search based on the time the 
event was indexed in Splunk." title="Search based on the time the event was 
indexed in Splunk."></img></li></ul></td><td id="description">Indicates whether 
to search by the time attached to the event, or by the time the event was 
indexed in Splunk.</td></tr><tr><td id="name"><strong>Time Range 
Strategy</strong></td><td id="default-value">Provided</td><td 
id="allowable-values"><ul><li>Managed from Beginning <img 
src="../../../../../html/images/iconInfo.pn
 g" alt="The processor will manage the date ranges of the query starting from 
the beginning of time." title="The processor will manage the date ranges of the 
query starting from the beginning of time."></img></li><li>Managed from Current 
<img src="../../../../../html/images/iconInfo.png" alt="The processor will 
manage the date ranges of the query starting from the current time." title="The 
processor will manage the date ranges of the query starting from the current 
time."></img></li><li>Provided <img 
src="../../../../../html/images/iconInfo.png" alt="The the time range provided 
through the Earliest Time and Latest Time properties will be used." title="The 
the time range provided through the Earliest Time and Latest Time properties 
will be used."></img></li></ul></td><td id="description">Indicates how to apply 
time ranges to each execution of the query. Selecting a managed option allows 
the processor to apply a time range from the last execution time to the current 
execution time. Whe
 n using &lt;Managed from Beginning&gt;, an earliest time will not be applied 
on the first execution, and thus all records searched. When using &lt;Managed 
from Current&gt; the earliest time of the first execution will be the initial 
execution time. When using &lt;Provided&gt;, the time range will come from the 
Earliest Time and Latest Time properties, or no time range will be applied if 
these properties are left blank.</td></tr><tr><td id="name">Earliest 
Time</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The value to use for the earliest time when querying. Only 
used with a Time Range Strategy of Provided. See Splunk's documentation on 
Search Time Modifiers for guidance in populating this field.</td></tr><tr><td 
id="name">Latest Time</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The value to use for the latest 
time when querying. Only used with a Time Range Strategy of Provided. See 
Splunk's documentation on
  Search Time Modifiers for guidance in populating this field.</td></tr><tr><td 
id="name"><strong>Time Zone</strong></td><td id="default-value">UTC</td><td 
id="allowable-values"><ul><li>Africa/Abidjan</li><li>Africa/Accra</li><li>Africa/Addis_Ababa</li><li>Africa/Algiers</li><li>Africa/Asmara</li><li>Africa/Asmera</li><li>Africa/Bamako</li><li>Africa/Bangui</li><li>Africa/Banjul</li><li>Africa/Bissau</li><li>Africa/Blantyre</li><li>Africa/Brazzaville</li><li>Africa/Bujumbura</li><li>Africa/Cairo</li><li>Africa/Casablanca</li><li>Africa/Ceuta</li><li>Africa/Conakry</li><li>Africa/Dakar</li><li>Africa/Dar_es_Salaam</li><li>Africa/Djibouti</li><li>Africa/Douala</li><li>Africa/El_Aaiun</li><li>Africa/Freetown</li><li>Africa/Gaborone</li><li>Africa/Harare</li><li>Africa/Johannesburg</li><li>Africa/Juba</li><li>Africa/Kampala</li><li>Africa/Khartoum</li><li>Africa/Kigali</li><li>Africa/Kinshasa</li><li>Africa/Lagos</li><li>Africa/Libreville</li><li>Africa/Lome</li><li>Africa/Luanda</li><li
 >Africa/Lubumbashi</li><li>Africa/Lusaka</li><li>Africa/Malabo</li><li>Africa/Maputo</li><li>Africa/Maseru</li><li>Africa/Mbabane</li><li>Africa/Mogadishu</li><li>Africa/Monrovia</li><li>Africa/Nairobi</li><li>Africa/Ndjamena</li><li>Africa/Niamey</li><li>Africa/Nouakchott</li><li>Africa/Ouagadougou</li><li>Africa/Porto-Novo</li><li>Africa/Sao_Tome</li><li>Africa/Timbuktu</li><li>Africa/Tripoli</li><li>Africa/Tunis</li><li>Africa/Windhoek</li><li>America/Adak</li><li>America/Anchorage</li><li>America/Anguilla</li><li>America/Antigua</li><li>America/Araguaina</li><li>America/Argentina/Buenos_Aires</li><li>America/Argentina/Catamarca</li><li>America/Argentina/ComodRivadavia</li><li>America/Argentina/Cordoba</li><li>America/Argentina/Jujuy</li><li>America/Argentina/La_Rioja</li><li>America/Argentina/Mendoza</li><li>America/Argentina/Rio_Gallegos</li><li>America/Argentina/Salta</li><li>America/Argentina/San_Juan</li><li>America/Argentina/San_Luis</li><li>America/Argentina/Tucuman</li><l
 
i>America/Argentina/Ushuaia</li><li>America/Aruba</li><li>America/Asuncion</li><li>America/Atikokan</li><li>America/Atka</li><li>America/Bahia</li><li>America/Bahia_Banderas</li><li>America/Barbados</li><li>America/Belem</li><li>America/Belize</li><li>America/Blanc-Sablon</li><li>America/Boa_Vista</li><li>America/Bogota</li><li>America/Boise</li><li>America/Buenos_Aires</li><li>America/Cambridge_Bay</li><li>America/Campo_Grande</li><li>America/Cancun</li><li>America/Caracas</li><li>America/Catamarca</li><li>America/Cayenne</li><li>America/Cayman</li><li>America/Chicago</li><li>America/Chihuahua</li><li>America/Coral_Harbour</li><li>America/Cordoba</li><li>America/Costa_Rica</li><li>America/Creston</li><li>America/Cuiaba</li><li>America/Curacao</li><li>America/Danmarkshavn</li><li>America/Dawson</li><li>America/Dawson_Creek</li><li>America/Denver</li><li>America/Detroit</li><li>America/Dominica</li><li>America/Edmonton</li><li>America/Eirunepe</li><li>America/El_Salvador</li><li>Amer
 
ica/Ensenada</li><li>America/Fort_Nelson</li><li>America/Fort_Wayne</li><li>America/Fortaleza</li><li>America/Glace_Bay</li><li>America/Godthab</li><li>America/Goose_Bay</li><li>America/Grand_Turk</li><li>America/Grenada</li><li>America/Guadeloupe</li><li>America/Guatemala</li><li>America/Guayaquil</li><li>America/Guyana</li><li>America/Halifax</li><li>America/Havana</li><li>America/Hermosillo</li><li>America/Indiana/Indianapolis</li><li>America/Indiana/Knox</li><li>America/Indiana/Marengo</li><li>America/Indiana/Petersburg</li><li>America/Indiana/Tell_City</li><li>America/Indiana/Vevay</li><li>America/Indiana/Vincennes</li><li>America/Indiana/Winamac</li><li>America/Indianapolis</li><li>America/Inuvik</li><li>America/Iqaluit</li><li>America/Jamaica</li><li>America/Jujuy</li><li>America/Juneau</li><li>America/Kentucky/Louisville</li><li>America/Kentucky/Monticello</li><li>America/Knox_IN</li><li>America/Kralendijk</li><li>America/La_Paz</li><li>America/Lima</li><li>America/Los_Angel
 
es</li><li>America/Louisville</li><li>America/Lower_Princes</li><li>America/Maceio</li><li>America/Managua</li><li>America/Manaus</li><li>America/Marigot</li><li>America/Martinique</li><li>America/Matamoros</li><li>America/Mazatlan</li><li>America/Mendoza</li><li>America/Menominee</li><li>America/Merida</li><li>America/Metlakatla</li><li>America/Mexico_City</li><li>America/Miquelon</li><li>America/Moncton</li><li>America/Monterrey</li><li>America/Montevideo</li><li>America/Montreal</li><li>America/Montserrat</li><li>America/Nassau</li><li>America/New_York</li><li>America/Nipigon</li><li>America/Nome</li><li>America/Noronha</li><li>America/North_Dakota/Beulah</li><li>America/North_Dakota/Center</li><li>America/North_Dakota/New_Salem</li><li>America/Ojinaga</li><li>America/Panama</li><li>America/Pangnirtung</li><li>America/Paramaribo</li><li>America/Phoenix</li><li>America/Port-au-Prince</li><li>America/Port_of_Spain</li><li>America/Porto_Acre</li><li>America/Porto_Velho</li><li>Ameri
 
ca/Puerto_Rico</li><li>America/Punta_Arenas</li><li>America/Rainy_River</li><li>America/Rankin_Inlet</li><li>America/Recife</li><li>America/Regina</li><li>America/Resolute</li><li>America/Rio_Branco</li><li>America/Rosario</li><li>America/Santa_Isabel</li><li>America/Santarem</li><li>America/Santiago</li><li>America/Santo_Domingo</li><li>America/Sao_Paulo</li><li>America/Scoresbysund</li><li>America/Shiprock</li><li>America/Sitka</li><li>America/St_Barthelemy</li><li>America/St_Johns</li><li>America/St_Kitts</li><li>America/St_Lucia</li><li>America/St_Thomas</li><li>America/St_Vincent</li><li>America/Swift_Current</li><li>America/Tegucigalpa</li><li>America/Thule</li><li>America/Thunder_Bay</li><li>America/Tijuana</li><li>America/Toronto</li><li>America/Tortola</li><li>America/Vancouver</li><li>America/Virgin</li><li>America/Whitehorse</li><li>America/Winnipeg</li><li>America/Yakutat</li><li>America/Yellowknife</li><li>Antarctica/Casey</li><li>Antarctica/Davis</li><li>Antarctica/Dum
 
ontDUrville</li><li>Antarctica/Macquarie</li><li>Antarctica/Mawson</li><li>Antarctica/McMurdo</li><li>Antarctica/Palmer</li><li>Antarctica/Rothera</li><li>Antarctica/South_Pole</li><li>Antarctica/Syowa</li><li>Antarctica/Troll</li><li>Antarctica/Vostok</li><li>Arctic/Longyearbyen</li><li>Asia/Aden</li><li>Asia/Almaty</li><li>Asia/Amman</li><li>Asia/Anadyr</li><li>Asia/Aqtau</li><li>Asia/Aqtobe</li><li>Asia/Ashgabat</li><li>Asia/Ashkhabad</li><li>Asia/Atyrau</li><li>Asia/Baghdad</li><li>Asia/Bahrain</li><li>Asia/Baku</li><li>Asia/Bangkok</li><li>Asia/Barnaul</li><li>Asia/Beirut</li><li>Asia/Bishkek</li><li>Asia/Brunei</li><li>Asia/Calcutta</li><li>Asia/Chita</li><li>Asia/Choibalsan</li><li>Asia/Chongqing</li><li>Asia/Chungking</li><li>Asia/Colombo</li><li>Asia/Dacca</li><li>Asia/Damascus</li><li>Asia/Dhaka</li><li>Asia/Dili</li><li>Asia/Dubai</li><li>Asia/Dushanbe</li><li>Asia/Famagusta</li><li>Asia/Gaza</li><li>Asia/Harbin</li><li>Asia/Hebron</li><li>Asia/Ho_Chi_Minh</li><li>Asia/Ho
 
ng_Kong</li><li>Asia/Hovd</li><li>Asia/Irkutsk</li><li>Asia/Istanbul</li><li>Asia/Jakarta</li><li>Asia/Jayapura</li><li>Asia/Jerusalem</li><li>Asia/Kabul</li><li>Asia/Kamchatka</li><li>Asia/Karachi</li><li>Asia/Kashgar</li><li>Asia/Kathmandu</li><li>Asia/Katmandu</li><li>Asia/Khandyga</li><li>Asia/Kolkata</li><li>Asia/Krasnoyarsk</li><li>Asia/Kuala_Lumpur</li><li>Asia/Kuching</li><li>Asia/Kuwait</li><li>Asia/Macao</li><li>Asia/Macau</li><li>Asia/Magadan</li><li>Asia/Makassar</li><li>Asia/Manila</li><li>Asia/Muscat</li><li>Asia/Nicosia</li><li>Asia/Novokuznetsk</li><li>Asia/Novosibirsk</li><li>Asia/Omsk</li><li>Asia/Oral</li><li>Asia/Phnom_Penh</li><li>Asia/Pontianak</li><li>Asia/Pyongyang</li><li>Asia/Qatar</li><li>Asia/Qostanay</li><li>Asia/Qyzylorda</li><li>Asia/Rangoon</li><li>Asia/Riyadh</li><li>Asia/Saigon</li><li>Asia/Sakhalin</li><li>Asia/Samarkand</li><li>Asia/Seoul</li><li>Asia/Shanghai</li><li>Asia/Singapore</li><li>Asia/Srednekolymsk</li><li>Asia/Taipei</li><li>Asia/Tashk
 
ent</li><li>Asia/Tbilisi</li><li>Asia/Tehran</li><li>Asia/Tel_Aviv</li><li>Asia/Thimbu</li><li>Asia/Thimphu</li><li>Asia/Tokyo</li><li>Asia/Tomsk</li><li>Asia/Ujung_Pandang</li><li>Asia/Ulaanbaatar</li><li>Asia/Ulan_Bator</li><li>Asia/Urumqi</li><li>Asia/Ust-Nera</li><li>Asia/Vientiane</li><li>Asia/Vladivostok</li><li>Asia/Yakutsk</li><li>Asia/Yangon</li><li>Asia/Yekaterinburg</li><li>Asia/Yerevan</li><li>Atlantic/Azores</li><li>Atlantic/Bermuda</li><li>Atlantic/Canary</li><li>Atlantic/Cape_Verde</li><li>Atlantic/Faeroe</li><li>Atlantic/Faroe</li><li>Atlantic/Jan_Mayen</li><li>Atlantic/Madeira</li><li>Atlantic/Reykjavik</li><li>Atlantic/South_Georgia</li><li>Atlantic/St_Helena</li><li>Atlantic/Stanley</li><li>Australia/ACT</li><li>Australia/Adelaide</li><li>Australia/Brisbane</li><li>Australia/Broken_Hill</li><li>Australia/Canberra</li><li>Australia/Currie</li><li>Australia/Darwin</li><li>Australia/Eucla</li><li>Australia/Hobart</li><li>Australia/LHI</li><li>Australia/Lindeman</li><
 
li>Australia/Lord_Howe</li><li>Australia/Melbourne</li><li>Australia/NSW</li><li>Australia/North</li><li>Australia/Perth</li><li>Australia/Queensland</li><li>Australia/South</li><li>Australia/Sydney</li><li>Australia/Tasmania</li><li>Australia/Victoria</li><li>Australia/West</li><li>Australia/Yancowinna</li><li>Brazil/Acre</li><li>Brazil/DeNoronha</li><li>Brazil/East</li><li>Brazil/West</li><li>CET</li><li>CST6CDT</li><li>Canada/Atlantic</li><li>Canada/Central</li><li>Canada/Eastern</li><li>Canada/Mountain</li><li>Canada/Newfoundland</li><li>Canada/Pacific</li><li>Canada/Saskatchewan</li><li>Canada/Yukon</li><li>Chile/Continental</li><li>Chile/EasterIsland</li><li>Cuba</li><li>EET</li><li>EST5EDT</li><li>Egypt</li><li>Eire</li><li>Etc/GMT</li><li>Etc/GMT+0</li><li>Etc/GMT+1</li><li>Etc/GMT+10</li><li>Etc/GMT+11</li><li>Etc/GMT+12</li><li>Etc/GMT+2</li><li>Etc/GMT+3</li><li>Etc/GMT+4</li><li>Etc/GMT+5</li><li>Etc/GMT+6</li><li>Etc/GMT+7</li><li>Etc/GMT+8</li><li>Etc/GMT+9</li><li>Etc
 
/GMT-0</li><li>Etc/GMT-1</li><li>Etc/GMT-10</li><li>Etc/GMT-11</li><li>Etc/GMT-12</li><li>Etc/GMT-13</li><li>Etc/GMT-14</li><li>Etc/GMT-2</li><li>Etc/GMT-3</li><li>Etc/GMT-4</li><li>Etc/GMT-5</li><li>Etc/GMT-6</li><li>Etc/GMT-7</li><li>Etc/GMT-8</li><li>Etc/GMT-9</li><li>Etc/GMT0</li><li>Etc/Greenwich</li><li>Etc/UCT</li><li>Etc/UTC</li><li>Etc/Universal</li><li>Etc/Zulu</li><li>Europe/Amsterdam</li><li>Europe/Andorra</li><li>Europe/Astrakhan</li><li>Europe/Athens</li><li>Europe/Belfast</li><li>Europe/Belgrade</li><li>Europe/Berlin</li><li>Europe/Bratislava</li><li>Europe/Brussels</li><li>Europe/Bucharest</li><li>Europe/Budapest</li><li>Europe/Busingen</li><li>Europe/Chisinau</li><li>Europe/Copenhagen</li><li>Europe/Dublin</li><li>Europe/Gibraltar</li><li>Europe/Guernsey</li><li>Europe/Helsinki</li><li>Europe/Isle_of_Man</li><li>Europe/Istanbul</li><li>Europe/Jersey</li><li>Europe/Kaliningrad</li><li>Europe/Kiev</li><li>Europe/Kirov</li><li>Europe/Lisbon</li><li>Europe/Ljubljana</li
 ><li>Europe/London</li><li>Europe/Luxembourg</li><li>Europe/Madrid</li><li>Europe/Malta</li><li>Europe/Mariehamn</li><li>Europe/Minsk</li><li>Europe/Monaco</li><li>Europe/Moscow</li><li>Europe/Nicosia</li><li>Europe/Oslo</li><li>Europe/Paris</li><li>Europe/Podgorica</li><li>Europe/Prague</li><li>Europe/Riga</li><li>Europe/Rome</li><li>Europe/Samara</li><li>Europe/San_Marino</li><li>Europe/Sarajevo</li><li>Europe/Saratov</li><li>Europe/Simferopol</li><li>Europe/Skopje</li><li>Europe/Sofia</li><li>Europe/Stockholm</li><li>Europe/Tallinn</li><li>Europe/Tirane</li><li>Europe/Tiraspol</li><li>Europe/Ulyanovsk</li><li>Europe/Uzhgorod</li><li>Europe/Vaduz</li><li>Europe/Vatican</li><li>Europe/Vienna</li><li>Europe/Vilnius</li><li>Europe/Volgograd</li><li>Europe/Warsaw</li><li>Europe/Zagreb</li><li>Europe/Zaporozhye</li><li>Europe/Zurich</li><li>GB</li><li>GB-Eire</li><li>GMT</li><li>GMT0</li><li>Greenwich</li><li>Hongkong</li><li>Iceland</li><li>Indian/Antananarivo</li><li>Indian/Chagos</l
 
i><li>Indian/Christmas</li><li>Indian/Cocos</li><li>Indian/Comoro</li><li>Indian/Kerguelen</li><li>Indian/Mahe</li><li>Indian/Maldives</li><li>Indian/Mauritius</li><li>Indian/Mayotte</li><li>Indian/Reunion</li><li>Iran</li><li>Israel</li><li>Jamaica</li><li>Japan</li><li>Kwajalein</li><li>Libya</li><li>MET</li><li>MST7MDT</li><li>Mexico/BajaNorte</li><li>Mexico/BajaSur</li><li>Mexico/General</li><li>NZ</li><li>NZ-CHAT</li><li>Navajo</li><li>PRC</li><li>PST8PDT</li><li>Pacific/Apia</li><li>Pacific/Auckland</li><li>Pacific/Bougainville</li><li>Pacific/Chatham</li><li>Pacific/Chuuk</li><li>Pacific/Easter</li><li>Pacific/Efate</li><li>Pacific/Enderbury</li><li>Pacific/Fakaofo</li><li>Pacific/Fiji</li><li>Pacific/Funafuti</li><li>Pacific/Galapagos</li><li>Pacific/Gambier</li><li>Pacific/Guadalcanal</li><li>Pacific/Guam</li><li>Pacific/Honolulu</li><li>Pacific/Johnston</li><li>Pacific/Kiritimati</li><li>Pacific/Kosrae</li><li>Pacific/Kwajalein</li><li>Pacific/Majuro</li><li>Pacific/Marque
 
sas</li><li>Pacific/Midway</li><li>Pacific/Nauru</li><li>Pacific/Niue</li><li>Pacific/Norfolk</li><li>Pacific/Noumea</li><li>Pacific/Pago_Pago</li><li>Pacific/Palau</li><li>Pacific/Pitcairn</li><li>Pacific/Pohnpei</li><li>Pacific/Ponape</li><li>Pacific/Port_Moresby</li><li>Pacific/Rarotonga</li><li>Pacific/Saipan</li><li>Pacific/Samoa</li><li>Pacific/Tahiti</li><li>Pacific/Tarawa</li><li>Pacific/Tongatapu</li><li>Pacific/Truk</li><li>Pacific/Wake</li><li>Pacific/Wallis</li><li>Pacific/Yap</li><li>Poland</li><li>Portugal</li><li>ROK</li><li>Singapore</li><li>SystemV/AST4</li><li>SystemV/AST4ADT</li><li>SystemV/CST6</li><li>SystemV/CST6CDT</li><li>SystemV/EST5</li><li>SystemV/EST5EDT</li><li>SystemV/HST10</li><li>SystemV/MST7</li><li>SystemV/MST7MDT</li><li>SystemV/PST8</li><li>SystemV/PST8PDT</li><li>SystemV/YST9</li><li>SystemV/YST9YDT</li><li>Turkey</li><li>UCT</li><li>US/Alaska</li><li>US/Aleutian</li><li>US/Arizona</li><li>US/Central</li><li>US/East-Indiana</li><li>US/Eastern</li
 ><li>US/Hawaii</li><li>US/Indiana-Starke</li><li>US/Michigan</li><li>US/Mountain</li><li>US/Pacific</li><li>US/Pacific-New</li><li>US/Samoa</li><li>UTC</li><li>Universal</li><li>W-SU</li><li>WET</li><li>Zulu</li><li>EST</li><li>HST</li><li>MST</li><li>ACT</li><li>AET</li><li>AGT</li><li>ART</li><li>AST</li><li>BET</li><li>BST</li><li>CAT</li><li>CNT</li><li>CST</li><li>CTT</li><li>EAT</li><li>ECT</li><li>IET</li><li>IST</li><li>JST</li><li>MIT</li><li>NET</li><li>NST</li><li>PLT</li><li>PNT</li><li>PRT</li><li>PST</li><li>SST</li><li>VST</li></ul></td><td
 > id="description">The Time Zone to use for formatting dates when performing a 
 >search. Only used with Managed time strategies.</td></tr><tr><td 
 >id="name">Application</td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The Splunk Application to 
 >query.</td></tr><tr><td id="name">Owner</td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The owner to pass to 
 >Splunk.</td></tr
 ><tr><td id="name">Token</td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The token to pass to 
 >Splunk.</td></tr><tr><td id="name">Username</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The username to authenticate to Splunk.</td></tr><tr><td 
 >id="name">Password</td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The password to authenticate 
 >to Splunk.<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
 >id="name">Security Protocol</td><td id="default-value">TLSv1_2</td><td 
 >id="allowable-values"><ul><li>TLSv1_2</li><li>TLSv1_1</li><li>TLSv1</li><li>SSLv3</li></ul></td><td
 > id="description">The security protocol to use for communicating with 
 >Splunk.</td></tr><tr><td id="name"><strong>Output Mode</strong></td><td 
 >id="default-value">JSON</td><td 
 >id="allowable-values"><ul><li>ATOM</li><li>CSV</li><li>JSON</li><li>JSON_COLS</li><li>JSON_ROWS</li><li>RAW</li><li>XML</li></ul></t
 d><td id="description">The output mode for the 
results.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Results
 retrieved from Splunk are 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>splunk.query</td><td>The
 query that performed to produce the 
FlowFile.</td></tr><tr><td>splunk.earliest.time</td><td>The value of the 
earliest time that was used when performing the 
query.</td></tr><tr><td>splunk.latest.time</td><td>The value of the latest time 
that was used when performing the query.</td></tr></table><h3>State management: 
</h3><table 
id="stateful"><tr><th>Scope</th><th>Description</th></tr><tr><td>CLUSTER</td><td>If
 using one of the managed Time Range Strategies, this processor will store the 
values of the latest and earliest times from the previous execu
 tion so that the next execution of the can pick up where the last execution 
left off. The state will be cleared and start over if the query is 
changed.</td></tr></table><h3>Restricted: </h3>This component is not 
restricted.<h3>Input requirement: </h3>This component does not allow an 
incoming relationship.<h3>System Resource Considerations:</h3>None 
specified.</body></html>
\ No newline at end of file

Added: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-splunk-nar/1.11.4/org.apache.nifi.processors.splunk.PutSplunk/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-splunk-nar/1.11.4/org.apache.nifi.processors.splunk.PutSplunk/index.html?rev=1875518&view=auto
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-splunk-nar/1.11.4/org.apache.nifi.processors.splunk.PutSplunk/index.html
 (added)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-splunk-nar/1.11.4/org.apache.nifi.processors.splunk.PutSplunk/index.html
 Sun Mar 22 13:18:15 2020
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>PutSplunk</title><link rel="stylesheet" 
href="../../../../../css/component-usage.css" 
type="text/css"></link></head><script type="text/javascript">window.onload = 
function(){if(self==top) { document.getElementById('nameHeader').style.display 
= "inherit"; } }</script><body><h1 id="nameHeader" style="display: 
none;">PutSplunk</h1><h2>Description: </h2><p>Sends logs to Splunk Enterprise 
over TCP, TCP + TLS/SSL, or UDP. If a Message Delimiter is provided, then this 
processor will read messages from the incoming FlowFile based on the delimiter, 
and send each message to Splunk. If a Message Delimiter is not provided then 
the content of the FlowFile will be sent directly to Splunk as if it were a 
single message.</p><h3>Tags: </h3><p>splunk, logs, tcp, udp</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 opt
 ional. The table also indicates any default values, and whether a property 
supports the <a href="../../../../../html/expression-language-guide.html">NiFi 
Expression Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Hostname</strong></td><td 
id="default-value">localhost</td><td id="allowable-values"></td><td 
id="description">The ip address or hostname of the 
destination.<br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</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 on the 
destination.<br/><strong>Supports Expression Language: true (will be evaluated 
using variable registry only)</strong></td></tr><tr><td id="name"><strong>Max 
Size of Socket Send Buffer</strong></td><td id="default-value">1 MB</td><td 
id="allowable-values"></td><td i
 d="description">The maximum size of the socket send 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>Idle Connection 
Expiration</strong></td><td id="default-value">5 seconds</td><td 
id="allowable-values"></td><td id="description">The amount of time a connection 
should be held open without being used before closing the 
connection.</td></tr><tr><td id="name">Timeout</td><td id="default-value">10 
seconds</td><td id="allowable-values"></td><td id="description">The timeout for 
connecting to and communicating with the destination. Does not apply to 
UDP</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 data being 
sent.</td></tr><tr><td id=
 "name"><strong>Protocol</strong></td><td id="default-value">TCP</td><td 
id="allowable-values"><ul><li>TCP</li><li>UDP</li></ul></td><td 
id="description">The protocol for communication.</td></tr><tr><td 
id="name">Message Delimiter</td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Specifies the delimiter to use 
for splitting apart multiple messages within a single FlowFile. If not 
specified, the entire content of the FlowFile will be used as a single message. 
If specified, the contents of the FlowFile will be split on this delimiter and 
each section sent as a separate message. Note that if messages are delimited 
and some messages for a given FlowFile are transferred successfully while 
others are not, the messages will be split into individual FlowFiles, such that 
those messages that were successfully sent are routed to the 'success' 
relationship while other messages are sent to the 'failure' 
relationship.<br/><strong>Supports Expression Language: true
  (will be evaluated using flow file attributes and variable 
registry)</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>Implementations: </strong><a 
href="../../../nifi-ssl-context-service-nar/1.11.4/org.apache.nifi.ssl.StandardRestrictedSSLContextService/index.html">StandardRestrictedSSLContextService</a><br/><a
 
href="../../../nifi-ssl-context-service-nar/1.11.4/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 sent 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>FlowFiles
 that are sent successfully to the destination are sent out this 
relationship.</td></tr><tr><td>fa
 ilure</td><td>FlowFiles that failed to send to the destination are sent out 
this relationship.</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.<h3>State management: 
</h3>This component does not store state.<h3>Restricted: </h3>This component is 
not restricted.<h3>Input requirement: </h3>This component requires an incoming 
relationship.<h3>System Resource Considerations:</h3>None 
specified.</body></html>
\ No newline at end of file


Reply via email to