Re: ExecuteSQL to elasticsearch

2016-04-07 Thread Matt Burgess
uot;CounterName": > "AvgDiskSecTransfer", "InstanceName": "F:", "MetricValue": > 2.17140579479747E-4}] > > > On Thu, Apr 7, 2016 at 1:34 PM, Matt Burgess <mattyb...@gmail.com> wrote: > >> Can you provide a sample JSON output from yo

Re: ExecuteSQL to elasticsearch

2016-04-07 Thread Arpit Gupta
quot;MetricValue": > 2.17140579479747E-4}] > > > On Thu, Apr 7, 2016 at 1:34 PM, Matt Burgess <mattyb...@gmail.com > <mailto:mattyb...@gmail.com>> wrote: > Can you provide a sample JSON output from your ConvertAvroToJson processor? > It could help identif

Re: ExecuteSQL to elasticsearch

2016-04-07 Thread Matt Burgess
dataflow with the following processors > > ExecuteSQL--> ConvertAvrotoJson --> Elasticsearch. > > The problem i seeing is elasticsearch unable to index the data because of > the Mapping parser exceptions. > > 13:27:37 EDT > ERROR > fc43fc28-215c-469a-9908-73d04d98d4c2 >

Re: ExecuteSQL to elasticsearch

2016-04-07 Thread Madhukar Thota
I am able to construct the dataflow with the following processors ExecuteSQL--> ConvertAvrotoJson --> Elasticsearch. The problem i seeing is elasticsearch unable to index the data because of the Mapping parser exceptions. 13:27:37 EDT ERROR fc43fc28-215c-469a-9908-73d04d98d4c2 PutElastic

ExecuteSQL to elasticsearch

2016-04-07 Thread Madhukar Thota
Friends, I am exploring ExecuteSQL processor in nifi and my goal to get sql data ingested in Elasticsearch. Can someone share or guide what's the flow looks like? Thanks in Advance.