Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 399CB2009F7 for ; Sat, 7 May 2016 21:20:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 381DB160A01; Sat, 7 May 2016 19:20:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A81B31609F6 for ; Sat, 7 May 2016 21:20:13 +0200 (CEST) Received: (qmail 19834 invoked by uid 500); 7 May 2016 19:20:12 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 19823 invoked by uid 99); 7 May 2016 19:20:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2016 19:20:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C71872C033A for ; Sat, 7 May 2016 19:20:12 +0000 (UTC) Date: Sat, 7 May 2016 19:20:12 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-1858) Add ReportingTask for sending provenance events over Site-To-Site MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 07 May 2016 19:20:14 -0000 [ https://issues.apache.org/jira/browse/NIFI-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275352#comment-15275352 ] ASF GitHub Bot commented on NIFI-1858: -------------------------------------- Github user jvwing commented on the pull request: https://github.com/apache/nifi/pull/419#issuecomment-217662827 In my test configuration, it seemed that ROLE_DFM permission was sufficient to enable this controller service and export provenance data. Is that expected? > Add ReportingTask for sending provenance events over Site-To-Site > ----------------------------------------------------------------- > > Key: NIFI-1858 > URL: https://issues.apache.org/jira/browse/NIFI-1858 > Project: Apache NiFi > Issue Type: Improvement > Reporter: Bryan Bende > Assignee: Bryan Bende > Priority: Minor > Fix For: 0.7.0 > > > Currently if someone wants to export Provenance events they can do so through a ReportingTask. Rather than creating specialized ReportingTasks for different destinations, another approach would be to send provenance events to another NiFi instance over site-to-site and then use the standard processors in that other instance to store the events in the desired destination. -- This message was sent by Atlassian JIRA (v6.3.4#6332)