kayx23 commented on code in PR #12994:
URL: https://github.com/apache/apisix/pull/12994#discussion_r2792011657


##########
docs/zh/latest/plugins/elasticsearch-logger.md:
##########
@@ -47,6 +47,7 @@ description: elasticsearch-logger Plugin 将请求和响应日志批量推送到
 | auth | array | 否 | | Elasticsearch 
[身份验证](https://www.elastic.co/guide/en/elasticsearch/reference/current/setting-up-authentication.html)
 配置。 |
 | auth.username | string | 是 | | Elasticsearch 
[身份验证](https://www.elastic.co/guide/en/elasticsearch/reference/current/setting-up-authentication.html)
 用户名​​。 |
 | auth.password | string | 是 | | Elasticsearch 
[身份验证](https://www.elastic.co/guide/en/elasticsearch/reference/current/setting-up-authentication.html)
 密码。 |
+| headers | object | 否 | | 自定义请求标头,以键值对形式配置。例如:`{"Authorization": "Bearer 
token", "X-API-Key": "key"}`。 |

Review Comment:
   ```suggestion
   | headers | object | 否 | | 自定义请求标头,以键值对形式配置。例如 `{"Authorization": "Bearer 
token", "X-API-Key": "key"}`。 |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to