Skip to content

Commit 1992711

Browse files
committed
add docs
1 parent 27541d5 commit 1992711

24 files changed

Lines changed: 24 additions & 0 deletions

docs/en/latest/plugins/clickhouse-logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ You can also set the format of the logs by configuring the Plugin metadata. The
104104
| Name | Type | Required | Default | Description |
105105
| ---------- | ------ | -------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
106106
| log_format | object | False | | Log format declared as key value pairs in JSON format. Values only support strings. [APISIX](../apisix-variable.md) or [Nginx](http://nginx.org/en/docs/varindex.html) variables can be used by prefixing the string with `$`. |
107+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
107108

108109
:::info IMPORTANT
109110

docs/en/latest/plugins/elasticsearch-logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ This Plugin supports using batch processors to aggregate and process entries (lo
6262
| Name | Type | Required | Default | Description |
6363
|------|------|----------|---------|-------------|
6464
| log_format | object | False | | Custom log format in key-value pairs in JSON format. Support [APISIX variables](../apisix-variable.md) and [NGINX variables](http://nginx.org/en/docs/varindex.html) in values. |
65+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
6566

6667
## Examples
6768

docs/en/latest/plugins/google-cloud-logging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ You can also set the format of the logs by configuring the Plugin metadata. The
9191
| Name | Type | Required | Default | Description |
9292
| ---------- | ------ | -------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9393
| log_format | object | False | | Log format declared as key value pairs in JSON format. Values only support strings. [APISIX](../apisix-variable.md) or [Nginx](http://nginx.org/en/docs/varindex.html) variables can be used by prefixing the string with `$`. |
94+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
9495

9596
:::info IMPORTANT
9697

docs/en/latest/plugins/http-logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ You can also set the format of the logs by configuring the Plugin metadata. The
105105
| Name | Type | Required | Default | Description |
106106
| ---------- | ------ | -------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
107107
| log_format | object | False | | Log format declared as key value pairs in JSON format. Values only support strings. [APISIX](../apisix-variable.md) or [Nginx](http://nginx.org/en/docs/varindex.html) variables can be used by prefixing the string with `$`. |
108+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
108109

109110
:::info IMPORTANT
110111

docs/en/latest/plugins/kafka-logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ You can also set the format of the logs by configuring the Plugin metadata. The
139139
| Name | Type | Required | Default | Description |
140140
| ---------- | ------ | -------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
141141
| log_format | object | False | | Log format declared as key value pairs in JSON format. Values only support strings. [APISIX](../apisix-variable.md) or [Nginx](http://nginx.org/en/docs/varindex.html) variables can be used by prefixing the string with `$`. |
142+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
142143

143144
:::info IMPORTANT
144145

docs/en/latest/plugins/loki-logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ You can also configure log format on a global scale using the [Plugin Metadata](
6868
| Name | Type | Required | Default | Description |
6969
|------|------|----------|---------|-------------|
7070
| log_format | object | False | | Custom log format in key-value pairs in JSON format. Support [APISIX variables](../apisix-variable.md) and [NGINX variables](http://nginx.org/en/docs/varindex.html) in values. |
71+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
7172

7273
## Examples
7374

docs/en/latest/plugins/rocketmq-logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ You can also set the format of the logs by configuring the Plugin metadata. The
182182
| Name | Type | Required | Default | Description |
183183
|------------|--------|----------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
184184
| log_format | object | False | | Log format declared as key value pairs in JSON format. Values only support strings. [APISIX](../apisix-variable.md) or [Nginx](http://nginx.org/en/docs/varindex.html) variables can be used by prefixing the string with `$`. |
185+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
185186

186187
:::info IMPORTANT
187188

docs/en/latest/plugins/skywalking-logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ You can also set the format of the logs by configuring the Plugin metadata. The
6262
| Name | Type | Required | Default | Description |
6363
| ---------- | ------ | -------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6464
| log_format | object | False | | Custom log format in key-value pairs in JSON format. Support [APISIX](../apisix-variable.md) or [NGINX variables](http://nginx.org/en/docs/varindex.html) in values. |
65+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
6566

6667
## Examples
6768

docs/en/latest/plugins/splunk-hec-logging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ You can also set the format of the logs by configuring the Plugin metadata. The
8787
| Name | Type | Required | Default | Description |
8888
| ---------- | ------ | -------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8989
| log_format | object | False | | Log format declared as key value pairs in JSON format. Values only support strings. [APISIX](../apisix-variable.md) or [Nginx](http://nginx.org/en/docs/varindex.html) variables can be used by prefixing the string with `$`. |
90+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
9091

9192
:::info IMPORTANT
9293

docs/en/latest/plugins/tcp-logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ You can also set the format of the logs by configuring the Plugin metadata. The
100100
| Name | Type | Required | Default | Description |
101101
| ---------- | ------ | -------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
102102
| log_format | object | False | | Log format declared as key value pairs in JSON format. Values only support strings. [APISIX](../apisix-variable.md) or [Nginx](http://nginx.org/en/docs/varindex.html) variables can be used by prefixing the string with `$`. |
103+
| max_pending_entries | integer | False | | Maximum number of pending entries that can be bufferred in batch processor before it starts dropping them. |
103104

104105
:::info IMPORTANT
105106

0 commit comments

Comments
 (0)