Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abingcbc committed May 22, 2024
1 parent 8e7219d commit f08808a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 233 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The core advantages of **iLogtail**:
* Support plugin expansion, such as collection, processing, aggregation, and sending modules.
* Support configuration remote management and provide a variety of ways, such as SLS console, SDK, K8s Operator, etc.
* Support multiple advanced features such as self-monitoring, flow control, resource control, alarms, and statistics collection.
* Support processing data on the client side using the Stream Processing Language (SPL), providing a wealth of built-in functions and operators.
* Support processing data on the client side using stream processing language SPL, providing a wealth of built-in functions and operators.


**iLogtail** supports the collection of a variety of telemetry data and transmission to a variety of different backends, such as [SLS observable platform](https://www.aliyun.com/product/sls). The data supported for collection are mainly as follows:
Expand Down
6 changes: 4 additions & 2 deletions docs/cn/plugins/processor/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# 处理

处理插件用于对采集到的内容进行解析、过滤和加工等,可分为原生处理插件和扩展处理插件:
处理插件用于对采集到的内容进行解析、过滤和加工等,可分为原生处理插件、扩展处理插件和SPL处理插件:

* 原生插件:性能较优,适用于大部分业务场景,推荐优先使用。

* 扩展插件:功能覆盖更广,当您的业务日志过于复杂以致于无法使用原生插件完成处理,您可以考虑额外使用扩展插件完成日志解析,但性能会有一定影响。

* SPL插件:支持在客户端使用流式处理语言(SPL)处理数据,提供丰富的内置函数和操作符。兼具原生插件的性能和拓展插件的灵活性,适用于复杂的数据处理场景。

## 限制

* 目前,原生插件仅可用于采集[文本日志](../input/input-file.md)[容器标准输出(原生插件)](../input/input-container-stdlog.md)

* 支持原生插件与扩展插件级联,但是原生插件不允许在扩展插件之后使用,即只支持如下几种模式:
* 支持SPL插件,或原生插件与扩展插件级联,但是原生插件不允许在扩展插件之后使用,即只支持如下几种模式:

* 【推荐】SPL模式:使用SPL流式处理语言

Expand Down
Loading

0 comments on commit f08808a

Please sign in to comment.