You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pipeline/outputs/doris.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,16 @@ operational Doris service running in your environment.
18
18
|`password`| Password for Doris access. |_none_|
19
19
|`database`| The target Doris database. |_none_|
20
20
|`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`|
22
22
|`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_|
24
24
|`log_request`| Whether to output Doris Stream Load request and response metadata in logs for troubleshooting. |`true`|
25
25
|`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`|
26
26
|`Workers`| The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. |`2`|
27
27
28
28
### TLS / SSL
29
29
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)
31
31
for more details about the supported properties and general configuration.
0 commit comments