Skip to content

Commit 61ec1c8

Browse files
committed
update docs
Signed-off-by: Chengwei Guo <chengweiguo@bytedance.com>
1 parent 1fdf520 commit 61ec1c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/plugins/fluentd/output/es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Elasticsearch defines the parameters for out_es output plugin
3434
| ilmPolicy | Optional, Specify ILM policy contents as Hash | *string |
3535
| ilmPolicyOverride | Optional, Specify whether overwriting ilm policy or not | *bool |
3636
| logEs400Reason | Optional, Enable logging of 400 reason without enabling debug log level | *bool |
37-
| bulkMessageRequestThreshold | Optional, Configure bulk_message request splitting threshold size. Default value is -1 (unlimited). If a bulk message exceeds this threshold, the request is split into multiple smaller requests. | *int32 |
37+
| bulkMessageRequestThreshold | Optional, Configure bulk_message_request_threshold splitting threshold size. Default value is -1 (unlimited). If a bulk message exceeds this threshold, the request is split into multiple smaller requests. | *int32 |
3838
# Elasticsearch
3939

4040

docs/plugins/fluentd/output/opensearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Opensearch defines the parameters for out_opensearch plugin
5757
| suppressDocWrap | Optional, Suppress doc_wrap (default: false) | *bool |
5858
| ignoreExceptions | Optional, List of exception classes to ignore | *string |
5959
| exceptionBackup | Optional, Backup chunk when ignore exception occurs (default: true) | *bool |
60-
| bulkMessageRequestThreshold | Optional, Configure bulk_message request splitting threshold size (default: -1 unlimited) | *int32 |
60+
| bulkMessageRequestThreshold | Optional, Configure bulk_message_request_threshold splitting threshold size (default: -1 unlimited) | *int32 |
6161
| applicationName | Optional, Specify the application name for the rollover index to be created (default: default) | *string |
6262
| indexDatePattern | Optional, Specify the index date pattern for creating a rollover index (default: now/d) | *string |
6363
| useLegacyTemplate | Optional, Use legacy template or not (default: false for composable templates) | *bool |

0 commit comments

Comments
 (0)