Re: TailFile Multiple files and Rolling Filename Pattern not working.

2017-03-13 Thread Andy LoPresto
Hi Sumanth, Your table text copy/paste did not come through very well, so could you please take a screenshot of the processor properties dialog as it is configured on your system and re-send? My initial guess is that the issue stems from having multiple dot characters in the filename (I did a

Re: I have attribute called X. But X.0 and X.1 also got created. Why?

2017-03-13 Thread Andy LoPresto
Srini, I thought about it a little bit more and I think I have a temporary solution that will actually work for you. I still recommend you open the Jira but the following regex should work for you: ^.*(.??)$ I’ll break down the regex: ^ - Match at the start of the content .*- Match a

Re: I have attribute called X. But X.0 and X.1 also got created. Why?

2017-03-13 Thread Andy LoPresto
Here is the specific source code for reference: https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExtractText.java#L262-L262

Re: I have attribute called X. But X.0 and X.1 also got created. Why?

2017-03-13 Thread srini
Hi Any, I dropped the idea of saving the flowfile to an attribute. So I am good in that part. And you said "An immediate fix is to remove the parentheses from your regex; .*" But It is not taking if I remove parentheses. thanks Srini -- View this message in context: http://apache-nifi-develo

Re: Closing in on a NiFi 1.2.0 release?

2017-03-13 Thread Bryan Bende
Just a quick update on this discussion... On Friday we were able to post an initial PR for the component versioning work [1]. I believe we are ready to move forward with a release of the NAR Maven plugin, there are three tickets to be included in the release [2]. If there are no objections, I ca

Re: PutElasticsearch Processor

2017-03-13 Thread Matt Burgess
Shanka, PutElasticsearch expects a single JSON object as a document to put into ES. Try a SplitJson processor ahead of PutElasticsearch, probably using $[*] or $.* as the JSONPath expression. Regards, Matt > On Mar 13, 2017, at 6:42 AM, shankhamajumdar > wrote: > > Hi, > > I am able to l

PutElasticsearch Processor

2017-03-13 Thread shankhamajumdar
Hi, I am able to load single json to Elasticsearch using NiFi PutElasticsearch Processor but while trying to load json array I am getting error. Regards, Shankha -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/PutElasticsearch-Processor-tp15111.html Sent

Re: we finished a Chinesization & a Japanize version of Nifi 1.1

2017-03-13 Thread 王家昉
Hi Koji san: Thanks a lot for your attention. As we do not have experience to do localization in nifi before, could you please suggest what we should do next? As current localized version is based on the version that we customized for our customers, there are some differences between the of