Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiyisong committed Jul 16, 2024
1 parent b815c23 commit 91952e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nightly/en/user-guide/logs/write-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This interface accepts the following parameters:

The `Content-Type` header of the HTTP request decides how GreptimeDB decodes the payload. Currently we support the following `Content-Type`:
- `application/json`: the key name of each field is the field name that can be used in pipeline.
- `plain/text`: you can refer to each line using `line` in pipeline. It's recommand to use `dissect` or `regex` to prase the whole line first.
- `plain/text`: you can refer to each line using `line` in pipeline. It's recommend to use `dissect` or `regex` to prase the whole line first.

Here are some examples
```shell
Expand Down

0 comments on commit 91952e3

Please sign in to comment.