The latest public preview OMS agent for Linux is available on Github.
This updates introduces the following new features:
- FluentD v12.24: Fluentd is an Ruby-based open source data collector for unifying data collection and consumption for better understanding and use of unstructured data. Among other capabilities, It analyzes event logs, application logs, and clickstreams. This feature in the OMS Agent for Linux introduces a new default FLuentD buffer queue behavior.
- Support for CollectD Metrics
- Ability to support custom JSON data sources from OMS Agent for Linux
- New default set of Performance Counters supported
- Support Docker Engine Version 1.11.2 and Docker Rest API version 1.23
- The
omsagent
service now runs underomiusers
group instead ofomsagent
group - Ubuntu 16.04 LTS (x64/x86) support
Fixes
- In some cases, when the OMS Agent for Linux fails to send data to the OMS Service a retry is not initiated
- The OMS Agent for Linux can enter a race condition when using Custom Logs and Syslog data because the buffer path for out_oms and out_oms_blob conflict
- The OMS Agent for Linux can fail to start after an upgrade from an error in a post uninstall script
Install OMS Agent for Linux – v1.1.0-217
For x86 Architecture (32-bit) system:
cd ~
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/v1.1.0-217/omsagent-1.1.0-217.universal.x86.sh
sudo bash omsagent-1.1.0-217.universal.x86.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY>
For x64 Architecture (64-bit) System
cd ~
wget https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/v1.1.0-217/omsagent-1.1.0-217.universal.x64.sh
sudo bash omsagent-1.1.0-217.universal.x64.sh --upgrade -w <WORKSPACE_ID> -s <SECRET_KEY>
Where WORKSPACE_ID Is the ID for your OMS workspace, and the SECRET_KEY is the relevant key for your OMS workspace.
To determine your OMS workspace ID and primary key:
- Sign into the OMS workspace
- From the Overview page, click on Settings.
- In the Settings page, click on the Connected Sources tab
Cheers!
The following two tabs change content below.
Strategist. Technologist. Skeptic. Friend.
Latest posts by Chiyo Odika (see all)
- Replicate Proximity Placement Group workloads in Azure - January 13, 2021
- Azure NetApp Files (ANF) – Deploy with JSON - October 9, 2020
- Addressing Critical ZeroLogon Vulnerability CVE-2020-1472 - September 26, 2020