Veriify telegraf use: RSS pump

Hello, I have about 100 RSS feeds that I need to monitor, auto remediate and to store in a searchable repository.

Would 100 URLs with the HTTP input plug-in bog down telegraf?

Can I send the full RSS items to BigQuery and parsed data to Loki or would it be better to have one output and do the processing/routing outside of telegraf?

Any other insights in this use case?

Hello @tomd,
I don’t think it should bog down telegraf.
You might be interested in this however:

You can do processing with telegraf as well.

Heres an example of using the execd plugins:

However I don’t know how to answer this question really because it depends on what type of processing you’re looking to do.

Thank you. This is a perfect answer and just the help I needed.