<?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 Nifi Processor group level logging-Issue in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Processor-group-level-logging-Issue/m-p/360556#M238420</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to enable logging at each processor group level. But we are unable to do it. From nifi-app.log we are getting as a general but we need log for each processor in a processor group level. We cannot use bulletin as well as bulletin will stay only for 5 min interval. Can anyone can help achieving it.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 17:14:41 GMT</pubDate>
    <dc:creator>sarithe</dc:creator>
    <dc:date>2023-01-04T17:14:41Z</dc:date>
    <item>
      <title>Nifi Processor group level logging-Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Processor-group-level-logging-Issue/m-p/360556#M238420</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to enable logging at each processor group level. But we are unable to do it. From nifi-app.log we are getting as a general but we need log for each processor in a processor group level. We cannot use bulletin as well as bulletin will stay only for 5 min interval. Can anyone can help achieving it.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 17:14:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-Processor-group-level-logging-Issue/m-p/360556#M238420</guid>
      <dc:creator>sarithe</dc:creator>
      <dc:date>2023-01-04T17:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi Processor group level logging-Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Processor-group-level-logging-Issue/m-p/360572#M238422</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/83532"&gt;@sarithe&lt;/a&gt;&amp;nbsp; NiFi component processors are part of pluggable nar in NiFi.&amp;nbsp; They are separate from the core NiFi code.&amp;nbsp; Processors are designed to log their output base on their component processor class.&amp;nbsp; It then becomes the responsibility of the logback to route those log messages to the appropriate appender.&amp;nbsp; There is nothing in the log output produced by a component processor that will inherently identify which parent process group it resides within.&amp;nbsp; But if you were to use a consistent processor naming structure in each of your Process Groups (PG), you may be able to setup some creative filtering in logback based on that naming structure.&lt;BR /&gt;&lt;BR /&gt;Bulletins however do include details about the parent Process Group in which the component generating the bulletin resides.&amp;nbsp; &amp;nbsp;You could build a dataflow in yoru NiFi to handle bulletin notification through the use of the &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-site-to-site-reporting-nar/1.19.1/org.apache.nifi.reporting.SiteToSiteBulletinReportingTask/index.html" target="_self"&gt;SiteToSiteBulletinReportingTask&lt;/A&gt; which is used to send bulletin to a destination remote import port on a target NiFi.&amp;nbsp; A dataflow on the target NiFi could be built to parse the received bulletin records by the&amp;nbsp;bulletinGroupName json path property so that all records from same PG are kept together.&amp;nbsp; These&amp;nbsp; 'like' records could then be written out to local filesystem, remote system, used to send email notifications, etc...&lt;BR /&gt;&lt;BR /&gt;Example of what a Bulletin sent using the SiteToSiteBulletinReportingTask looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "objectId" : "541dbd22-aa4b-4a1a-ad58-5d9a0b730e42",
  "platform" : "nifi",
  "bulletinId" : 2200,
  "bulletinCategory" : "Log Message",
  "bulletinGroupId" : "7e7ad459-0185-1000-ffff-ffff9e0b1503",
  "bulletinGroupName" : "PG2-Bulletin",
  "bulletinGroupPath" : "NiFi Flow / Matt's PG / PG2-Bulletin",
  "bulletinLevel" : "DEBUG",
  "bulletinMessage" : "UpdateAttribute[id=8c5b3806-9c3a-155b-ba15-260075ce9a6f] Updated attributes for StandardFlowFileRecord[uuid=1b0cb23a-75d8-4493-ba82-c6ea5c7d1ce3,claim=StandardContentClaim [resourceClaim=StandardResourceClaim[id=1672661850924-5, container=default, section=5], offset=969194, length=1024],offset=0,name=bulletin-${nextInt()).txt,size=1024]; transferring to 'success'",
  "bulletinNodeId" : "e75bf99f-095c-4672-be53-bb5510b3eb5c",
  "bulletinSourceId" : "8c5b3806-9c3a-155b-ba15-260075ce9a6f",
  "bulletinSourceName" : "PG1-UpdateAttribute",
  "bulletinSourceType" : "PROCESSOR",
  "bulletinTimestamp" : "2023-01-04T20:38:27.776Z"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 21:23:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-Processor-group-level-logging-Issue/m-p/360572#M238422</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-01-04T21:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi Processor group level logging-Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-Processor-group-level-logging-Issue/m-p/360944#M238467</link>
      <description>&lt;P&gt;Thanks Matt,I will test and Let you know&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:17:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-Processor-group-level-logging-Issue/m-p/360944#M238467</guid>
      <dc:creator>sarithe</dc:creator>
      <dc:date>2023-01-10T13:17:20Z</dc:date>
    </item>
  </channel>
</rss>

