Forum Discussion
Joseph-Abraham
Nov 24, 2020Brass Contributor
OMS Agent for Linux Agent and multi homing
According to the official documentation, the OMS agent for linux does not support multi homing. https://docs.microsoft.com/en-us/azure/azure-monitor/platform/log-analytics-agent#workspace-and-manage...
- Nov 25, 2020Hi,
It is correct that OMS Agent for Linux does not support multi-homing.
There is a new agent called Azure Monitor Agent, which will allow it, replace three other agents, and add more granular control over what telemetry is being collected, but it is currently in Preview and has several limitations. You could still try it out.
More info: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/azure-monitor-agent-overview
Rodrigo_Pereira
Aug 13, 2022Copper Contributor
Unfortunately the AMA agent doesn't (yet) really support log file collection, at least in Linux VM's.
While there are instructions documented to setup a file log collection manually, using API and custom ARM templates, in the target custom logs tables there are missing columns, for example, the "Computer" column is not created, and as such you cannot match the log against whichever VM it originated from. I don't mind the manual setup, but this limitation with the columns was unexpected.
While there are instructions documented to setup a file log collection manually, using API and custom ARM templates, in the target custom logs tables there are missing columns, for example, the "Computer" column is not created, and as such you cannot match the log against whichever VM it originated from. I don't mind the manual setup, but this limitation with the columns was unexpected.
Rodrigo_Pereira
Aug 13, 2022Copper Contributor
And this in 2022 now...