Skip to content

Commit 6d08f97

Browse files
committed
chore
Signed-off-by: composer <[email protected]>
1 parent 43864b7 commit 6d08f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/outputs/doris.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ operational Doris service running in your environment.
1818
| `password` | Password for Doris access. | _none_ |
1919
| `database` | The target Doris database. | _none_ |
2020
| `table` | The target Doris table. | _none_ |
21-
| `label_prefix` | Doris stream load label prefix, the final generated Label is {label_prefix}\_{timestamp}\_{uuid}. | `fluentbit` |
21+
| `label_prefix` | Label prefix of Doris stream load, the final generated Label is {label_prefix}\_{timestamp}\_{uuid}. | `fluentbit` |
2222
| `time_key` | The name of the time key in the output record. | `date` |
23-
| `header` | Doris stream load headers. Multiple headers can be set. See [Doris stream load](https://doris.apache.org/docs/data-operate/import/import-way/stream-load-manual) for details. | _none_ |
23+
| `header` | Headers of Doris stream load. Multiple headers can be set. See [Doris stream load](https://doris.apache.org/docs/data-operate/import/import-way/stream-load-manual) for details. | _none_ |
2424
| `log_request` | Whether to output Doris Stream Load request and response metadata in logs for troubleshooting. | `true` |
2525
| `log_progress_interval` | The time interval in seconds to calculate and output the speed in the log. Set to 0 to disable this type of logging. | `10` |
2626
| `Workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `2` |
2727

2828
### TLS / SSL
2929

30-
Doris output plugin supports TLS/SSL. See [TLS/SSL](../../administration/transport-security.md)
30+
The Doris output plugin supports TLS/SSL. See [TLS/SSL](../../administration/transport-security.md)
3131
for more details about the supported properties and general configuration.
3232

3333
## Get started

0 commit comments

Comments
 (0)