[
https://issues.apache.org/jira/browse/NIFI-6373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17180463#comment-17180463
]
Martin commented on NIFI-6373:
------------------------------
Voted! My right arm is tired from replaying 88 flowfiles :D
> Bulk replay of provenance events
> --------------------------------
>
> Key: NIFI-6373
> URL: https://issues.apache.org/jira/browse/NIFI-6373
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core Framework
> Affects Versions: 1.9.2
> Reporter: Andy LoPresto
> Priority: Major
>
> There is a feature request to _bulk replay_ provenance events. Currently, the
> UI and API allow for only single events to replayed via the {{POST
> /provenance-events}} API. I propose allowing for a JSON request which
> specifies a list of provenance event IDs, or allows for a range of values
> (i.e. {{event IDs 123 < x < 456}}; {{startDate > 01/01/19 && endDate <
> 01/02/19}}; {{componentID == 'abcd-efgh...' && eventType ==
> 'ATTRIBUTES_MODIFIED'}}; etc.) and replays all provenance events which match,
> and returns a response containing the IDs of each event that was replayed.
> Currently this is accomplished by writing custom scripts to interact with the
> API and query {{POST /provenance}} to perform a search and then iterate over
> each returned event and replay it individually.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)