Joe,

None that I know of, but I like the idea! A Reporting Task isn't able to create 
FlowFiles,
but one thing that you may want to look into is serializing the data as JSON or 
whatever
makes sense and then pushing it to NiFi via Site-to-Site. The 
SiteToSiteProvenanceReportingTask
does this for Provenance data, and it is quite nice. It gives you the ability 
to transfer attributes
along with the 'message' if it makes sense to do so, and integrates very 
cleanly. You could then use
whatever Processors make sense in your flow to push the data wherever you would 
like it to be.

Thanks
-Mark



> On Apr 5, 2017, at 8:40 AM, Joe Gresock <[email protected]> wrote:
> 
> I haven't completely kept up to date on the new reporting tasks since
> 1.1.1, so I thought I'd ask here.
> 
> I'd like to be able to store the status history metrics for processors and
> queues in something like Elasticsearch.  I see the StandardGangliaReporter,
> which looks to capture what I want, but I'm not using Ganglia.  Is there
> anything that captures the metrics by producing flow files or something?
> 
> Thanks,
> Joe
> 
> -- 
> I know what it is to be in need, and I know what it is to have plenty.  I
> have learned the secret of being content in any and every situation,
> whether well fed or hungry, whether living in plenty or in want.  I can do
> all this through him who gives me strength.    *-Philippians 4:12-13*

Reply via email to