influxdata / telegraf

Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
https://influxdata.com/telegraf
MIT License
14.6k stars 5.57k forks source link

Azure LogAnalytics Output Plugin #5317

Open yshahin opened 5 years ago

yshahin commented 5 years ago

Feature Request

Opening a feature request kicks off a discussion.

Proposal:

Proposal for adding a new Output plugin for "Azure LogAnalytics" which will allow to send telegraph metrics over to Azure OMS portal. https://docs.microsoft.com/en-us/azure/azure-monitor/platform/data-collector-api

Use case: [Why is this important (helps with prioritizing requests)]

Not all users track metrics in AppInsights or AzureMonitor

jmalette commented 5 years ago

Any update on this? I'd like this feature as well.

bmcstuff commented 5 years ago

+1 on this output plugin

saikovvuri commented 5 years ago

+1

eehret commented 4 years ago

Does anyone else know of another relatively easy way to push metrics to Azure log analytics that does NOT require OMS? Our instances of OMS agent on linux have been plagued with problems, which has led me to try to find another redundant way to report metrics for our mission critical resources.

yshahin commented 4 years ago

@reimda, Its been a year and a half now, is this going to be merged?

mdowst commented 4 years ago

@eehret I have found that keeping the Linux agents updated helps. There where a bunch of bugs and issues with earlier versions that have been fixed. https://github.com/microsoft/OMS-Agent-for-Linux/releases/

wget https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.12.15-0/omsagent-1.12.15-0.universal.x64.sh
sudo sh ./omsagent-1.12.15-0.universal.x64.sh --upgrade
eehret commented 4 years ago

@mdowst Thanks, but that's not the issue in our case. We're running the latest version already.

DStrand1 commented 1 week ago

Is anyone still interested in this potential new plugin?