Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenchi <[email protected]>
  • Loading branch information
zhongzc committed Jul 16, 2024
1 parent 6460d4b commit f91023f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/nightly/en/user-guide/logs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ The query result is as follows:
```

As you can see, the logs have been stored as structured logs after applying type conversions using the pipeline. This provides convenience for further querying and analysis of the logs.
Please refer to [Query Logs](query-logs.md) for the specific syntax of querying logs.

## Conclusion

Expand Down
1 change: 1 addition & 0 deletions docs/nightly/zh/user-guide/logs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ SELECT * FROM public.logs WHERE MATCHES(log, 'sendTextDataToCluster');
```

可以看出,通过 Pipeline 将 Log 进行类型转换后存储为结构化的日志,为日志的进一步查询和分析带来了便利。
请参阅[查询日志](query-logs.md)以了解查询日志的具体语法。

## 结语

Expand Down

0 comments on commit f91023f

Please sign in to comment.