<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: how to change the in,out,read/write time in Apache NIFI? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-change-the-in-out-read-write-time-in-Apache-NIFI/m-p/184472#M68047</link>
    <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/136323/how-to-change-the-inoutreadwrite-time-in-apache-ni.html#" rel="nofollow noopener noreferrer" target="_blank"&gt;@Mitthu Wagh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is no way to change the 5 minute running average on the processors.&lt;/P&gt;&lt;P&gt;What are you looking for?&lt;/P&gt;&lt;P&gt;You can still see the stats from the processor by  hovering the cursor over the processor and right=click, then a menu pops up and you can see the Status History of the processor:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="34798-screen-shot-2017-09-14-at-101558-am.png" style="width: 587px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18980iB5EA9A70FD7E2E31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="34798-screen-shot-2017-09-14-at-101558-am.png" alt="34798-screen-shot-2017-09-14-at-101558-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A new window opens with a choice of stats to view&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="34799-screen-shot-2017-09-14-at-101656-am.png" style="width: 762px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18981i5AB42E381196AE1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="34799-screen-shot-2017-09-14-at-101656-am.png" alt="34799-screen-shot-2017-09-14-at-101656-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 08:33:08 GMT</pubDate>
    <dc:creator>Wynner</dc:creator>
    <dc:date>2019-08-18T08:33:08Z</dc:date>
    <item>
      <title>how to change the in,out,read/write time in Apache NIFI?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-change-the-in-out-read-write-time-in-Apache-NIFI/m-p/184470#M68045</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My NIFI flow is successfully run&lt;/P&gt;&lt;P&gt;After that I have seen that the In,Read/Write,Out in processor view&lt;/P&gt;&lt;P&gt;But after 5 min the all information is flush from processor view&lt;/P&gt;&lt;P&gt;I check the processor code, there is no code for flush information after 5 min&lt;/P&gt;&lt;P&gt;that is happen in every processor &lt;/P&gt;&lt;P&gt;I have to change that time, how can I do that&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="34796-screenshot-from-2017-09-14-18-43-01.png" style="width: 1366px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18982i22676ADFD3AF1825/image-size/medium?v=v2&amp;amp;px=400" role="button" title="34796-screenshot-from-2017-09-14-18-43-01.png" alt="34796-screenshot-from-2017-09-14-18-43-01.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 08:33:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-change-the-in-out-read-write-time-in-Apache-NIFI/m-p/184470#M68045</guid>
      <dc:creator>waghmithu</dc:creator>
      <dc:date>2019-08-18T08:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the in,out,read/write time in Apache NIFI?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-change-the-in-out-read-write-time-in-Apache-NIFI/m-p/184471#M68046</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/136323/how-to-change-the-inoutreadwrite-time-in-apache-ni.html#"&gt;@Mitthu Wagh&lt;/A&gt; the 5-minute window is not currently configurable. However, NiFi does take a snapshot of these values (and several others) every 1 minute (by default) and when you right-click on a Processor, you can go to Status History. This will graph that value over time. By default it will grab those 5-minute statistics every minute for 24 hours. This can be changed by updating the "nifi.components.status.repository.buffer.size" and "nifi.components.status.snapshot.frequency" properties in nifi.properties. You could also get these values via a Reporting Task if you wanted to push them somewhere else such as Grafana for longer-term storage.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 21:11:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-change-the-in-out-read-write-time-in-Apache-NIFI/m-p/184471#M68046</guid>
      <dc:creator>mpayne</dc:creator>
      <dc:date>2017-09-14T21:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the in,out,read/write time in Apache NIFI?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-change-the-in-out-read-write-time-in-Apache-NIFI/m-p/184472#M68047</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/136323/how-to-change-the-inoutreadwrite-time-in-apache-ni.html#" rel="nofollow noopener noreferrer" target="_blank"&gt;@Mitthu Wagh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is no way to change the 5 minute running average on the processors.&lt;/P&gt;&lt;P&gt;What are you looking for?&lt;/P&gt;&lt;P&gt;You can still see the stats from the processor by  hovering the cursor over the processor and right=click, then a menu pops up and you can see the Status History of the processor:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="34798-screen-shot-2017-09-14-at-101558-am.png" style="width: 587px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18980iB5EA9A70FD7E2E31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="34798-screen-shot-2017-09-14-at-101558-am.png" alt="34798-screen-shot-2017-09-14-at-101558-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A new window opens with a choice of stats to view&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="34799-screen-shot-2017-09-14-at-101656-am.png" style="width: 762px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18981i5AB42E381196AE1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="34799-screen-shot-2017-09-14-at-101656-am.png" alt="34799-screen-shot-2017-09-14-at-101656-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 08:33:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-change-the-in-out-read-write-time-in-Apache-NIFI/m-p/184472#M68047</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2019-08-18T08:33:08Z</dc:date>
    </item>
  </channel>
</rss>

