Azure has also https://azure.microsoft.com/en-us/updates/were-retiring-the-log-analytics-agent-in-azure-monitor-on-31-august-2024/ for the Azure Log Analytics Agents; Microsoft Monitoring Agent and Log Analytics (OMS).

This article covers how to use Red Hat Ansible Automation Platform to migrate servers that are currently using Azure Log Analytics Agent to Azure Monitor Agent on Azure Arc using Ansible Automation Platform.

We will create a workflow that will leverage the following playbooks to install the Arc Agent, deploy the Azure Monitor Agent, disable the Log Analytics Agent, and then uninstall the log Analytics Agent.

Fill out the following fields: Name: Content Lab - Replace Log Analytics with Arc Agent Job Type: Run Inventory: Project: Content Lab - Azure Infrastructure Configuration Collection Playbook: playbooks/replace_log_analytics_with_arc_linux.yml Credentials: Variables: — Region: resource_group_name: linux_hosts: "{{ hostvars.values() | selectattr('group_names','contains', 'linux') | map(attribute='inventory_hostname') | list }}"

Fill out the following fields: Name: Content Lab - Migrate Log Agent to Azure Monitor Job Type: Run Inventory: Project: Content Lab - Azure Infrastructure Configuration Collection

Related Articles