Skip to content

Commit 4a38288

Browse files
author
liukj
committed
docs: update docs link and default docs
1 parent 83208eb commit 4a38288

File tree

14 files changed

+18
-18
lines changed

14 files changed

+18
-18
lines changed

docs/config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ markup:
1919
# There are different options to translate files
2020
# See https://gohugo.io/content-management/multilingual/#translation-by-filename
2121
# And https://gohugo.io/content-management/multilingual/#translation-by-content-directory
22-
defaultContentLanguage: zh
22+
defaultContentLanguage: en
2323
languages:
24-
zh:
25-
languageName: 简体中文
26-
contentDir: content.zh
27-
weight: 3
2824
en:
2925
languageName: English
3026
contentDir: content.en
27+
weight: 3
28+
zh:
29+
languageName: 简体中文
30+
contentDir: content.zh
3131
weight: 4
3232

3333
menu:

docs/content.en/docs/configuration/processors/es_cluster_health.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ pipeline
2525
2626
| Name | Type | Description |
2727
| --- | --- | --- |
28-
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](../../../gateway/references/elasticsearch.md) `name` parameter) |
28+
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](https://docs.infinilabs.com/gateway/main/docs/references/elasticsearch/) `name` parameter) |
2929
| labels | map | Custom labels |

docs/content.en/docs/configuration/processors/es_cluster_stats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ pipeline
2525
2626
| Name | Type | Description |
2727
| --- | --- | --- |
28-
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](../../../gateway/references/elasticsearch.md) `name` parameter) |
28+
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](https://docs.infinilabs.com/gateway/main/docs/references/elasticsearch/) `name` parameter) |
2929
| labels | map | Custom labels |

docs/content.en/docs/configuration/processors/es_index_stats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline
2525
2626
| Name | Type | Description |
2727
| --- | --- | --- |
28-
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](../../../gateway/references/elasticsearch.md) `name` parameter) |
28+
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](https://docs.infinilabs.com/gateway/main/docs/references/elasticsearch/) `name` parameter) |
2929
| all_index_stats | bool | Whether to enable the metric collection of all indexes, default is `true`. |
3030
| index_primary_stats | bool | Whether to enable the metric collection of index primary shards, default is `true`. |
3131
| labels | map | Custom labels |

docs/content.en/docs/configuration/processors/es_logs_processor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ pipeline
2828
| Name | Type | Description |
2929
| --- | --- | --- |
3030
| queue_name | string | Log collection queue name |
31-
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](../../../gateway/references/elasticsearch.md) `name` parameter) |
31+
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](https://docs.infinilabs.com/gateway/main/docs/references/elasticsearch/) `name` parameter) |
3232
| logs_path | string | Cluster log path |
3333
| labels | map | Custom labels |

docs/content.en/docs/configuration/processors/es_node_stats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ pipeline
2525
2626
| Name | Type | Description |
2727
| --- | --- | --- |
28-
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](../../../gateway/references/elasticsearch.md) `name` parameter) |
28+
| elasticsearch | string | Cluster instance name (Please see [elasticsearch](https://docs.infinilabs.com/gateway/main/docs/references/elasticsearch/) `name` parameter) |
2929
| level | string | Metric level, Optional `cluster`, `indices`, `shards`, default is `shards`。 |
3030
| labels | map | Custom labels |

docs/content.en/docs/release-notes/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Information about release notes of INFINI Agent is provided here.
1717

1818
### Improvements
1919

20-
- The code is open source, and Github [repository](https://github.com/infinilabs/agent) is used for development.
20+
- The code is open source, and [Github repository](https://github.com/infinilabs/agent) is used for development.
2121
- Keep the same version number as INFINI Console.
2222
- Synchronize updates for known issues fixed in the Framework.
2323
- Support collect metrics on Kubernetes

docs/content.zh/docs/configuration/processors/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ bookCollapseSection: true
1818
- [es_logs_processor](./es_logs_processor.md)
1919
- [logs_processor](./logs_processor.md)
2020

21-
更多处理器内容,请查看 [processors](../../../gateway/references/processors/_index.md)
21+
更多处理器内容,请查看 [processors](https://infinilabs.cn/docs/latest/gateway/references/processors/)

docs/content.zh/docs/configuration/processors/es_cluster_health.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ pipeline
2525
2626
| 名称 | 类型 | 说明 |
2727
| --- | --- | --- |
28-
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](../../../gateway/references/elasticsearch.md) 的 `name` 参数) |
28+
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](https://infinilabs.cn/docs/latest/gateway/references/elasticsearch/) 的 `name` 参数) |
2929
| labels | map | 自定义标签 |

docs/content.zh/docs/configuration/processors/es_cluster_stats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ pipeline
2525
2626
| 名称 | 类型 | 说明 |
2727
| --- | --- | --- |
28-
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](../../../gateway/references/elasticsearch.md) 的 `name` 参数) |
28+
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](https://infinilabs.cn/docs/latest/gateway/references/elasticsearch/) 的 `name` 参数) |
2929
| labels | map | 自定义标签 |

docs/content.zh/docs/configuration/processors/es_index_stats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline
2525
2626
| 名称 | 类型 | 说明 |
2727
| --- | --- | --- |
28-
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](../../../gateway/references/elasticsearch.md) 的 `name` 参数) |
28+
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](https://infinilabs.cn/docs/latest/gateway/references/elasticsearch/) 的 `name` 参数) |
2929
| all_index_stats | bool | 是否开启所有索引指标的采集,默认 `true` |
3030
| index_primary_stats | bool | 是否开启索引主分片指标的采集,默认 `true` |
3131
| labels | map | 自定义标签 |

docs/content.zh/docs/configuration/processors/es_logs_processor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ pipeline
2828
| 名称 | 类型 | 说明 |
2929
| --- | --- | --- |
3030
| queue_name | string | 日志采集队列名称 |
31-
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](../../../gateway/references/elasticsearch.md) 的 `name` 参数) |
31+
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](https://infinilabs.cn/docs/latest/gateway/references/elasticsearch/) 的 `name` 参数) |
3232
| logs_path | string | 集群日志存储路径 |
3333
| labels | map | 自定义标签 |

docs/content.zh/docs/configuration/processors/es_node_stats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ pipeline
2525
2626
| 名称 | 类型 | 说明 |
2727
| --- | --- | --- |
28-
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](../../../gateway/references/elasticsearch.md) 的 `name` 参数) |
28+
| elasticsearch | string | 集群实例名称(请参考 [elasticsearch](https://infinilabs.cn/docs/latest/gateway/references/elasticsearch/) 的 `name` 参数) |
2929
| level | string | 指标级别,可选 `cluster`,`indices`,`shards`,默认 `shards`。 |
3030
| labels | map | 自定义标签 |

docs/content.zh/docs/release-notes/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: "版本历史"
1414

1515
### Improvements
1616

17-
- 代码开源,统一采用 Github [仓库](https://github.com/infinilabs/agent) 进行开发
17+
- 代码开源,统一采用 [Github 仓库](https://github.com/infinilabs/agent) 进行开发
1818
- 与 INFINI Console 统一版本号
1919
- 同步更新 Framework 修复的已知问题
2020
- 支持 K8S 环境指标采集

0 commit comments

Comments
 (0)