Added: nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-windows-event-log-nar/1.9.2/org.apache.nifi.processors.windows.event.log.ConsumeWindowsEventLog/index.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-windows-event-log-nar/1.9.2/org.apache.nifi.processors.windows.event.log.ConsumeWindowsEventLog/index.html?rev=1857126&view=auto ============================================================================== --- nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-windows-event-log-nar/1.9.2/org.apache.nifi.processors.windows.event.log.ConsumeWindowsEventLog/index.html (added) +++ nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi/nifi-windows-event-log-nar/1.9.2/org.apache.nifi.processors.windows.event.log.ConsumeWindowsEventLog/index.html Mon Apr 8 17:46:56 2019 @@ -0,0 +1 @@ +<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"></meta><title>ConsumeWindowsEventLog</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;">ConsumeWindowsEventLog</h1><h2>Description: </h2><p>Registers a Windows Event Log Subscribe Callback to receive FlowFiles from Events on Windows. These can be filtered via channel and XPath.</p><p><a href="additionalDetails.html">Additional Details...</a></p><h3>Tags: </h3><p>ingest, event, windows</p><h3>Properties: </h3><p>In the list below, the names of required properties appear in <strong>bold</strong>. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the <a href="../../../../../html/expression-l anguage-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>Channel</strong></td><td id="default-value">System</td><td id="allowable-values"></td><td id="description">The Windows Event Log Channel to listen to.<br/><strong>Supports Expression Language: true (will be evaluated using variable registry only)</strong></td></tr><tr><td id="name"><strong>XPath Query</strong></td><td id="default-value">*</td><td id="allowable-values"></td><td id="description">XPath Query to filter events. (See https://msdn.microsoft.com/en-us/library/windows/desktop/dd996910(v=vs.85).aspx for examples.)<br/><strong>Supports Expression Language: true (will be evaluated using variable registry only)</strong></td></tr><tr><td id="name"><strong>Maximum Buffer Size</strong></td><td id="default-value">1048576</td><td id="allowable-values"></td><td id="description">The individual Even t Log XMLs are rendered to a buffer. This specifies the maximum size in bytes that the buffer will be allowed to grow to. (Limiting the maximum size of an individual Event XML.)</td></tr><tr><td id="name"><strong>Maximum queue size</strong></td><td id="default-value">1024</td><td id="allowable-values"></td><td id="description">Events are received asynchronously and must be output as FlowFiles when the processor is triggered. This specifies the maximum number of events to queue for transformation into FlowFiles.</td></tr><tr><td id="name"><strong>Inactive duration to reconnect</strong></td><td id="default-value">10 mins</td><td id="allowable-values"></td><td id="description">If no new event logs are processed for the specified time period, this processor will try reconnecting to recover from a state where any further messages cannot be consumed. Such situation can happen if Windows Event Log service is restarted, or ERROR_EVT_QUERY_RESULT_STALE (15011) is returned. Setting no durat ion, e.g. '0 ms' disables auto-reconnection.<br/><strong>Supports Expression Language: true (will be evaluated using variable registry only)</strong></td></tr></table><h3>Relationships: </h3><table id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Relationship for successfully consumed events.</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>Will set a MIME type value of application/xml.</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
Modified: nifi/site/trunk/docs/nifi-docs/html/administration-guide.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/administration-guide.html?rev=1857126&r1=1857125&r2=1857126&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/administration-guide.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/administration-guide.html Mon Apr 8 17:46:56 2019 @@ -6764,7 +6764,7 @@ that is specified.</p></td> </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-03-13 00:16:57 -04:00 +Last updated 2019-04-03 15:37:18 -04:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/developer-guide.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/developer-guide.html?rev=1857126&r1=1857125&r2=1857126&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/developer-guide.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/developer-guide.html Mon Apr 8 17:46:56 2019 @@ -703,7 +703,7 @@ that is most effective for a particular <div class="ulist"> <ul> <li> -<p>An AuthorityProvide is responsible for determining which privileges and roles, if any, +<p>An AuthorityProvider is responsible for determining which privileges and roles, if any, a given user should be granted.</p> </li> </ul> @@ -1317,7 +1317,7 @@ capabilities and explicitly enable them will result in the component being treated as restricted and will require a user to be explicitly added to the list of users who can access restricted components. Once a user is permitted to access restricted components, they will be allowed to create and modify those components assuming all other permissions are permitted. -Without access to restricted components, a user will be still be aware these types of components exist but will +Without access to restricted components, a user will still be aware these types of components exist but will be unable to create or modify them even with otherwise sufficient permissions.</p> </div> </div> @@ -2157,7 +2157,7 @@ relationships for a given input FlowFile <p>Additionally, some Processors may need to "group" the data that is sent to each Relationship so that each FlowFile that is sent to a relationship has the same value. In our example, we -may wan to allow the Regular Expression +may want to allow the Regular Expression to have a Capturing Group and if two different lines in the CSV match the Regular Expression but have different values for the Capturing Group, we want them to be added to two @@ -2256,7 +2256,7 @@ preferred to use the <code>clone(FlowFile, long, long)</code> method instead of the <code>create(FlowFile)</code> method of the ProcessSession. In this case, the offset -of the original FlwoFile at which the new FlowFile’s content should +of the original FlowFile at which the new FlowFile’s content should begin is passed as the second argument to the <code>clone</code> method. The length of the new FlowFile is passed as the third argument to the <code>clone</code> @@ -3687,7 +3687,7 @@ worry about bothering us. Just ping the </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-03-13 00:16:56 -04:00 +Last updated 2019-04-03 15:37:18 -04:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/expression-language-guide.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/expression-language-guide.html?rev=1857126&r1=1857125&r2=1857126&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/expression-language-guide.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/expression-language-guide.html Mon Apr 8 17:46:56 2019 @@ -4046,7 +4046,7 @@ an embedded Expression, though it does n </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-03-13 00:16:57 -04:00 +Last updated 2019-04-03 15:37:18 -04:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/getting-started.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/getting-started.html?rev=1857126&r1=1857125&r2=1857126&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/getting-started.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/getting-started.html Mon Apr 8 17:46:56 2019 @@ -1607,7 +1607,7 @@ work back to the Apache NiFi community s </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-03-13 00:16:57 -04:00 +Last updated 2019-04-03 15:37:18 -04:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/nifi-in-depth.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/nifi-in-depth.html?rev=1857126&r1=1857125&r2=1857126&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/nifi-in-depth.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/nifi-in-depth.html Mon Apr 8 17:46:56 2019 @@ -880,7 +880,7 @@ This section relies heavily on informati </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-03-13 00:16:56 -04:00 +Last updated 2019-04-03 15:37:18 -04:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/overview.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/overview.html?rev=1857126&r1=1857125&r2=1857126&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/overview.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/overview.html Mon Apr 8 17:46:56 2019 @@ -901,7 +901,7 @@ Scalable Internet Services [online]. Re </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-03-13 00:16:57 -04:00 +Last updated 2019-04-03 15:37:18 -04:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/record-path-guide.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/record-path-guide.html?rev=1857126&r1=1857125&r2=1857126&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/record-path-guide.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/record-path-guide.html Mon Apr 8 17:46:56 2019 @@ -1756,7 +1756,7 @@ only of white space (spaces, tabs, carri </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-03-13 00:16:57 -04:00 +Last updated 2019-04-03 15:37:18 -04:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/toolkit-guide.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/toolkit-guide.html?rev=1857126&r1=1857125&r2=1857126&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/toolkit-guide.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/toolkit-guide.html Mon Apr 8 17:46:56 2019 @@ -2904,7 +2904,7 @@ $ ./bin/tls-toolkit.sh standalone -n 'no </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-03-13 00:16:57 -04:00 +Last updated 2019-04-03 15:37:18 -04:00 </div> </div> </body> Modified: nifi/site/trunk/docs/nifi-docs/html/user-guide.html URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/html/user-guide.html?rev=1857126&r1=1857125&r2=1857126&view=diff ============================================================================== --- nifi/site/trunk/docs/nifi-docs/html/user-guide.html (original) +++ nifi/site/trunk/docs/nifi-docs/html/user-guide.html Mon Apr 8 17:46:56 2019 @@ -824,7 +824,7 @@ and configure system properties, such as </div> <div class="paragraph"> <p>On the right side of the canvas is Search, and the Global Menu. You can use Search to easily find components on the -canvas and can to search by component name, type, identifier, configuration properties, and their values. The Global Menu +canvas and to search by component name, type, identifier, configuration properties, and their values. The Global Menu contains options that allow you to manipulate existing components on the canvas:</p> </div> <div class="imageblock"> @@ -896,7 +896,7 @@ of restrictions. If permission is grante </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock">access users/groups</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock">Allows users view and modify the users and user groups</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">Allows users to view and modify the users and user groups</p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock">retrieve site-to-site details</p></td> @@ -1109,7 +1109,7 @@ For Processors, Ports, Remote Process Gr <p><strong>Start</strong> or <strong>Stop</strong>: This option allows the user to start or stop a Processor; the option will be either Start or Stop, depending on the current state of the Processor.</p> </li> <li> -<p><strong>Enable</strong> or <strong>Disable</strong>: This option allows the user to enable or enable a Processor; the option will be either Enable or Disable, depending on the current state of the Processor.</p> +<p><strong>Enable</strong> or <strong>Disable</strong>: This option allows the user to enable or disable a Processor; the option will be either Enable or Disable, depending on the current state of the Processor.</p> </li> <li> <p><strong>View data provenance</strong>: This option displays the NiFi Data Provenance table, with information about data provenance events for the FlowFiles routed through that Processor (see <a href="user-guide.html#data_provenance">Data Provenance</a>).</p> @@ -4815,7 +4815,7 @@ the <a href="administration-guide.html"> </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-03-13 00:16:57 -04:00 +Last updated 2019-04-03 15:37:18 -04:00 </div> </div> </body>
