Forum Discussion

Joseph-Abraham's avatar
Joseph-Abraham
Brass Contributor
Nov 24, 2020
Solved

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-management-group-limitations

 

Yet I do see some logs/hints as the below.

INFO: Scripts/nxOMSPlugin.pyc(113):

OMSAgent is multi-homed and resource is updating workspace xyz

 

I would like to check if the agent I am checking on is multi homed though I could not find any other workspace reference in file paths.

Is this feasible now and if so where can I read further about this or is this work in progress and if so are these logs wrong.

4 Replies

    • Rodrigo_Pereira's avatar
      Rodrigo_Pereira
      Copper 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.