You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by alopresto <gi...@git.apache.org> on 2018/08/30 04:22:56 UTC

[GitHub] nifi issue #2973: NIFI-5561 - Add component name filtering to S2S Provenance...

Github user alopresto commented on the issue:

    https://github.com/apache/nifi/pull/2973
  
    I created a flow which uses 3 `GenerateFlowFile` processors (named _Component A_, _Component A_, and _Component A (B)_) to evaluate the new filtering behavior. Each generates a flowfile with the content and _source_ attribute indicating the source (for the 2nd processor, the message & attribute refer to _Component A (2)_). I exercised the `SiteToSiteProvenanceReportingTask` with no accept/deny list, then only an accept value, then both. The functionality worked as expected; explicit deny overrode allow (see screenshot). 
    
    ![Accept and Deny values](https://user-images.githubusercontent.com/798465/44829414-99b39d80-abd1-11e8-8d60-50205d951ce6.png)
    
    The template is [available here](https://gist.github.com/alopresto/b78ec5da5482f4af7f88faf7eeefd3b7). 


---