This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new a48c393b82d [fix]:Different title levels (#2896)
a48c393b82d is described below
commit a48c393b82db121c18b394111a59edb6f32b4ed4
Author: yangon <[email protected]>
AuthorDate: Fri Sep 19 15:56:01 2025 +0800
[fix]:Different title levels (#2896)
---
docs/observability/log.md | 6 +++---
.../docusaurus-plugin-content-docs/current/observability/log.md | 6 +++---
.../docusaurus-plugin-content-docs/version-2.1/observability/log.md | 6 +++---
.../docusaurus-plugin-content-docs/version-3.0/observability/log.md | 6 +++---
versioned_docs/version-2.1/observability/log.md | 6 +++---
versioned_docs/version-3.0/observability/log.md | 6 +++---
6 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/docs/observability/log.md b/docs/observability/log.md
index d1a9c2d5329..9455a298c49 100644
--- a/docs/observability/log.md
+++ b/docs/observability/log.md
@@ -121,7 +121,7 @@ You can find BE configuration fields in `be/conf/be.conf`.
Refer to the followin
For more information, refer to [BE
Configuration](../admin-manual/config/be-config).
-### Step 4: Create tables
+## Step 4: Create tables
Due to the distinct characteristics of both writing and querying log data, it
is recommended to configure tables with targeted settings to enhance
performance.
@@ -221,7 +221,7 @@ PROPERTIES (
);
```
-### Step 5: Collect logs
+## Step 5: Collect logs
After completing table creation, you can proceed with log collection.
@@ -423,7 +423,7 @@ When using custom programs, pay attention to the following
key points:
- It is recommended to write batches whose sizes are between 100MB to 1GB on
the client side. For Apache Doris version 2.1 and higher, you need to reduce
batch sizes on the client side through the Group Commit function.
-### Step 6: Query and analyze logs
+## Step 6: Query and analyze logs
**Query logs**
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/observability/log.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/observability/log.md
index fa3f93a0aa7..5cc9b4188f1 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/observability/log.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/observability/log.md
@@ -129,7 +129,7 @@ under the License.
更多关于 BE 配置项的信息,可参考 [BE 配置项](../admin-manual/config/be-config)。
-### 第 4 步:建表
+## 第 4 步:建表
由于日志数据的写入和查询都具备明显的特征,因此,在建表时按照本节说明进行针对性配置,以提升性能表现。
@@ -221,7 +221,7 @@ PROPERTIES (
);
```
-### 第 5 步:采集日志
+## 第 5 步:采集日志
完成建表后,可进行日志采集。
@@ -431,7 +431,7 @@
http://fe_host:fe_http_port/api/log_db/log_table/_stream_load
- 设置 HTTP header "load_to_single_tablet:true",指定一次导入写入一个分桶减少导入的小文件。
- 建议写入客户端一个 Batch 的大小为 100MB ~ 1GB。如果你使用的是 Apache Doris 2.1 及更高版本,需通过服务端 Group
Commit 功能,降低客户端 Batch 大小。
-### 第 6 步:查询和分析日志
+## 第 6 步:查询和分析日志
**日志查询**
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/observability/log.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/observability/log.md
index a1ef062679e..1633e4170de 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/observability/log.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/observability/log.md
@@ -110,7 +110,7 @@
更多关于 BE 配置项的信息,可参考 [BE 配置项](../admin-manual/config/be-config)。
-### 第 4 步:建表
+## 第 4 步:建表
由于日志数据的写入和查询都具备明显的特征,因此,在建表时按照本节说明进行针对性配置,以提升性能表现。
@@ -202,7 +202,7 @@ PROPERTIES (
);
```
-### 第 5 步:采集日志
+## 第 5 步:采集日志
完成建表后,可进行日志采集。
@@ -412,7 +412,7 @@
http://fe_host:fe_http_port/api/log_db/log_table/_stream_load
- 设置 HTTP header "load_to_single_tablet:true",指定一次导入写入一个分桶减少导入的小文件。
- 建议写入客户端一个 Batch 的大小为 100MB ~ 1GB。如果你使用的是 Apache Doris 2.1 及更高版本,需通过服务端 Group
Commit 功能,降低客户端 Batch 大小。
-### 第 6 步:查询和分析日志
+## 第 6 步:查询和分析日志
**日志查询**
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/observability/log.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/observability/log.md
index 110b6394da2..c30fc22d006 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/observability/log.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/observability/log.md
@@ -110,7 +110,7 @@
更多关于 BE 配置项的信息,可参考 [BE 配置项](../admin-manual/config/be-config)。
-### 第 4 步:建表
+## 第 4 步:建表
由于日志数据的写入和查询都具备明显的特征,因此,在建表时按照本节说明进行针对性配置,以提升性能表现。
@@ -202,7 +202,7 @@ PROPERTIES (
);
```
-### 第 5 步:采集日志
+## 第 5 步:采集日志
完成建表后,可进行日志采集。
@@ -412,7 +412,7 @@
http://fe_host:fe_http_port/api/log_db/log_table/_stream_load
- 设置 HTTP header "load_to_single_tablet:true",指定一次导入写入一个分桶减少导入的小文件。
- 建议写入客户端一个 Batch 的大小为 100MB ~ 1GB。如果你使用的是 Apache Doris 2.1 及更高版本,需通过服务端 Group
Commit 功能,降低客户端 Batch 大小。
-### 第 6 步:查询和分析日志
+## 第 6 步:查询和分析日志
**日志查询**
diff --git a/versioned_docs/version-2.1/observability/log.md
b/versioned_docs/version-2.1/observability/log.md
index d1a9c2d5329..9455a298c49 100644
--- a/versioned_docs/version-2.1/observability/log.md
+++ b/versioned_docs/version-2.1/observability/log.md
@@ -121,7 +121,7 @@ You can find BE configuration fields in `be/conf/be.conf`.
Refer to the followin
For more information, refer to [BE
Configuration](../admin-manual/config/be-config).
-### Step 4: Create tables
+## Step 4: Create tables
Due to the distinct characteristics of both writing and querying log data, it
is recommended to configure tables with targeted settings to enhance
performance.
@@ -221,7 +221,7 @@ PROPERTIES (
);
```
-### Step 5: Collect logs
+## Step 5: Collect logs
After completing table creation, you can proceed with log collection.
@@ -423,7 +423,7 @@ When using custom programs, pay attention to the following
key points:
- It is recommended to write batches whose sizes are between 100MB to 1GB on
the client side. For Apache Doris version 2.1 and higher, you need to reduce
batch sizes on the client side through the Group Commit function.
-### Step 6: Query and analyze logs
+## Step 6: Query and analyze logs
**Query logs**
diff --git a/versioned_docs/version-3.0/observability/log.md
b/versioned_docs/version-3.0/observability/log.md
index d1a9c2d5329..9455a298c49 100644
--- a/versioned_docs/version-3.0/observability/log.md
+++ b/versioned_docs/version-3.0/observability/log.md
@@ -121,7 +121,7 @@ You can find BE configuration fields in `be/conf/be.conf`.
Refer to the followin
For more information, refer to [BE
Configuration](../admin-manual/config/be-config).
-### Step 4: Create tables
+## Step 4: Create tables
Due to the distinct characteristics of both writing and querying log data, it
is recommended to configure tables with targeted settings to enhance
performance.
@@ -221,7 +221,7 @@ PROPERTIES (
);
```
-### Step 5: Collect logs
+## Step 5: Collect logs
After completing table creation, you can proceed with log collection.
@@ -423,7 +423,7 @@ When using custom programs, pay attention to the following
key points:
- It is recommended to write batches whose sizes are between 100MB to 1GB on
the client side. For Apache Doris version 2.1 and higher, you need to reduce
batch sizes on the client side through the Group Commit function.
-### Step 6: Query and analyze logs
+## Step 6: Query and analyze logs
**Query logs**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]