Skip to main content
1-Visitor
July 21, 2020
Solved

InfluxDB Telegraf

  • July 21, 2020
  • 1 reply
  • 1361 views

Hello,

 

Is Telegraf, from InfluxDB, supported as a Persistence Provider in ThingWorx?

 

If yes, can I set the connection similar as for InfluxDB or is there is something additional that I have to set it up?

 

Thank you!

Best answer by rjanardan

Short answer, no. Telegraf is not a database. So, I did not understand your question clearly. Could you please explain your use case?

 

As mentioned in the link that you have shared, it is a plugin driven agent that could be used to collect data from a variety of sources including DBs and output it to others including InfluxDB.

 

If you are looking to extract ThingWorx data using Telegraf and output it to some other format for another system then, I believe, you will have to develop your own Telegraf plugin. 

1 reply

rjanardan16-PearlAnswer
16-Pearl
July 21, 2020

Short answer, no. Telegraf is not a database. So, I did not understand your question clearly. Could you please explain your use case?

 

As mentioned in the link that you have shared, it is a plugin driven agent that could be used to collect data from a variety of sources including DBs and output it to others including InfluxDB.

 

If you are looking to extract ThingWorx data using Telegraf and output it to some other format for another system then, I believe, you will have to develop your own Telegraf plugin. 

saguiarde1-VisitorAuthor
1-Visitor
July 21, 2020

Hello @rjanardan,

 

Thanks for the reply. Yes, I want to extract data from ThingWorx and use Telegraf to output to another system. I thought there was a way to easily connect from ThingWorx to it. 

 

Thank you for the clarification and your answer!