This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f4ebe7  docs: add file-logger plugin info to README (#6207)
7f4ebe7 is described below

commit 7f4ebe7ed0e76acffa4136297da697372f7fe2f7
Author: guoqqqi <[email protected]>
AuthorDate: Wed Jan 26 15:12:20 2022 +0800

    docs: add file-logger plugin info to README (#6207)
---
 README.md                | 2 +-
 docs/zh/latest/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 42594ce..78f6646 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,7 @@ A/B testing, canary release, blue-green deployment, limit 
rate, defense against
   - High performance: The single-core QPS reaches 18k with an average delay of 
fewer than 0.2 milliseconds.
   - [Fault Injection](docs/en/latest/plugins/fault-injection.md)
   - [REST Admin API](docs/en/latest/admin-api.md): Using the REST Admin API to 
control Apache APISIX, which only allows 127.0.0.1 access by default, you can 
modify the `allow_admin` field in `conf/config.yaml` to specify a list of IPs 
that are allowed to call the Admin API. Also, note that the Admin API uses key 
auth to verify the identity of the caller. **The `admin_key` field in 
`conf/config.yaml` needs to be modified before deployment to ensure security**.
-  - External Loggers: Export access logs to external log management tools. 
([HTTP Logger](docs/en/latest/plugins/http-logger.md), [TCP 
Logger](docs/en/latest/plugins/tcp-logger.md), [Kafka 
Logger](docs/en/latest/plugins/kafka-logger.md), [UDP 
Logger](docs/en/latest/plugins/udp-logger.md), [RocketMQ 
Logger](docs/en/latest/plugins/rocketmq-logger.md), [SkyWalking 
Logger](docs/en/latest/plugins/skywalking-logger.md), [Alibaba Cloud 
Logging(SLS)](docs/en/latest/plugins/sls-logger.md), [Googl [...]
+  - External Loggers: Export access logs to external log management tools. 
([HTTP Logger](docs/en/latest/plugins/http-logger.md), [TCP 
Logger](docs/en/latest/plugins/tcp-logger.md), [Kafka 
Logger](docs/en/latest/plugins/kafka-logger.md), [UDP 
Logger](docs/en/latest/plugins/udp-logger.md), [RocketMQ 
Logger](docs/en/latest/plugins/rocketmq-logger.md), [SkyWalking 
Logger](docs/en/latest/plugins/skywalking-logger.md), [Alibaba Cloud 
Logging(SLS)](docs/en/latest/plugins/sls-logger.md), [Googl [...]
   - [Datadog](docs/en/latest/plugins/datadog.md): push custom metrics to the 
DogStatsD server, comes bundled with [Datadog 
agent](https://docs.datadoghq.com/agent/), over the UDP protocol. DogStatsD 
basically is an implementation of StatsD protocol which collects the custom 
metrics for Apache APISIX agent, aggregates it into a single data point and 
sends it to the configured Datadog server.
   - [Helm charts](https://github.com/apache/apisix-helm-chart)
   - [HashiCorp Vault](https://www.vaultproject.io/): Support secret management 
solution for accessing secrets from Vault secure storage backed in a low trust 
environment. Currently, RS256 keys (public-private key pairs) or secret keys 
can be linked from vault in 
[jwt-auth](docs/en/latest/plugins/jwt-auth.md#enable-jwt-auth-with-vault-compatibility)
 authentication plugin.
diff --git a/docs/zh/latest/README.md b/docs/zh/latest/README.md
index 35cc2fb..98f33c9 100644
--- a/docs/zh/latest/README.md
+++ b/docs/zh/latest/README.md
@@ -136,7 +136,7 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
   - 高性能:在单核上 QPS 可以达到 18k,同时延迟只有 0.2 毫秒。
   - [故障注入](plugins/fault-injection.md)
   - [REST Admin API](admin-api.md): 使用 REST Admin API 来控制 Apache APISIX,默认只允许 
127.0.0.1 访问,你可以修改 `conf/config.yaml` 中的 `allow_admin` 字段,指定允许调用 Admin API 的 IP 
列表。同时需要注意的是,Admin API 使用 key auth 来校验调用者身份,**在部署前需要修改 `conf/config.yaml` 中的 
`admin_key` 字段,来保证安全。**
-  - 外部日志记录器:将访问日志导出到外部日志管理工具。([HTTP Logger](plugins/http-logger.md)、[TCP 
Logger](plugins/tcp-logger.md)、[Kafka Logger](plugins/kafka-logger.md)、[UDP 
Logger](plugins/udp-logger.md)、[RocketMQ 
Logger](plugins/rocketmq-logger.md)、[SkyWalking 
Logger](plugins/skywalking-logger.md)、[Alibaba Cloud 
Logging(SLS)](plugins/sls-logger.md)、[Google Cloud 
Logging](plugins/google-cloud-logging.md)、[Splunk HEC 
Logging](plugins/splunk-hec-logging.md))
+  - 外部日志记录器:将访问日志导出到外部日志管理工具。([HTTP Logger](plugins/http-logger.md)、[TCP 
Logger](plugins/tcp-logger.md)、[Kafka Logger](plugins/kafka-logger.md)、[UDP 
Logger](plugins/udp-logger.md)、[RocketMQ 
Logger](plugins/rocketmq-logger.md)、[SkyWalking 
Logger](plugins/skywalking-logger.md)、[Alibaba Cloud 
Logging(SLS)](plugins/sls-logger.md)、[Google Cloud 
Logging](plugins/google-cloud-logging.md)、[Splunk HEC 
Logging](plugins/splunk-hec-logging.md)、[File Logger](plugins/file-logger.md))
   - [Helm charts](https://github.com/apache/apisix-helm-chart)
 
 - **高度可扩展**

Reply via email to