Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui authored Sep 11, 2024
1 parent e1ac887 commit 1cc0000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/logs/manage-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Now that the Pipeline has been created successfully, you can test the Pipeline u

We can test the Pipeline using the `dryrun` interface. We will test it with erroneous log data where the value of the message field is in numeric format, causing the pipeline to fail during processing.

**This API is only used to test the results of the Pipeline and does not write data to GreptimeDB.**
**This API is only used to test the results of the Pipeline and does not write logs to GreptimeDB.**


```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ transform:

我们可以使用 `dryrun` 接口测试 Pipeline。我们将使用错误的日志数据对其进行测试,其中消息字段的值为数字格式,会导致 Pipeline 在处理过程中失败。

**此接口仅仅用于测试 Pipeline 的处理结果,不会将数据写入到 GreptimeDB 中。**
**此接口仅仅用于测试 Pipeline 的处理结果,不会将日志写入到 GreptimeDB 中。**

```bash
curl -X "POST" "http://localhost:4000/v1/events/pipelines/dryrun?pipeline_name=test" \
Expand Down

0 comments on commit 1cc0000

Please sign in to comment.