Jun 30 2020 10:43 AM
hey there!
I need to grab data from Azure Monitor to InfluxDB.
NOTE: I cannot use Grafana Azure plugin, as this solution by passes InfluxDB, and the data must go to InfluxDB.
I’ve tried to check Azure CLI, but it does not apply to Azure Monitor service.
Not sure about Telegraf plugin…
Any thoughts? Anything will be helpful…
Thanks in advance.
Jul 06 2020 01:59 PM
For metrics data you can use the Azure Monitor Metrics API
You can then use a logic app, to periodically call this API and then ingest data into influx DB.
You can also diagnostic settings to export the metrics or logs to Event Hub and then have an adapter to read from Event hub to write to Influx DB.
regards
-ketan