Agent Release Version
I. Release Version List
logbeat 1.6.8
Release Date: 8/13/2025
New features
- Data processing plugins are added to transmission task, supporting combined configuration of multiple data processing and parsing methods
logbeat 1.6.7
Release Date: 6/24/2025
New features
- Support filtering containers by pod label
- Solve the issue where logs from containers exiting too quickly could not be collected
logbeat 1.6.6
Release Date: 3/7/2025
New features
- Support configuring data sending (bls-router service) address
logbeat 1.6.5
Release Date: 2/26/2025
New features
- Collector performance optimization
logbeat 1.6.4
Release Date: 1/9/2025
New features
- Support integer timestamp
logbeat 1.6.3
Release Date: 1/7/2025
New features
- Fix the issue of failed parsing of some fields
logbeat 1.6.2
Release Date: 1/2/2024
New features
- Transmission task newly supports syslog log collection
logbeat 1.6.1
Release Date: 12/21/2024
New features
- Transmission task newly supports journal log collection
- Transmission task metadata collection optimization and dilatation
logbeat 1.6.0
Release Date: 8/20/2024
New features
- LogStore supports project groups (project)
logbeat 1.4.8.2
Release Date: 10/10/2023
New features
- Support Yangquan data center
logbeat 1.2.2
Release Date: 10/29/2021
New features
- Support container environment log collection;
- Usage of optimized time resolution format;
logbeat 1.1.1
Release Date: 9/30/2020
New features
- Delimiter resolution scenarios supports configuring quote;
- Support installation of Windows systems;
- Linux system installation supports modifying the installation path and user
logbeat 1.1.0
Release Date: 3/12/2020
New features
- Support configuring resolved field types (string/int/float/date/bool);
- Support using log generation time as the logshipper timestamp: The field name for resolution rule is @timestamp and field type is date.
- Support filtering logs based on resolved fields, collect only logs that match the filter expression
- North China - Beijing, support delivery to BLS LogStore
logbeat 1.0.1
Release Date: 12/20/2019
New features
- Support configuring the limit speed for compression transmission when the destination location is BOS
- Support matching the collection path directories in Glob pattern of golang
- When collecting real-time files with BOS as the destination location, collect the latest file content every 5 minutes to avoid generating a large number of small BOS objects;
Performance optimization
- Typically, the memory of this version of agent will be approximately 50% less than that of the previous version;
- The agent demonstrates higher operating stability when collecting large quantities of small files
II. How to update the agent version
Host
Linux environment
Update it via script by executing the bin/update.sh script in the agent root directory. The script can take a parameter [version], for example:
1sh bin/update.sh [latest/1.1.1]
If left empty, it will default to the latest version, meaning the agent will automatically update to the most recent version.
Window environment
The agent must be uninstalled before reinstalling the latest version.Installation document
Container
To specify the agent version, modify the logbeat version in the yaml file; latest indicates the latest version. Restarting the POD will deploy the latest logbeat version, or manually update to a specific version, e.g., modify it to registry.baidubce.com/bce_bls/logbeat:1.6.0, indicating version 1.6.0.

