Re: [jira] [Commented] (NIFI-3711) Change default size of provenance details dialog to show Replay button by default

2017-04-18 Thread Andy LoPresto
The fact that I can’t tell if this is sarcasm or genuine surprise is a pretty good indicator this issue is valuable. John, if you are serious, here are some resources describing the feature: User Guide: Replaying a FlowFile [1] Joe Witt discussing the feature at OSCON 2015 [2]: Overview: Reco

Re: Netflow parser

2017-04-18 Thread Andy LoPresto
Corey, You could probably accomplish this currently with UpdateAttributes (it would be exhausting) to break out the flowfile content into attributes and then form them into JSON. I think a better option would be to use the ExecuteScript processor with something like netflow-parser [1] and proce

Re: Netflow parser

2017-04-18 Thread Corey Flowers
Thanks for all the help, I am going to look into Metron but I think to get around my current problem of netflow sensor collection from multiple points, I am going to use a listenUDP, with an execute stream running nfdump to structure the data into a json format. I don't usually work with netflow da

Re: SplitText is throwing ArrayIndexOutofBoundException

2017-04-18 Thread Ravi Papisetti (rpapiset)
Thank you for the references, Kyle. I did remove templates from flow.xml.gz and removed content from all repos resolved issue. Thanks, Ravi Papisetti From: Kyle Richardson Reply-To: "users@nifi.apache.org" Date: Tuesday, April 18, 2017 at 9:54 AM To: "users@nifi.apache.org" Subject: Re: Split

Re: SplitText is throwing ArrayIndexOutofBoundException

2017-04-18 Thread Kyle Richardson
Ravi, You may be running into the same issue I did in v1.1.2. Below is the stack trace from my case. I found that I was running into either NIFI-3495 or NIFI-3278 or both, and that upgrading to the latest master build (1.2.0-SNAPSHOT) resolved the issue. 2017-04-11 16:10:20,703 ERROR [Timer-Drive

Re: Text output with code possible in HandleHttpResponse?

2017-04-18 Thread James McMahon
Please pardon me, this has previously been answered and I need to fix my ReplaceText configuration. Here is the previous help: http://apache-nifi.1125220.n5.nabble.com/How-to-send-back-a-reply-from-HandleHTTPRequest-td14716.html My oversight. Sorry. On Tue, Apr 18, 2017 at 8:44 AM, James McMahon

Text output with code possible in HandleHttpResponse?

2017-04-18 Thread James McMahon
Good morning. I am using NiFi v0.7.x. My customers asked me to provide them with the filename and uuid in addition to the response code from my HandleHttpResponse. I tried changing the Status Code from 202 to 202 ${filename}.${uuid} but the processor throws an error because the status code is not a