This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9036d43 docs: update Google Cloud Logging doc (#820)
9036d43 is described below
commit 9036d43aae0f43b9ff082a53d8d98f033be385e7
Author: yilinzeng <[email protected]>
AuthorDate: Fri Dec 24 18:00:43 2021 +0800
docs: update Google Cloud Logging doc (#820)
---
website/blog/2021/12/22/google-logging.md | 6 +++---
.../zh/docusaurus-plugin-content-blog/2021/12/22/google-logging.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/website/blog/2021/12/22/google-logging.md
b/website/blog/2021/12/22/google-logging.md
index 056b38c..074ebe0 100644
--- a/website/blog/2021/12/22/google-logging.md
+++ b/website/blog/2021/12/22/google-logging.md
@@ -23,7 +23,7 @@ tags: [Technology]
<!--truncate-->
-
+
Logging is an important infrastructure for distributed systems. It can help
developers observe the status of service operation, improve the efficiency of
service troubleshooting and diagnosis, and conduct multi-dimensional analysis
to improve the overall stability and operational efficiency of the system.
@@ -155,7 +155,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H
'X-API-KEY: edd1c9f034335f1
### Verify plugin is running normally
-1. Run the following command to send a request to Google Logging.
+1. Run the following command to send a request to Google Cloud Logging.
```shell
curl -i http://127.0.0.1:9080/logging.do
@@ -195,7 +195,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H
'X-API-KEY: edd1c9f034335f1
## Summary
-This article describes the detailed steps for interfacing Apache APISIX and
Google Logging. We hope this article will give you a clearer understanding of
using Google Cloud in Apache APISIX and facilitate the subsequent hands-on
operation.
+This article describes the detailed steps for interfacing Apache APISIX and
Google Cloud Logging. We hope this article will give you a clearer
understanding of using Google Cloud Logging in Apache APISIX and facilitate the
subsequent hands-on operation.
Apache APISIX is not only committed to maintaining its own high performance,
but also has always attached great importance to the construction of open
source ecology. At present, Apache APISIX has 10+ logging-related plugins and
supports interfacing with mainstream open source logging projects in the
industry.
diff --git
a/website/i18n/zh/docusaurus-plugin-content-blog/2021/12/22/google-logging.md
b/website/i18n/zh/docusaurus-plugin-content-blog/2021/12/22/google-logging.md
index 1fcfaa8..637adb9 100644
---
a/website/i18n/zh/docusaurus-plugin-content-blog/2021/12/22/google-logging.md
+++
b/website/i18n/zh/docusaurus-plugin-content-blog/2021/12/22/google-logging.md
@@ -29,7 +29,7 @@ tags: [Technology]
Google Cloud Logging 是由 Google Cloud 提供的全代管式实时日志管理服务,提供 EB 级的存储、搜索、分析和提醒等服务。通过
Google Cloud Loging 的日志浏览器你可以简单高效的对日志进行对日志进行搜索、排序和分析,并且 Google Cloud Logging
还提供了保存查询和丰富的图表功能可以使日志筛查结果可回溯且有更直观的呈现。
-Apache APISIX 在此之前已经支持集成了 HTTP Logger 、TCP Logger、Kafka Logger、UDP
Logger、RocketMQ Logger、SkyWalking Logger、Aliyun Cloud
Logging(SLS)等众多开源及云日志服务解决方案。
+Apache APISIX 在此之前已经支持集成了 [HTTP
Logger](https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/http-logger.md)
、[TCP
Logger](https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/tcp-logger.md)、[Kafka
Logger](https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/kafka-logger.md)、[UDP
Logger](https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/udp-logger.md)、[RocketMQ
Logger](https://github.com/apache/apisix/blob/master/docs/en/late [...]
最近,Apache APISIX 对 Google Cloud Logging 也完成了支持,在使用 Apache APISIX
作为网关时用户又多了一种新的日志解决方案:使用 google-cloud-logging 插件,将 Apache APISIX 的请求日志转发到 Google
Cloud Logging 服务中进行分析和存储。
@@ -156,7 +156,7 @@ auth_config.token_uri|否|oauth2.googleapis.com/token|请求
Google Service Acco
### 验证插件是否成功运行
-1. 运行以下命令,向 Google Logging 发送请求。
+1. 运行以下命令,向 Google Cloud Logging 发送请求。
```shell
curl -i http://127.0.0.1:9080/logging.do
@@ -196,7 +196,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H
'X-API-KEY: edd1c9f034335f1
## 总结
-本文为大家描述了 Apache APISIX 和 Google Logging 对接的详细操作步骤,希望通过本文可以让大家对于在 Apache APISIX
中使用 Google Cloud 有了更清晰的理解,方便后续进行上手实操。
+本文为大家描述了 Apache APISIX 和 Google Cloud Logging 对接的详细操作步骤,希望通过本文可以让大家对于在 Apache
APISIX 中使用 Google Cloud Logging 有更清晰的理解,方便后续进行上手实操。
Apache APISIX 不仅致力于保持自身的高性能,也一直非常重视开源生态的建设。目前 Apache APISIX 已经拥有了 10+
个日志相关的插件,支持与业界主流的开源日志项目对接。