Re: How to read an element inside another element in json with UpdateRecord

2020-08-25 Thread Eric Ladner
"59.m.vl.1.youtube", 72.637692], > ["2020-08-25", "62.b.vl.1.youtube", 1.397887] > ] > > For example, I need to get the value '59.m.vl.1.youtube' or the date value > '2020-08-25'. > > Here's my processor settings: > [image: image.png] > > Can someone suggest something? > > Thank you. > -- > Grato, > Wesley C. Dias de Oliveira. > > Linux User nº 576838. > -- Eric Ladner

Re: Metrics via Prometheus

2020-03-05 Thread Eric Ladner
Grr.. you'd think "Users" would have the ability to add items to the "For Users" section on the wiki. On Thu, Mar 5, 2020 at 10:33 AM Eric Ladner wrote: > eh.. maybe I could throw it on the wiki if somebody grants write access. > > On Thu, Mar 5, 2020 at 10:28

Re: Metrics via Prometheus

2020-03-05 Thread Eric Ladner
gt; Apache blog too. I'm just not sure on the steps. > > Thanks > > On Thu, Mar 5, 2020 at 11:27 AM Eric Ladner wrote: > >> how would I submit something to the NiFi blog? >> >> On Thu, Mar 5, 2020 at 6:37 AM Eric Ladner wrote: >> >>> Good idea. I'

Re: Metrics via Prometheus

2020-03-05 Thread Eric Ladner
how would I submit something to the NiFi blog? On Thu, Mar 5, 2020 at 6:37 AM Eric Ladner wrote: > Good idea. I'll look into that today. > > On Thu, Mar 5, 2020 at 5:56 AM Paul Parker wrote: > >> It would be great if you could share your story as a blog post. >> >&

JSON conversion issue?

2020-03-05 Thread Eric Ladner
. Thanks, Eric Ladner

Re: Metrics via Prometheus

2020-03-05 Thread Eric Ladner
Good idea. I'll look into that today. On Thu, Mar 5, 2020 at 5:56 AM Paul Parker wrote: > It would be great if you could share your story as a blog post. > > Eric Ladner schrieb am Mi., 4. März 2020, 19:45: > >> Thank you so much for your guidance. I was able t

Re: Metrics via Prometheus

2020-03-04 Thread Eric Ladner
pe this helps! Please let me know if you have any further questions. > > -yolanda > > On Tue, Mar 3, 2020 at 2:10 PM Eric Ladner wrote: > >> Yes, exactly! Reporting Task -> Prometheus -> Grafana for keeping an >> eye on things running in NiFi. >> >>

Re: Metrics via Prometheus

2020-03-03 Thread Eric Ladner
Reporting Task for making metrics > available for Prometheus scraping? I don't believe any documentation > outside of what is in NiFi exists just yet, but I'm happy to help answer > questions you may have (I've used this task recently). > > -yolanda > > On Tue, Mar 3,

Metrics via Prometheus

2020-03-03 Thread Eric Ladner
Is there a guide to setting up Nifi and Prometheus anywhere? The nar docs are a little vague. Thanks, Eric Ladner

Re: NIFI - " character in CSV Reader

2019-09-17 Thread Eric Ladner
; > On Tue, Sep 17, 2019 at 5:51 PM Eric Ladner wrote: > >> Try changing the CSV Format to Excel and put the escape character back to >> \ (backslash). >> >> I believe the CSV format definition defines the handling of double quotes >> separately from an es

Re: NIFI - " character in CSV Reader

2019-09-17 Thread Eric Ladner
eader, " are completely removed. My expected output > should be *""Teahous"" Beijing People's Art* for the value *"""Teahous"" > Beijing People's Art" . * > > any suggestions please? > > Thanks, > Asmath > -- Eric Ladner

Re: JSON handling question

2019-05-13 Thread Eric Ladner
we should take a look at > something like an "asJSON()" function in QueryRecord which could infer > the schema of the JSON object and merge that record schema into the > overall outgoing record schema. Alternatively (or additionally) maybe > we could add a ConvertField proces

JSON handling question

2019-05-13 Thread Eric Ladner
ect. I just can't figure out how to promote the value of an attribute in the query to its own flowfile. I'm probably missing something simple, but any tips would be appreciated. -- Eric Ladner