Release notes

更新时间:
复制 MD 格式

The release notes for Simple Log Service (SLS) and links to the relevant references.

March 2026

Feature

Description

Region

References

OpenClaw One-Click log integration

Integrate OpenClaw AI Agent logs via the Simple Log Service access center with a single click. Includes out-of-the-box audit and observability dashboards for end-to-end O&M.

All regions supported by SLS

Achieve controlled operation of OpenClaw with one-click SLS integration

February 2026

Feature

Description

Region

References

AI Chat Assistant

An intelligent, digital employee-powered O&M assistant that answers queries using a custom knowledge base. Easily configure permissions and behavioral rules to tailor the agent to specific business needs.

All regions supported by SLS

AI Chat Assistant

Dashboard query acceleration

Accelerates dashboard rendering for large-scale or long-range queries. This feature uses materialized views to pre-compute data in the background, transforming complex real-time queries into high-speed data retrieval.

  • China (Ulanqab)

  • China (Guangzhou)

Dashboard query acceleration

January 2026

Feature

Description

Region

References

Materialized view

Automatically extracts and persists sub-queries (aggregations, filters, and projections) from SQL statements. The system transparently rewrites subsequent queries to use these persisted results, significantly accelerating analytics on massive datasets.

All regions supported by SLS

Materialized views

PostgreSQL protocol compatibility

Supports reading from and writing to LogStore data using the PostgreSQL protocol.

China (Hangzhou)

Connect to SLS using the PostgreSQL protocol

August 2025

Feature

Description

Region

References

Soft delete

Mark log data as deleted instead of permanently removing it.

Singapore and China (Ulanqab)

Soft delete

Consumption processor

A consumption processor uses SPL to process data from SLS in real time. It supports various applications, including third-party software, multi-language apps, cloud products, and streaming frameworks. SPL is designed for semi-structured logs and enables server-side pre-processing and cleaning of log data, such as filtering rows, cropping columns, and extracting using regex. The processed data is sent to the client in a structured format.

All regions supported by SLS

Consumer processor

June 2025

Feature

Description

Region

References

Scan index

The scan index feature boosts scan performance using SLS's full-text and field indexing. By creating lightweight indexes for key fields, such as timestamps, it enhances data scanning efficiency when enabled.

All regions supported by SLS

Accelerated scanning based on scan indexes

May 2025

Feature

Description

Region

References

Machine learning syntax

SLS features machine learning capabilities with various algorithms and calling methods. Analytic statements and machine learning functions allow analysis of field characteristics over time. The service offers algorithms for time series challenges, such as trend prediction, anomaly detection, series decomposition, and clustering. These algorithms are compatible with standard SQL functions, ensuring ease of use and improved troubleshooting efficiency.

All regions supported by SLS

Machine learning syntax

March 2025

Feature

Description

Region

References

High-performance fully accurate query and analysis (Dedicated SQL)

Dedicated SQL can be used for analyzing large-scale data (from tens to hundreds of billions).

All regions supported by SLS

High-performance fully accurate query and analysis (Dedicated SQL)

Projec recycle bin

The recycle bin feature is supported by Simple Log Service. If you delete a project for which the recycle bin feature is enabled, the project data is temporarily moved to the recycle bin. A project in the recycle bin does not support read or write operations but can be restored. If you restore a project in the recycle bin, all data and related settings of the project are restored. For example, Logstores and Logstore-related settings, dashboards, data transformation jobs, and alerts in the project are restored. Make sure that data association is maintained between the project and applications.

All regions supported by SLS

Manage the project recycle bin

Logtail configuration generator

The Logtail configuration generator is provided. If you want to use the AliyunPipelineConfig custom resource definition (CRD) or call an API operation to create a Logtail configuration in an efficient manner, you can use the Logtail configuration generator to automatically generate the CRD and the API parameter script.

All regions supported by SLS

Logtail configuration generator

January 2025

Feature

Description

Region

References

LoongCollector

LoongCollector is supported. LoongCollector is a data collector that is designed for the next generation of observable pipelines. LoongCollector features excellent performance, exceptional stability, and flexible programmability. LoongCollector has the log collection and processing capabilities of Logtail and also upgrades and expands the features of Logtail in a comprehensive manner. Logtail is used in log-related scenarios. LoongCollector is used in various scenarios such as observable data collection, local computing, and service discovery.

China (Heyuan), China (Guangzhou), Singapore, South Korea (Seoul), Malaysia (Kuala Lumpur), Indonesia (Jakarta), Philippines (Manila), Thailand (Bangkok), Japan (Tokyo), Germany (Frankfurt), UK (London), US (Silicon Valley), US (Virginia), and UAE (Dubai)

November 2024

Feature

Description

Region

References

SPL-based data collection

The SPL-based data collection feature is supported by Simple Log Service. Logtail supports the following processing modes: native plug-in mode, extended plug-in mode, and Simple Log Service Processing Language (SPL) mode. You can process data based on SPL statements and their computing capabilities.

All regions supported by SLS

Use Logtail SPL to parse logs

September 2024

Feature

Description

Region

References

Password-free dashboard sharing to WeCom

The password-free dashboard sharing to WeCom feature is supported. You can use your WeCom account to view the dashboard page or the chart on the dashboard page in the WeCom app on your mobile phone or in the WeCom client on your computer without passwords.

All regions supported by Simple Log Service

Feature overview

Network quality analyzer supports tag binding

First, add and select tags in the console, then use the SDK plug-in to add the same tags to users or devices. Data is detected and displayed for a user or device only when the two tags match.

All regions supported by Simple Log Service

Use network quality analyzer

AccessKey pair-free access to Simple Log Service SDK on an ECS instance

The AccessKey pair-free access to Simple Log Service SDK on an Elastic Compute Service (ECS) instance is supported. To access resources of Alibaba Cloud services other than Simple Log Service, ECS instances or applications that are deployed on the ECS instances must have the required access credentials. Alibaba Cloud services use the access credentials to authenticate the identities and permissions of the ECS instances or the applications. You can attach an instance Resource Access Management (RAM) role to an ECS instance. The ECS instance and the applications that are deployed on the ECS instance can automatically obtain and refresh temporary access credentials from within the instance. This way, the ECS instance and the applications can access the resources of Alibaba Cloud services other than Simple Log Service without the need to expose AccessKey pairs. This reduces the risk of AccessKey pair leaks and allows RAM role-based, fine-grained management of access permissions on resources to prevent excessive permissions from being granted.

All regions supported by Simple Log Service

Access Simple Log Service SDK on an ECS instance without an AccessKey pair

August 2024

Feature

Description

Region

References

Ingest processor

  • Ingest processors are provided. You can use ingest processors to preprocess logs before the logs are written to a Logstore. For example, you can use ingest processors to filter data, extract fields, extend fields, and mask data.

  • You are charged for ingest processors based on Observability Capacity Units (OCUs).

All regions supported by Simple Log Service

Simple Log Service Copilot

Use Simple Log Service Copilot to generate, explain, and optimize SQL statements and improve query efficiency.

All regions supported by Simple Log Service

Use Copilot to generate, explain, and optimize SQL statements

New Resource plan (subscription plan) 2.0 (recommended)

Cost units (CUs) are provided. You can use CUs to offset the fees of data transformation (new version), rule-based consumption, and transfer acceleration.

All regions supported by Simple Log Service

July 2024

Feature

Description

Region

References

CR-based Logtail configuration management

The CR-based Logtail configuration management feature is supported. Simple Log Service defines CRDs that allow you to create custom resources. You can create a CustomResource (CR) to create a Logtail configuration. For more information about CRDs, see Extend the Kubernetes API with CustomResourceDefinitions.

All regions supported by Simple Log Service

Log Audit Service (new version)

The new version of Log Audit Service is provided. Compared with the old version of Log Audit Service, the new version of Log Audit Service allows you to use multiple projects to manage logs. You can use the application to aggregate, collect, query, and analyze cloud service logs in a centralized manner, and process logs to meet region-specific data compliance requirements. This way, you can manage data in a legal and orderly manner.

All regions supported by Simple Log Service

Overview of Log Audit Service (new version)

Transfer acceleration

  • The feature uses cloud data centers distributed around the world to intelligently route and parse the access requests from users across the globe to Simple Log Service to the nearest access points. The optimized networks and protocols significantly increase the access speed.

  • The transfer acceleration feature is available for commercial use and charges fees.

All regions supported by Simple Log Service

Password-free dashboard sharing to DingTalk

The password-free dashboard sharing to DingTalk feature is supported. You can use your DingTalk account to view the dashboard page or the chart on the dashboard page in the DingTalk app on your mobile phone or in the DingTalk client on your computer without passwords.

All regions supported by Simple Log Service

Share dashboards to DingTalk accounts without a password

OCU

  • OCUs are provided. OCUs are a new billing unit that is provided by Alibaba Cloud Cloud Native Observability Platform. The number of OCUs is automatically calculated based on the resource usage per hour.

  • You can use OCUs to offset the fees of data transformation (new version), rule-based consumption, and transfer acceleration.

All regions supported by Simple Log Service

Storeview-based log query across Logstores

The storeview feature is supported by Simple Log Service. In actual business scenarios, logs are generated by different applications, services, and cloud services and are stored in projects in different regions or in different Logstores in the same region. You can use the feature to perform JOIN query operations on logs across regions and Logstores.

All regions supported by Simple Log Service

Storeview overview

June 2024

Feature

Description

Region

References

Data transformation (new version)

The new version of the data transformation feature is released. The feature is a managed, scalable, and highly available service. The new version allows you to standardize data, extract information, cleanse and filter data, and distribute data to multiple Logstores.

All regions supported by Simple Log Service

Overview of data transformation (new version)

March 2024

Feature

Description

Region

References

Field analysis

The field analysis feature is supported. You can use the feature for statistical analysis on fields that are of the text, long, or double type. The feature analyzes the basic distribution and related metrics of each field and provides a time series chart for the top 5 values of each field. You can use the analysis results for data insight and visualization.

All regions supported by Simple Log Service

Field analysis

Console page update for collecting container text logs

  • Logtail can be installed in a Kubernetes cluster in DaemonSet mode. This way, a Logtail process can collect logs from all containers on a node of the cluster.

  • Logtail can be installed in a Kubernetes cluster in Sidecar mode. This way, a Logtail process can collect logs from all containers in a pod of the cluster.

All regions supported by Simple Log Service

Logtail configuration creation by using Terraform

Terraform is supported. Terraform is an open source tool that you can use to preview, configure, and manage the infrastructure and resources of cloud services in a secure and efficient manner. You can use Terraform to call API operations to create Logtail configurations.

All regions supported by Simple Log Service

Use Terraform to create a Logtail configuration

February 2024

Feature

Description

Region

References

Import of Amazon S3 objects

Amazon S3 objects can be imported to Simple Log Service. You can create a data import configuration to import Amazon S3 objects to Simple Log Service for management. For example, you can query, analyze, and transform Amazon S3 objects after the objects are imported.

All regions supported by Simple Log Service

Import data from Amazon S3 to Simple Log Service

Simple Log Service SDK for HarmonyOS

Simple Log Service SDK for HarmonyOS is supported. You can install the SDK on your client to collect logs from various HarmonyOS devices. The SDK encapsulates collection-related API operations of Simple Log Service based on ArkTS and is written in the C programming language.

All regions supported by Simple Log Service

Overview of Simple Log Service SDK for HarmonyOS

January 2024

Feature

Description

Region

References

Console page embedding and sharing (new version)

The ticket solution can be used to share the pages in the Simple Log Service console with other users or embed the console pages into a third-party system. This way, users can access the pages in logon-free mode.

All regions supported by Simple Log Service

Embed and share console pages

Read text logs through a consumer group for template matching

Log template matching monitors the statistics of log templates, such as quantity changes, by matching logs with templates online. This topic describes the procedure to perform template matching by reading text logs.

All regions supported by Simple Log Service

Read text logs through a consumer group for template matching

CloudLens for SLS

CloudLens for SLS-related pages in the Simple Log Service console are updated.

Regions supported by CloudLens for SLS

Optimization of the data import process

The process of importing log files is optimized, and the related console pages are updated.

All regions supported by Simple Log Service

Data collection

December 2023

Feature

Description

Region

References

Collection of Hybrid Cloud Monitoring logs

The logs of Hybrid Cloud Monitoring can be collected.

All regions supported by Simple Log Service

Enable the log dump feature of Hybrid Cloud Monitoring

Alibaba CloudLens Copilot for OSS

The CloudLens for OSS feature based on Simple Log Service provides intelligent observability data analysis services, leveraging the large language model capabilities of Tongyi Qianwen to provide an intelligent assistant for cloud product observability data analysis.

Regions supported by CloudLens for OSS

November 2023

Feature

Description

Region

References

Password-free dashboard sharing

The password-free dashboard sharing feature is supported by Simple Log Service. You can use the feature to share dashboards or charts with other users without passwords or embed dashboards or charts into a third-party system. This way, users can view the dashboards or charts.

All regions supported by Simple Log Service

Share dashboards or charts without passwords

Console page update for Logtail configurations

Logtail configuration-related pages in the Simple Log Service console are updated.

All regions supported by Simple Log Service, except the China (Beijing) and China (Hangzhou) regions

High-precision timestamp (nanosecond precision) and global ordering

Simple Log Service supports global ordering of data by using high-precision timestamps (nanosecond precision), providing you with a more accurate and reliable chronological view.

All regions supported by Simple Log Service

High-precision timestamp (nanosecond precision) and global ordering

September 2023

Feature

Description

Release date

Region

References

Archive storage

The archive storage feature is supported by Simple Log Service. Archive storage is a long-term data storage solution that costs less than hot storage and Infrequent Access (IA) storage. In Archive storage, you can also query and analyze data.

2023-09-18

All regions supported by Simple Log Service

Intelligent tiered storage

Savings plan for pay-by-ingested-data billing mode

Simple Log ServiceThe pay-by-ingested-data billing mode supports savings plans. You can reduce costs by purchasing a savings plan for the Simple Log Service pay-by-ingested-data billing mode.

2023-09-11

All regions supported by Simple Log Service

Savings plan

August 2023

Feature

Description

Release date

Region

References

Zone-redundant storage

The zone-redundant storage feature is supported by Simple Log Service. You can use the feature to ensure data durability and availability.

2023-08-31

China (Hangzhou), China (Shanghai), China (Beijing), China (Zhangjiakou), China (Ulanqab), China (Shenzhen), China (Hong Kong), and Singapore

Storage redundancy

IA storage

Cold storage is renamed IA storage, and the intelligent hot and cold-tiered storage feature is renamed the intelligent tiered storage feature in Simple Log Service.

2023-08-25

All regions supported by Simple Log Service

Enable intelligent tiered storage

Collection of script execution logs

The input_command plug-in of Logtail is provided by Simple Log Service. You can use the plug-in to collect script execution logs.

2023-08-16

All regions supported by Simple Log Service

Collect script execution logs

Conversion of logs to metrics

The processor_log_to_sls_metric plug-in is provided by Simple Log Service. You can use the plug-in to convert the collected logs to Simple Log Service metrics.

2023-08-16

All regions supported by Simple Log Service

Convert logs to metrics

Rule-based consumption

The rule-based consumption feature is supported by Simple Log Service. You can consume logs that meet specific rules in real-time consumption scenarios.

2023-08-16

Some regions supported by Simple Log Service

Consume logs based on rules

SLS Playground

SLS Playground provides a demo environment for the main features ofSimple Log Service, allowing you to quickly learn about and experience Simple Log Service.

2023-08-11

All regions supported by Simple Log Service

Product trial

May 2023

Feature

Description

Release date

Region

References

Eventstores

Eventstores are provided by Simple Log Service. An Eventstore is used to collect, store, and query events in Simple Log Service.

2023-05-26

All regions supported by Simple Log Service

Manage an Eventstore

Resource quota setting

Resource quotas can be adjusted. Simple Log Service provides default resource quotas. If your Simple Log Service resources are insufficient, you can adjust the resource quotas based on your business requirements to ensure sufficient resources.

2023-05-23

All regions supported by Simple Log Service

Adjust resource quotas

Elasticsearch compatibility

Elasticsearch-compatible API is supported by Simple Log Service. You can call the API operations to smoothly and easily migrate query and analysis workloads from Elasticsearch to Simple Log Service.

2023-05-22

All regions supported by Simple Log Service

Compatibility between Simple Log Service and Elasticsearch

Dashboard versioning

The dashboard versioning feature is supported. If you accidentally perform operations on a dashboard when you modify the dashboard, you can view the historical versions of the dashboard and restore the dashboard to a previous version.

2023-05-08

All regions supported by Simple Log Service

View dashboard versions and restore a previous version

April 2023

Feature

Description

Release date

Region

References

Full-stack Observability

The Full-stack Observability application is provided by Simple Log Service. You can use the application to enable end-to-end observability of IT systems. The application provides features such as IT system monitoring, end-to-end tracing, and intelligent alerting.

2023-04-10

All regions supported by Simple Log Service

Usage notes of Full-stack Observability

March 2023

Feature

Description

Release date

Region

References

Dashboard playlist

The dashboard playlist feature is supported. You can use the feature to play multiple dashboards.

2023-03-21

All regions supported by Simple Log Service

Play dashboards

IPv6 functions

IPv6 functions are provided by Simple Log Service. You can use the functions to perform SQL analysis.

2023-03-09

All regions supported by Simple Log Service

IP functions

Cumulative distribution functions

Cumulative distribution functions are provided by Simple Log Service. You can use the functions to perform SQL analysis.

2023-03-09

All regions supported by Simple Log Service

Mathematical and statistical functions

February 2023

Feature

Description

Release date

Region

References

SREWorks

SREWorks data intelligence service provides one-stop intelligent O&M scenario services, including machine profiling, log diagnostics, and intelligent QA generator, helping enterprises transform the massive O&M data inSimple Log Service into valuable data assets. Currently, the machine profiling scenario service is mainly available.

2023-02-13

All regions supported by Simple Log Service

SREWorks

processor_dict_map plug-in

The processor_dict_map plug-in is provided by Simple Log Service. You can use the plug-in to map field values.

2023-02-07

All regions supported by Simple Log Service

processor_encrypt plug-in

The processor_encrypt plug-in is provided by Simple Log Service. You can use the plug-in to encrypt specified fields.

2023-02-07

All regions supported by Simple Log Service

Data encoding and decoding plug-ins

The processor_base64_encoding, processor_base64_decoding, and processor_md5 plug-ins are provided by Simple Log Service. You can use the plug-ins to encode and decode field values.

2023-02-07

All regions supported by Simple Log Service

January 2023

Feature Name

Feature Description

Release Date

Supported Regions

References

Ingest Data Using Unity Plugin

Use the Unity Plugin to ingest crash data and application data from mobile terminal (Android, iOS) game applications on the Unity platform into your mobile Service Monitoring application.

2023-01-13

All Regions

Ingest Data Using Unity Plugin

Import Dashboards

When you need to copy dashboards across projects, use the import feature.

2023-01-10

All Regions

Import and Export Simple Log Service Dashboards

Import Grafana Dashboards

Import Grafana dashboards intoSimple Log Service.

2023-01-10

All Regions

Import Grafana Dashboards into Simple Log Service

ExportSimple Log Service Dashboards to Grafana

ImportSimple Log Service dashboards into Grafana.

2023-01-10

All Regions

Export Simple Log Service Dashboards to Grafana

December 2022

Feature

Description

Release date

Region

References

processor_desensitize plug-in

The processor_desensitize plug-in is provided by Simple Log Service. You can use the plug-in to replace sensitive data in logs with specific strings or MD5 hash values.

2022-12-30

All regions supported by Simple Log Service

New Cost Manager

The new Cost Manager stores data in Tablestore (OTS), which better ensures data accuracy and real-time availability, and supports automatic daily full updates.

2022-12-30

All regions supported by Simple Log Service

Use the new Cost Manager

Scan-based analysis

The scan-based analysis feature is supported by Simple Log Service. You can use the feature to analyze logs based on specific fields without the need to configure indexes for the fields.

2022-12-30

All regions supported by Simple Log Service

Syntax of scan-based analysis

November 2022

Feature

Description

Release date

Region

References

Collect IDaaS logs

Log Audit Service supports the collection of IDaaS management operation logs and user behavior logs.

2022-11-29

All regions supported by Simple Log Service

IDaaS

e_redis_map function for data transformation

The e_redis_map function is provided by Simple Log Service. You can use the function to enrich a raw log by using a data table in Tair (Redis OSS-compatible) as the dimension table.

2022-11-22

All regions supported by Simple Log Service

e_redis_map

e_tablestore_map function for data transformation

The e_tablestore_map function is provided by Simple Log Service. You can use the function to enrich a raw log by using a data table in Tablestore as the dimension table.

2022-11-22

All regions supported by Simple Log Service

e_tablestore_map

url_parse_qs function for data transformation

The url_parse_qs function is provided by Simple Log Service. You can use the function to parse the query string of a URL and return the components of the query string.

2022-11-22

All regions supported by Simple Log Service

url_parse_qs

url_parse function for data transformation

The url_parse function is provided by Simple Log Service. You can use the function to parse a URL and return the components of the URL.

2022-11-22

All regions supported by Simple Log Service

url_parse

Collection of monitoring data from Kubernetes JVMs

Data monitoring for Kubernetes Java virtual machines (JVMs) is a flexible and end-to-end metric collection solution for all JVM-based services in Kubernetes clusters. Data monitoring is supported on top of Kubernetes-adapted Logtail configurations and automatic service discovery.

2022-11-21

All regions supported by Simple Log Service

Collect Kubernetes JVM monitoring data

Collection of monitoring data for Kubernetes data planes

The data plane monitoring feature provides the non-intrusive monitoring capabilities that are developed by the OpenAnolis community and Simple Log Service. You can use the feature to analyze data flows and identify bottleneck issues for Kubernetes clusters in cloud-native scenarios.

2022-11-16

All regions supported by Simple Log Service

Collect data by using the non-intrusive monitoring feature

October 2022

Feature

Description

Release date

Region

References

Collection of PostgreSQL query results

PostgreSQL query results can be collected. Linux Logtail V1.2.1 and later are required.

2022-10-25

All regions supported by Simple Log Service

Collect PostgreSQL query results

Collection of SQL Server query results

SQL Server query results can be collected. Linux Logtail V1.2.1 and later are required.

2022-10-25

All regions supported by Simple Log Service

Collect SQL Server query results

processor_grok plug-in

The processor_grok plug-in is provided by Simple Log Service. You can use the plug-in to extract fields from logs.

2022-10-24

All regions supported by Simple Log Service

aggregator_context plug-in

The aggregator_context plug-in is provided by Simple Log Service. You can use the plug-in to process logs.

2022-10-24

All regions supported by Simple Log Service

aggregators configuration

Scan logs

Simple Log ServiceThe Scan feature supports scanning target fields without configuring indexes to query related logs.

2022-10-14

All regions supported by Simple Log Service

Scan query syntax

September 2022

Feature

Description

Release date

Region

References

CloudLens for OSS

Simple Log Service releases CloudLens for OSS in collaboration with Alibaba Cloud OSS, supporting a unified management view at bucket granularity, providing visual analysis capabilities including resource usage, access analysis, anomaly detection, and security analysis, along with scenario-based O&M management to achieve observability of bucket assets.

2022-09-30

All regions supported by Simple Log Service

CloudLens for OSS

Network quality analyzer

Network quality analyzer is a SaaS service that analyzes the network quality and performance of real end users. You can integrate the SDK plug-in of the network quality analyzer into your app to monitor the online status of all real app users in real time and the network quality of their Internet access.

2022-09-27

All regions supported by Simple Log Service

Network quality analyzer

Histograms

Histograms are provided by Simple Log Service. You can use a histogram to display the frequency distribution for a group of data.

2022-09-21

All regions supported by Simple Log Service

Histograms

Scatter charts

Scatter charts are provided by Simple Log Service. You can use a scatter chart to display the relationships among variables.

2022-09-21

All regions supported by Simple Log Service

Scatter chart

Cross tables

Cross tables are provided by Simple Log Service. You can use a cross table to group query and analysis results.

2022-09-21

All regions supported by Simple Log Service

Cross table

processor_filter_key_regex

The Logtail processor_filter_key_regex plug-in is provided by Simple Log Service. You can use the plug-in to filter logs.

2022-09-14

All regions supported by Simple Log Service

August 2022

Feature

Description

Release date

Region

References

Import MySQL Binlog

You can import Binlog from a self-managed MySQL database or an ApsaraDB RDS for MySQL database intoSimple Log Service for query and analysis, data transformation, and other operations.

2022-08-23

Some regions

Import MySQL Binlog

Non-intrusive monitoring

Simple Log Service developed the non-intrusive monitoring feature in collaboration with the Alibaba Cloud Anolis community, providing cloud developers with a more convenient observability approach using open, high-performance, and non-intrusive kernel observation technology.

2022-08-18

All regions supported by Simple Log Service

Non-intrusive observability overview

Logtail CSV plug-in

CSV-formatted data can be parsed in CSV mode.

2022-08-16

All regions supported by Simple Log Service

Topology charts

Topology charts are provided by Simple Log Service. You can use a topology chart to visualize the dependencies between modules or applications and show the basic information about the modules or applications.

2022-08-01

All regions supported by Simple Log Service

Topology chart

Query Logstore

Simple Log Service adds the Query Logstore type. Query Logstore supports high-performance queries with index traffic costs approximately half of a Standard Logstore, but does not support SQL analysis.

2022-08-01

All regions supported by Simple Log Service

Manage Logstore

July 2022

Feature

Description

Release date

Region

References

Radar charts

Radar charts are provided by Simple Log Service. You can use a radar chart to visualize data in multiple dimensions.

2022-07-22

All regions supported by Simple Log Service

Radar chart

ARMS RUM

Simple Log Service ARMS RUM integrates the front-end monitoring feature of Alibaba Cloud Application Real-Time Monitoring Service (ARMS). ARMS front-end monitoring focuses on monitoring Web scenarios, Weex scenarios, and mini program scenarios, monitoring page health from three aspects: page loading speed (performance measurement), page stability (JS diagnostic errors), and external service call success rate (API).

2022-07-14

All regions supported by Simple Log Service

ARMS RUM overview

Import PostgreSQL data

You can import data from a self-managed PostgreSQL database or an ApsaraDB RDS for PostgreSQL database intoSimple Log Service for query and analysis, data transformation, and other operations.

2022-07-04

Some regions

Import PostgreSQL data

June 2022

Feature

Description

Release date

Region

References

Custom creation of an alert rule template

The feature that converts an alert rule to a custom template is supported by Simple Log Service. The template can be referenced across regions.

2022-06-10

All regions supported by Simple Log Service

Create custom alert rule templates

May 2022

Feature

Description

Release date

Region

References

Pie charts (Pro)

Pie charts (Pro) are provided by Simple Log Service. You can use a pie chart (Pro) to display the percentage of each category of data.

2022-05-27

All regions supported by Simple Log Service

Pie chart (Pro)

Bar gauges (Pro)

Bar gauges (Pro) are provided. You can use a bar gauge (Pro) to visualize data in a more advanced manner. A bar gauge (Pro) contains one or more bar charts and supports personalized display settings based on fields.

2022-05-24

All regions supported by Simple Log Service

Bar gauge

Import Elasticsearch data

Simple Log Service supports importing Elasticsearch data for query and analysis, data transformation, and other operations.

2022-05-11

All regions supported by Simple Log Service

Import Elasticsearch data

Extraction of high-precision time values

High-precision time values can be extracted. Logtail can parse logs to extract high-precision time values by using the extended setting "enable_precise_timestamp": true or the processor_strptime plug-in. The units of high-precision time values are milliseconds, microseconds, and nanoseconds.

2022-05-06

All regions supported by Simple Log Service

Logtail configurations (Legacy)

April 2022

Feature

Description

Release date

Region

References

Data collection for ping and tcping commands

The data of ping and tcping commands can be collected. Simple Log Service allows you to collect the data of ping and tcping commands to the Metricstore that you specify for query and analysis by using Logtail.

2022-04-28

All regions supported by Simple Log Service

Collect ping and tcping data

CloudLens for SLS

Simple Log Service releases the CloudLens for SLS application, helping you monitor and manage assets such as projects and Logstores to improve your management efficiency and quickly understand the consumption ofSimple Log Service assets.

2022-04-27

Some regions

CloudLens for SLS

Stat chart Pro

Stat chart Pro contains one or more single-value charts, supporting more powerful visualization features, such as merging multiple query and analysis results in the same stat chart and customizing settings for fields.

2022-04-26

All regions supported by Simple Log Service

Stat chart

Log download in the Simple Log Service console

The feature that downloads logs in the Simple Log Service console is upgraded. You can download 1 million logs or 100,000 rows of data in query and analysis results at a time.

2022-04-14

All regions supported by Simple Log Service

Download logs

Import Kafka data

Simple Log Service supports importing Kafka data for query and analysis, data transformation, and other operations.

2022-04-14

All regions supported by Simple Log Service

Import Kafka data

AWS CloudTrail audit

The AWS CloudTrail audit application supports pulling AWS CloudTrail logs, providing you with one-stop services including storage, query, analysis, and visualization to help you audit operation events for your AWS accounts.

2022-04-07

All regions supported by Simple Log Service

AWS CloudTrail audit

March 2022

Feature

Description

Release date

Region

References

Import SQL Server data

You can import data from a self-managed SQL Server database or an ApsaraDB RDS for SQL Server database intoSimple Log Service for query and analysis, data transformation, and other operations.

2022-03-30

Some regions

Import SQL Server data

Time series prediction

Simple Log Service provides the time series prediction feature for automated, intelligent prediction of time series data. You can use the prediction results to determine future trends of time series data and proactively detect the status of key system or business metrics.

2022-03-28

All regions supported by Simple Log Service

Time series prediction

CloudLens for CLB

The CloudLens for CLB application is provided. Simple Log Service and Server Load Balancer (SLB) jointly launch the CloudLens for CLB application. You can use the application to analyze Classic Load Balancer (CLB) access logs, analyze metrics in seconds, and generate alerts in real time. The application also provides AIOps-based automated anomaly detection.

2022-03-28

All regions supported by Simple Log Service

CloudLens for CLB

SLS RUM

The SLS RUM application provides a one-stop client-side monitoring solution. You can monitor web pages through a lightweight SDK, including web metric monitoring, page stability monitoring, performance monitoring, API request monitoring, session replay, and front-to-back-end trace tracking.

2022-03-18

All regions supported by Simple Log Service

SLS RUM

Phrase search

The phrase search feature is supported. Previously, Simple Log Service uses the word segmentation method to search for specific logs. For example, if you specify the search statement abc def to query logs, all logs that contain abc or def are returned, and the logs are sorted in a random order. In this example, the search statement cannot exactly match the phrase that you specify. Therefore, Simple Log Service provides the phrase search feature to exactly match the phrase that you specify.

2022-03-16

Some regions supported by Simple Log Service

Phrase search

Data Explorer

Assisted input is renamed Data Explorer.

The Data Explorer feature helps you easily and quickly build query and analysis statements.

2022-03-01

All regions supported by Simple Log Service

Build query and analysis statements using Data Explorer

Ship data to MaxCompute (new version)

Simple Log Service releases the Ship data to MaxCompute (new version) feature, supporting shipping of historical data and new data to MaxCompute.

2022-03-01

Some regions

Ship logs to MaxCompute (new version)

February 2022

Feature

Description

Release date

Region

References

Alert ingestion from Grafana (Grafana 8.0 and later)

Alerts from Grafana can be ingested into Simple Log Service. Grafana provides a GUI that allows you to use the alerting feature. You can add a contact point in Grafana. This way, Grafana can send alerts to the alerting system of Simple Log Service. Then, the alerting system of Simple Log Service can process the alerts, such as denoising the alerts and sending alert notifications.

2022-02-24

All regions supported by Simple Log Service

Ingest Grafana alerts into Simple Log Service (Grafana 8.0 and later)

General database audit

Simple Log Service general database audit application supports uploading database operation records and behaviors toSimple Log Service through packet capturing. You can use the one-stop features ofSimple Log Service, including storage, query and analysis, visualization, and alerting, to audit databases.

2022-02-24

All regions supported by Simple Log Service

General database audit

ALB Lens

The ALB Log Center is upgraded to ALB Lens. ALB Lens provides features such as Layer 7 load balancing log analysis, second-level monitoring metric analysis, and real-time alerting, along with AIOps-based automatic anomaly inspection.

2022-02-18

All regions supported by Simple Log Service

ALB Lens

Data import from a MySQL database

Data can be imported from a self-managed MySQL database or a database on an ApsaraDB RDS for MySQL instance to Simple Log Service. You can query, analyze, and transform the data in Simple Log Service.

2022-02-17

Some regions supported by Simple Log Service

Import data from a MySQL database

January 2022

Feature

Description

Release date

Region

References

Alert OpsCenter

Alert OpsCenter is a business-centric platform that provides alert management and O&M capabilities. You can add alerts that are generated by third-party monitoring platforms, such as Zabbix and Prometheus, and alerts that are generated by Simple Log Service resources to a business. This way, you can use the business to manage alerts and send alert notifications in a centralized manner and improve the O&M efficiency.

2022-01-13

All regions supported by Simple Log Service

Overview of the Alert Management Center

Bar chart (Pro)

Bar chart (Pro) includes bar charts and horizontal bar charts, supporting more powerful visualization features, such as merging multiple query and analysis results in the same chart and customizing settings for fields.

2022-01-11

All regions supported by Simple Log Service

Bar chart

PolarDB Lens

Simple Log Service releases PolarDB Lens in collaboration with ApsaraDB for PolarDB, for centrally managing PolarDB MySQL clusters and collecting slow query logs, error logs, audit logs, and performance metrics from PolarDB MySQL clusters.

2022-01-06

Some regions

PolarDB Lens

RDS Lens

RDS Audit Center is renamed CloudLens for RDS.

2022-01-05

Some regions supported by Simple Log Service

RDS Lens

December 2021

Feature

Description

Release date

Supported regions

Documentation

Ship data to OSS (new version)

Simple Log Service releases the Ship data to OSS (new version) feature, supporting shipping of historical data and new data to OSS buckets.

2021-12-24

Some regions

Create an OSS shipping task (new version)

Redis Lens

Simple Log Service releases Redis Lens in collaboration with Tair (Redis OSS-compatible), for centrally managing Redis instances and collecting Redis operation logs, slow logs, and audit logs.

2021-12-17

Some regions

Redis Lens

Integrate alerts from Alibaba Cloud Prometheus Monitoring

Alibaba Cloud Prometheus Monitoring fully supports the open-source Prometheus ecosystem, supports a wide variety of component monitoring, provides multiple out-of-the-box preset monitoring dashboards, and offers a fully managed Prometheus service. With simple configuration, you can send alert messages from Alibaba Cloud Prometheus Monitoring to theSimple Log Service alerting system, where theSimple Log Service alerting system handles alert noise reduction, notification, and other processing.

2021-12-15

All regions supported by Simple Log Service

Integrate alerts from Alibaba Cloud Prometheus Monitoring

Full-stack monitoring

The full-stack monitoring application is a one-stop IT system monitoring solution provided bySimple Log Service. Monitoring targets include host monitoring, Kubernetes monitoring, database monitoring, and middleware monitoring.

2021-12-08

All regions supported by Simple Log Service

Full-stack monitoring overview

Intelligent anomaly analysis

Simple Log Service provides the intelligent anomaly analysis application, supporting automated, intelligent, and adaptive anomaly inspection for data such as logs and metrics.

2021-12-08

All regions supported by Simple Log Service

Intelligent anomaly analysis overview

November 2021

Feature

Description

Release date

Region

References

Code diagnostics

Simple Log Service releases the code diagnostics feature in collaboration with Yunxiao Codeup, helping you locate and jump to the corresponding code location with one click for quick troubleshooting and fixing of code issues.

2021-11-17

All regions supported by Simple Log Service

Code diagnosis

Alert detail viewing in logon-free mode

Alert details can be viewed in logon-free mode. After you receive an alert notification, you can view the details of the alert without the need to log on to the Simple Log Service console. You can also perform other operations in logon-free mode. For example, you can manage alert rules and alert incidents.

2021-11-17

All regions supported by Simple Log Service

View alert details in logon-free mode

Chart (Pro)

Simple Log Service supports the visual display of query and analysis results through charts. Chart (Pro) supports displaying multiple query and analysis results and customizing visualization settings for different query and analysis results.

2021-11-17

All regions supported by Simple Log Service

Chart overview

New alert notification methods of EventBridge and Function Compute

New alert notification methods are supported. Simple Log Service can send alert notifications to EventBridge and Function Compute of Alibaba Cloud.

2021-11-16

All regions supported by Simple Log Service

Notification methods

Assisted input

Simple Log Service provides the assisted input feature, helping you easily and quickly build query statements.

2021-11-15

All regions supported by Simple Log Service

AliyunServiceRoleForSLSAlert service-linked role

The AliyunServiceRoleForSLSAlert service-linked role is provided. You can assign the role to Simple Log Service. This way, the alerting system of Simple Log Service can access the resources of other cloud services.

2021-11-15

All regions supported by Simple Log Service

Manage the AliyunServiceRoleForSLSAlert service-linked role

EBS Lens

Alibaba Cloud EBS Lens helps you more conveniently monitor and manage block storage resources, including cloud disks, snapshots, and cloud disk asynchronous replication resources.

2021-11-08

All regions supported by Simple Log Service

EBS Lens

October 2021

Feature

Description

Release date

Region

References

Window funnel function

A window funnel function is provided. You can use the function to search for an event chain in a sliding time window and count the maximum number of consecutive events that occurred in the event chain.

2021-10-22

All regions supported by Simple Log Service

Window funnel function

Unit conversion functions

Unit conversion functions are provided by Simple Log Service. You can use the functions to convert a measurement from the current unit to a different unit.

2021-10-20

All regions supported by Simple Log Service

Unit conversion functions

September 2021

Feature

Description

Release date

Region

References

Syntax for new alert templates

New alert templates are provided. The new alert templates use Python-like syntax to provide more flexible and advanced custom rendering logic. You can use the new alert templates to specify custom content and styles of alert notifications in a more efficient manner. For example, you can use a new alert template to escape Markdown characters in alert notifications.

2021-09-30

All regions supported by Simple Log Service

Syntax for new alert templates

Hot and cold-tiered storage

The hot and cold-tiered storage feature is supported by Simple Log Service. You can use the feature to reduce the costs of long-term storage. The feature does not affect other features, such as query and analysis, visualization, alerting, shipping, and transformation.

2021-09-03

All regions supported by Simple Log Service

Enable intelligent tiered storage

Scheduled SQL alerts

Simple Log Service Scheduled SQL provides built-in monitoring rule templates. You only need to add the corresponding alert instances to monitor Scheduled SQL tasks in real time and receive alert notifications through channels such as DingTalk.

2021-09-01

All regions supported by Simple Log Service

Configure alerts for Scheduled SQL tasks

August 2021

Feature

Description

Release date

Region

References

Semi-annual resource plan

The new resource plan adds a semi-annual option.

2021-08-16

All regions supported by Simple Log Service

Resource plan overview

Collection of Anti-DDoS Origin access logs

Anti-DDoS Origin access logs can be collected to the Log Audit Service application.

2021-08-03

N/A

Overview of Log Audit Service

Collection of Anti-DDoS Proxy (Outside Chinese Mainland) access logs

Anti-DDoS Proxy (Outside Chinese Mainland) access logs can be collected to the Log Audit Service application.

2021-08-03

N/A

Overview of Log Audit Service

July 2021

Feature

Description

Release date

Region

References

Mobile O&M monitoring

Simple Log Service Mobile O&M Monitoring is used to monitor app crashes, ANR issues, and other problems in real time. It also supports intelligent analysis to help you identify various risks in your apps with low cost and high efficiency.

2021-07-26

All regions supported by Simple Log Service

Mobile O&M Monitoring

Logtail V1.0.22

Logtail V1.0.22 is released.

2021-07-17

All regions supported by Simple Log Service

Logtail V1.0.22

Logtail V0.16.68

Logtail V0.16.68 is released.

2021-07-14

All regions supported by Simple Log Service

Logtail V0.16.68

Collection of VPC firewall traffic logs

The VPC firewall traffic logs of Cloud Firewall can be collected to the Log Audit Service application.

2021-07-09

All regions supported by Simple Log Service

Overview of Log Audit Service

Logtail V1.0.21

Logtail V1.0.21 is released.

2021-07-06

All regions supported by Simple Log Service

Logtail V1.0.21

June 2021

Feature

Description

Release date

Region

References

Webhook integration

The webhook integration feature is supported. You can use the feature to manage webhook notification methods. When you configure an action policy, you can use the webhooks that you created. Simple Log Service supports DingTalk webhooks, WeCom webhooks, Lark webhooks, Slack webhooks, and universal webhooks.

2021-06-30

All regions supported by Simple Log Service

Webhook integration

Alert ingestion from Zabbix

Alerts from Zabbix can be ingested into Simple Log Service. Zabbix is a commonly used, open source monitoring system. Zabbix provides various alert rules for system monitoring and supports multiple alert notification channels. You need to only configure the alert ingestion system of Simple Log Service as a notification channel in Zabbix. After you configure the settings, Zabbix can send alerts to the alerting system of Simple Log Service. Then, the alerting system of Simple Log Service can process the alerts, such as denoising the alerts and sending alert notifications.

2021-06-29

All regions supported by Simple Log Service

Ingest Zabbix (Zabbix 4.4 or later) alerts into Simple Log Service

RDS Audit Center

The RDS Audit Center application is provided. Simple Log Service and ApsaraDB RDS jointly launch the RDS Audit Center application. You can use the application to view the collection status of RDS audit logs in real time and manage collection configurations in a centralized manner. You can also audit and analyze collected logs and configure alerts for the logs.

2021-06-28

Some regions supported by Simple Log Service

Usage notes of RDS Audit Center

Flow Log Center

The Flow Log Center application is provided. Simple Log Service and VPC jointly launch the Flow Log Center application. You can use the application to query the policies of the VPC that is used, traffic of elastic network interfaces (ENIs), and traffic between CIDR blocks. This way, you can analyze the flow logs of your VPC in an efficient manner.

2021-06-21

All regions supported by Simple Log Service

Usage notes of Flow Log Center

Integrate Layer 4 second-level monitoring metrics for Server Load Balancer

Simple Log Service and Server Load Balancer jointly provide Layer 4 second-level monitoring. You can use second-level monitoring metrics to view information such as second-level traffic, QPS, and error rates related to Server Load Balancer for more granular service monitoring and issue localization.

2021-06-04

All regions supported by Simple Log Service

Layer 4 second-level monitoring metrics for Server Load Balancer

May 2021

Feature

Description

Release date

Region

References

Dedicated SQL

Dedicated SQL is a paid feature that is provided by Simple Log Service. You can use the Dedicated SQL feature to analyze data by using SQL statements. If you want to analyze large amounts of data, such as tens of billions to hundreds of billions of data records, you can use the Dedicated SQL feature.

2021-05-21

All regions supported by Simple Log Service

Enable Dedicated SQL

Scheduled SQL

The Scheduled SQL feature is supported. You can use the feature to analyze data at a scheduled time and aggregate data for storage. You can also use the feature to project and filter data.

2021-05-13

All regions supported by Simple Log Service

Scheduled SQL