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
| password | Password for the username. | String | No | root |
540
540
| batch.enable | Enables batch mode for log transmission to improve throughput and reduce IOPS. | Boolean: true, false | No | true |
541
541
| batch.max-delay-seconds | Maximum delay (in seconds) for batch transmission. | Integer | No | 1 |
542
-
| batch.max-delay-ms | Maximum delay (in ms) for batch transmission. | Integer | No | 1 |
542
+
| batch.max-delay-ms | Maximum delay (in ms) for batch transmission. (Available since v2.0.5.1)| Integer | No | 1 |
543
543
| batch.size-bytes | Maximum batch size (in bytes) for batch transmission. | Long | No | 16*1024*1024 |
544
544
| compressor | The selected RPC compression algorithm. Multiple algorithms can be configured and will be adopted in sequence for each request. | String: snappy / gzip / lz4 / zstd / lzma2 | No | "" |
545
545
| compressor.zstd.level | When the selected RPC compression algorithm is zstd, this parameter can be used to additionally configure the compression level of the zstd algorithm. | Int: [-131072, 22]| No | 3 |
| password | Password for the username. | String | No | root |
559
559
| batch.enable | Enables batch mode for log transmission to improve throughput and reduce IOPS. | Boolean: true, false | No | true |
560
560
| batch.max-delay-seconds | Maximum delay (in seconds) for batch transmission. | Integer | No | 1 |
561
-
| batch.max-delay-ms | Maximum delay (in ms) for batch transmission. | Integer | No | 1 |
561
+
| batch.max-delay-ms | Maximum delay (in ms) for batch transmission. (Available since v2.0.5.1)| Integer | No | 1 |
562
562
| batch.size-bytes | Maximum batch size (in bytes) for batch transmission. | Long | No | 16*1024*1024 |
563
563
| compressor | The selected RPC compression algorithm. Multiple algorithms can be configured and will be adopted in sequence for each request. | String: snappy / gzip / lz4 / zstd / lzma2 | No | "" |
564
564
| compressor.zstd.level | When the selected RPC compression algorithm is zstd, this parameter can be used to additionally configure the compression level of the zstd algorithm. | Int: [-131072, 22]| No | 3 |
0 commit comments