Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Dec 3, 2024
1 parent b169731 commit 89420c4
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 28 deletions.
2 changes: 1 addition & 1 deletion batchreplace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ with "import Include$1$2$3 from './$1-$2-$3.md' \n\n<Include$1$2$3/>"


replace "<https://n9e.github.io/>"
with "[https://n9e.github.io](https://n9e.github.io)"
with "[Nightingale](https://n9e.github.io)"

replace-regex "<img (.*)">"
with "<img $1"/>"
Expand Down
2 changes: 1 addition & 1 deletion docs/faq-and-others/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Yes, beginners can filter issues with ["good first issue"](https://github.com/Gr

You can use the [`COPY TO` command](/reference/sql/copy.md#s3) to dump table-level data to S3.

### Can [https://n9e.github.io](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?
### Can [Nightingale](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?

Currently, GreptimeDB's compatibility efforts are primarily focused on the implementation of native PromQL. Going forward, we will continue to enhance compatibility with MetricQL's extended syntax.

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/logs/pipeline-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ transform:
type: string
index: fulltext
- fields:
- time_field_a, bron_time
- time_field_a, born_time
type: epoch, s
index: timestamp
```
Expand All @@ -570,6 +570,6 @@ The result will be:
"name": "john",
"age": 3,
"description": "It was snowing when he was born.",
"bron_time": 2021-07-08 16:00:00
"born_time": 2021-07-08 16:00:00
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Yes, beginners can filter issues with ["good first issue"](https://github.com/Gr

You can use the [`COPY TO` command](/reference/sql/copy.md#s3) to dump table-level data to S3.

### Can [https://n9e.github.io](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?
### Can [Nightingale](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?

Currently, GreptimeDB's compatibility efforts are primarily focused on the implementation of native PromQL. Going forward, we will continue to enhance compatibility with MetricQL's extended syntax.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ transform:
type: string
index: fulltext
- fields:
- time_field_a, bron_time
- time_field_a, born_time
type: epoch, s
index: timestamp
```
Expand All @@ -573,6 +573,6 @@ transform:
"name": "john",
"age": 3,
"description": "It was snowing when he was born.",
"bron_time": 2021-07-08 16:00:00
"born_time": 2021-07-08 16:00:00
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ processors:
fields:
# `message` 是 JSON 对象中的 key 名
- message
shuiyisong marked this conversation as resolved.
patterns:
- '%{ip_address} - - [%{timestamp}] "%{http_method} %{request_line}" %{status_code} %{response_size} "-" "%{user_agent}"'
ignore_missing: true
Expand Down Expand Up @@ -95,7 +94,6 @@ processors:
fields:
# 使用 `line` 作为 field 名称
- line
shuiyisong marked this conversation as resolved.
patterns:
- '%{ip_address} - - [%{timestamp}] "%{http_method} %{request_line}" %{status_code} %{response_size} "-" "%{user_agent}"'
ignore_missing: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Yes, beginners can filter issues with ["good first issue"](https://github.com/Gr

You can use the [`COPY TO` command](/reference/sql/copy.md#s3) to dump table-level data to S3.

### Can [https://n9e.github.io](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?
### Can [Nightingale](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?

Currently, GreptimeDB's compatibility efforts are primarily focused on the implementation of native PromQL. Going forward, we will continue to enhance compatibility with MetricQL's extended syntax.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ transform:
type: string
index: fulltext
- fields:
- time_field_a, bron_time
- time_field_a, born_time
type: epoch, s
index: timestamp
```
Expand All @@ -573,6 +573,6 @@ transform:
"name": "john",
"age": 3,
"description": "It was snowing when he was born.",
"bron_time": 2021-07-08 16:00:00
"born_time": 2021-07-08 16:00:00
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ processors:
fields:
# `message` 是 JSON 对象中的 key 名
- message
shuiyisong marked this conversation as resolved.
patterns:
- '%{ip_address} - - [%{timestamp}] "%{http_method} %{request_line}" %{status_code} %{response_size} "-" "%{user_agent}"'
ignore_missing: true
Expand Down Expand Up @@ -95,7 +94,6 @@ processors:
fields:
# 使用 `line` 作为 field 名称
- line
shuiyisong marked this conversation as resolved.
patterns:
- '%{ip_address} - - [%{timestamp}] "%{http_method} %{request_line}" %{status_code} %{response_size} "-" "%{user_agent}"'
ignore_missing: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Yes, beginners can filter issues with ["good first issue"](https://github.com/Gr

You can use the [`COPY TO` command](/reference/sql/copy.md#s3) to dump table-level data to S3.

### Can [https://n9e.github.io](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?
### Can [Nightingale](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?

Currently, GreptimeDB's compatibility efforts are primarily focused on the implementation of native PromQL. Going forward, we will continue to enhance compatibility with MetricQL's extended syntax.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Yes, beginners can filter issues with ["good first issue"](https://github.com/Gr

You can use the [`COPY TO` command](/reference/sql/copy.md#s3) to dump table-level data to S3.

### Can [https://n9e.github.io](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?
### Can [Nightingale](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?

Currently, GreptimeDB's compatibility efforts are primarily focused on the implementation of native PromQL. Going forward, we will continue to enhance compatibility with MetricQL's extended syntax.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ transform:
type: string
index: fulltext
- fields:
- time_field_a, bron_time
- time_field_a, born_time
type: epoch, s
index: timestamp
```
Expand All @@ -438,6 +438,6 @@ transform:
"name": "john",
"age": 3,
"description": "It was snowing when he was born.",
"bron_time": 2021-07-08 16:00:00
"born_time": 2021-07-08 16:00:00
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ processors:
fields:
# `message` 是 JSON 对象中的 key 名
- message
shuiyisong marked this conversation as resolved.
patterns:
- '%{ip_address} - - [%{timestamp}] "%{http_method} %{request_line}" %{status_code} %{response_size} "-" "%{user_agent}"'
ignore_missing: true
Expand Down Expand Up @@ -95,7 +94,6 @@ processors:
fields:
# 使用 `line` 作为 field 名称
- line
shuiyisong marked this conversation as resolved.
patterns:
- '%{ip_address} - - [%{timestamp}] "%{http_method} %{request_line}" %{status_code} %{response_size} "-" "%{user_agent}"'
ignore_missing: true
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.10/faq-and-others/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Yes, beginners can filter issues with ["good first issue"](https://github.com/Gr

You can use the [`COPY TO` command](/reference/sql/copy.md#s3) to dump table-level data to S3.

### Can [https://n9e.github.io](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?
### Can [Nightingale](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?

Currently, GreptimeDB's compatibility efforts are primarily focused on the implementation of native PromQL. Going forward, we will continue to enhance compatibility with MetricQL's extended syntax.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ transform:
type: string
index: fulltext
- fields:
- time_field_a, bron_time
- time_field_a, born_time
type: epoch, s
index: timestamp
```
Expand All @@ -570,6 +570,6 @@ The result will be:
"name": "john",
"age": 3,
"description": "It was snowing when he was born.",
"bron_time": 2021-07-08 16:00:00
"born_time": 2021-07-08 16:00:00
}
```
2 changes: 1 addition & 1 deletion versioned_docs/version-0.7/faq-and-others/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You can use the [`COPY TO` command](/reference/sql/copy.md#s3) to dump table-lev

Please refer to [features that you concern](/user-guide/concepts/features-that-you-concern.md).

## Can [https://n9e.github.io](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?
## Can [Nightingale](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?

Currently, GreptimeDB's compatibility efforts are primarily focused on the implementation of native PromQL. Going forward, we will continue to enhance compatibility with MetricQL's extended syntax.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.8/faq-and-others/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Yes, beginners can filter issues with ["good first issue"](https://github.com/Gr

You can use the [`COPY TO` command](/reference/sql/copy.md#s3) to dump table-level data to S3.

### Can [https://n9e.github.io](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?
### Can [Nightingale](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?

Currently, GreptimeDB's compatibility efforts are primarily focused on the implementation of native PromQL. Going forward, we will continue to enhance compatibility with MetricQL's extended syntax.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.9/faq-and-others/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Yes, beginners can filter issues with ["good first issue"](https://github.com/Gr

You can use the [`COPY TO` command](/reference/sql/copy.md#s3) to dump table-level data to S3.

### Can [https://n9e.github.io](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?
### Can [Nightingale](https://n9e.github.io) now be directly integrated with GreptimeDB? How is its compatibility?

Currently, GreptimeDB's compatibility efforts are primarily focused on the implementation of native PromQL. Going forward, we will continue to enhance compatibility with MetricQL's extended syntax.

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-0.9/user-guide/logs/pipeline-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ transform:
type: string
index: fulltext
- fields:
- time_field_a, bron_time
- time_field_a, born_time
type: epoch, s
index: timestamp
```
Expand All @@ -434,6 +434,6 @@ The result will be:
"name": "john",
"age": 3,
"description": "It was snowing when he was born.",
"bron_time": 2021-07-08 16:00:00
"born_time": 2021-07-08 16:00:00
}
```

0 comments on commit 89420c4

Please sign in to comment.