百度智能云

All Product Document

          Log Service

          Agent Release Version

          I. Release Version List

          logbeat 1.6.8

          Release Date: 8/13/2025

          New features

          1. 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

          1. Support filtering containers by pod label
          2. 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

          1. Support configuring data sending (bls-router service) address

          logbeat 1.6.5

          Release Date: 2/26/2025

          New features

          1. Collector performance optimization

          logbeat 1.6.4

          Release Date: 1/9/2025

          New features

          1. Support integer timestamp

          logbeat 1.6.3

          Release Date: 1/7/2025

          New features

          1. Fix the issue of failed parsing of some fields

          logbeat 1.6.2

          Release Date: 1/2/2024

          New features

          1. Transmission task newly supports syslog log collection

          logbeat 1.6.1

          Release Date: 12/21/2024

          New features

          1. Transmission task newly supports journal log collection
          2. Transmission task metadata collection optimization and dilatation

          logbeat 1.6.0

          Release Date: 8/20/2024

          New features

          1. LogStore supports project groups (project)

          logbeat 1.4.8.2

          Release Date: 10/10/2023

          New features

          1. Support Yangquan data center

          logbeat 1.2.2

          Release Date: 10/29/2021

          New features

          1. Support container environment log collection;
          2. Usage of optimized time resolution format;

          logbeat 1.1.1

          Release Date: 9/30/2020

          New features

          1. Delimiter resolution scenarios supports configuring quote;
          2. Support installation of Windows systems;
          3. Linux system installation supports modifying the installation path and user

          logbeat 1.1.0

          Release Date: 3/12/2020

          New features

          1. Support configuring resolved field types (string/int/float/date/bool);
          2. Support using log generation time as the logshipper timestamp: The field name for resolution rule is @timestamp and field type is date.
          3. Support filtering logs based on resolved fields, collect only logs that match the filter expression
          4. North China - Beijing, support delivery to BLS LogStore

          logbeat 1.0.1

          Release Date: 12/20/2019

          New features

          1. Support configuring the limit speed for compression transmission when the destination location is BOS
          2. Support matching the collection path directories in Glob pattern of golang
          3. 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

          1. Typically, the memory of this version of agent will be approximately 50% less than that of the previous version;
          2. 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:

          sh 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. image.png

          Previous
          Agent Management
          Next
          Set Agent Startup Parameters