<?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 Can we detect who did a particular operation in NiFi? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Can-we-detect-who-did-a-particular-operation-in-NiFi/m-p/414111#M254641</link>
    <description>&lt;P&gt;Hello we have single user based NiFi but in reality around 15 to 20 people use that instance. How to know who added a process group or stopped a processor and at which point of time was that processor stopped? Do we have any IP getting recorded or anything like that?&amp;nbsp;&lt;BR /&gt;Is it possible in NiFi having OIDC/Oauth2 based authentication that which user added/removed something?&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2026 16:52:40 GMT</pubDate>
    <dc:creator>AlokKumar</dc:creator>
    <dc:date>2026-05-26T16:52:40Z</dc:date>
    <item>
      <title>Can we detect who did a particular operation in NiFi?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-detect-who-did-a-particular-operation-in-NiFi/m-p/414111#M254641</link>
      <description>&lt;P&gt;Hello we have single user based NiFi but in reality around 15 to 20 people use that instance. How to know who added a process group or stopped a processor and at which point of time was that processor stopped? Do we have any IP getting recorded or anything like that?&amp;nbsp;&lt;BR /&gt;Is it possible in NiFi having OIDC/Oauth2 based authentication that which user added/removed something?&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 16:52:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-detect-who-did-a-particular-operation-in-NiFi/m-p/414111#M254641</guid>
      <dc:creator>AlokKumar</dc:creator>
      <dc:date>2026-05-26T16:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can we detect who did a particular operation in NiFi?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-detect-who-did-a-particular-operation-in-NiFi/m-p/414115#M254643</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/114561"&gt;@AlokKumar&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for being part of the community.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, that is possible.&amp;nbsp;&lt;BR /&gt;You should be able to search on the nifi-user.log for entries. You can either filter them by user or by processor IDs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I did some starts and stops for this processor.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vafs_0-1779820389394.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46833iA40B8F2CB9EE1179/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vafs_0-1779820389394.png" alt="vafs_0-1779820389394.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;By checking the log using the ID, I found this:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2026-05-26 18:29:40,582 INFO [NiFi Web Server-36464] o.a.n.w.s.NiFiAuthenticationFilter Authentication Started 10.129.x.x [&amp;lt;vafs&amp;gt;&amp;lt;CN=node1.cfm-vafs.cloudera.com, ST=CA, C=US&amp;gt;] PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/processors/3be575b5-019e-1000-0000-00002f93e650/run-status
2026-05-26 18:29:40,582 INFO [NiFi Web Server-36464] o.a.n.w.s.NiFiAuthenticationFilter Authentication Success [vafs] 10.129.x.x PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/processors/3be575b5-019e-1000-0000-00002f93e650/run-status
2026-05-26 18:29:40,597 INFO [NiFi Web Server-33000] o.a.n.w.s.NiFiAuthenticationFilter Authentication Started 10.129.x.x [&amp;lt;vafs&amp;gt;&amp;lt;CN=node1.cfm-vafs.cloudera.com, ST=CA, C=US&amp;gt;] PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/processors/3be575b5-019e-1000-0000-00002f93e650/run-status
2026-05-26 18:29:40,598 INFO [NiFi Web Server-33000] o.a.n.w.s.NiFiAuthenticationFilter Authentication Success [vafs] 10.129.x.x PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/processors/3be575b5-019e-1000-0000-00002f93e650/run-status
...
2026-05-26 18:29:51,454 INFO [NiFi Web Server-36459] o.a.n.w.s.NiFiAuthenticationFilter Authentication Started 10.129.x.x [&amp;lt;vafs&amp;gt;&amp;lt;CN=node1.cfm-vafs.cloudera.com, ST=CA, C=US&amp;gt;] PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/processors/3be575b5-019e-1000-0000-00002f93e650/run-status
2026-05-26 18:29:51,455 INFO [NiFi Web Server-36459] o.a.n.w.s.NiFiAuthenticationFilter Authentication Success [vafs] 10.129.x.x PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/processors/3be575b5-019e-1000-0000-00002f93e650/run-status
2026-05-26 18:29:51,465 INFO [NiFi Web Server-36510] o.a.n.w.s.NiFiAuthenticationFilter Authentication Started 10.129.x.x [&amp;lt;vafs&amp;gt;&amp;lt;CN=node1.cfm-vafs.cloudera.com, ST=CA, C=US&amp;gt;] PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/processors/3be575b5-019e-1000-0000-00002f93e650/run-status
2026-05-26 18:29:51,465 INFO [NiFi Web Server-36510] o.a.n.w.s.NiFiAuthenticationFilter Authentication Success [vafs] 10.129.x.x PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/processors/3be575b5-019e-1000-0000-00002f93e650/run-status&lt;/LI-CODE&gt;&lt;P&gt;Also, by checking the ID for a proccessor group I see the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vafs_1-1779820677770.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46834i60E334FA05D33051/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vafs_1-1779820677770.png" alt="vafs_1-1779820677770.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2026-05-26 18:31:40,166 INFO [NiFi Web Server-36460] o.a.n.w.s.NiFiAuthenticationFilter Authentication Started 10.129.x.x [&amp;lt;vafs&amp;gt;&amp;lt;CN=node1.cfm-vafs.cloudera.com, ST=CA, C=US&amp;gt;] PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/process-groups/658e5692-019e-1000-ffff-ffff8f55b0de
2026-05-26 18:31:40,167 INFO [NiFi Web Server-36460] o.a.n.w.s.NiFiAuthenticationFilter Authentication Success [vafs] 10.129.x.x PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/process-groups/658e5692-019e-1000-ffff-ffff8f55b0de
2026-05-26 18:31:40,187 INFO [NiFi Web Server-36459] o.a.n.w.s.NiFiAuthenticationFilter Authentication Started 10.129.x.x [&amp;lt;vafs&amp;gt;&amp;lt;CN=node1.cfm-vafs.cloudera.com, ST=CA, C=US&amp;gt;] PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/process-groups/658e5692-019e-1000-ffff-ffff8f55b0de
2026-05-26 18:31:40,188 INFO [NiFi Web Server-36459] o.a.n.w.s.NiFiAuthenticationFilter Authentication Success [vafs] 10.129.x.x PUT https://node1.cfm-vafs.cloudera.com:8443/nifi-api/process-groups/658e5692-019e-1000-ffff-ffff8f55b0de&lt;/LI-CODE&gt;&lt;P&gt;This should give you the information you want.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 18:41:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-detect-who-did-a-particular-operation-in-NiFi/m-p/414115#M254643</guid>
      <dc:creator>vafs</dc:creator>
      <dc:date>2026-05-26T18:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can we detect who did a particular operation in NiFi?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-we-detect-who-did-a-particular-operation-in-NiFi/m-p/414120#M254646</link>
      <description>&lt;P&gt;hello in the logs above I don't see any log which describes LogAttribute (the screenshot you have posted above says it is a LogAttribute processor) being started or stopped. Also anyway to know which user did this&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 08:27:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-we-detect-who-did-a-particular-operation-in-NiFi/m-p/414120#M254646</guid>
      <dc:creator>AlokKumar</dc:creator>
      <dc:date>2026-05-27T08:27:38Z</dc:date>
    </item>
  </channel>
</rss>

