logspout-loganalytics
logspout-loganalytics copied to clipboard
Similar project
Hi, for collecting IotEdge logs I've developed a similar project:
https://hub.docker.com/r/gimmi/gelf2azure
https://github.com/gimmi/gelf2azure
The main advantage of that approach is that it has ZERO write on device disk, and this can be a very good feature to have when dealing with the problem of "disk wearing" that can be problematic for certain edge devices.
It also uses the Azure Monitor with the HTTP Data Collector API that is currently in public preview.
Any feedback is much appreciated!