Thanks Guys for the input. I will start with InvokeHTTP for now, but i would like to write a processor for opentsdb and will contribute back to community.
On Tue, Apr 26, 2016 at 1:04 AM, karthi keyan <[email protected]> wrote: > Madhu, > > As Joe said, Opentsdb has an Rest support you can use InvokeHTTP or if you > having idea to create a custom processor. Just give a try over Telnet API > in which OpenTsdb has support. > > Just put the metrics over that Telnet API. > > Best, > Karthik > > On Tue, Apr 26, 2016 at 8:23 AM, Joe Percivall <[email protected]> > wrote: > >> A quick look at the documentation it looks like OpenTSDB has an HTTP >> api[1] you could use to POST/GET. So one option may be to use the >> InvokeHttp[2] processor to create messages to GET/POST the HTTP api. >> >> If you need help configuring a flow to properly set headers or content to >> GET/POST just let us know. >> >> [1] http://opentsdb.net/docs/build/html/api_http/index.html[2] >> https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.InvokeHTTP/index.html >> >> >> Joe >> - - - - - - >> Joseph Percivall >> linkedin.com/in/Percivall >> e: [email protected] >> >> >> >> >> On Monday, April 25, 2016 10:46 PM, Joe Witt <[email protected]> wrote: >> Madhu, >> >> I'm not aware of anyone doing so but as always we'd be happy to help >> it be brought in as a contrib. >> >> Thanks >> Joe >> >> >> On Mon, Apr 25, 2016 at 7:50 PM, Madhukar Thota >> <[email protected]> wrote: >> > Friends, >> > >> > Just checking to see if anyone in the community using Nifi or custom >> Nifi >> > processor to write the data into opentsdb? Any input is appreciated. >> > >> > -Madhu >> > >
