shihuncl commented on issue #12381:
URL: https://github.com/apache/apisix/issues/12381#issuecomment-3007224821

   > Hi [@shihuncl](https://github.com/shihuncl), can you provide a detailed 
reproduction process? In addition, I did not find any configuration related to 
the elasticsearch-logger plugin from the information provided.
   
   apisix service config:{
     "name": "service config",
     "desc": "1",
     "upstream_id": "5c770b9e35144cb5bc8bc52ed1c1541c",
     "plugins": {
       "basic-auth": {
         "_meta": {
           "disable": false
         },
         "hide_credentials": false
       },
       "elasticsearch-logger": {
         "_meta": {
           "disable": false
         },
         "auth": {
           "password": "****",
           "username": "elastic"
         },
         "batch_max_size": 100,
         "buffer_duration": 60,
         "endpoint_addr": "https://test:9200";,
         "field": {
           "index": "log"
         },
         "inactive_timeout": 5,
         "include_query_args": false,
         "include_req_body": false,
         "include_resp_body": false,
         "max_retry_count": 0,
         "name": "elasticsearch-logger",
         "retry_delay": 1,
         "ssl_verify": false,
         "timeout": 60
       }
     }
   }
   When the requested URL path parameter is irregular or the parameter value 
contains spaces, the API call record will not be stored.
   example:
   
1.https://test/mdm/api/service/datapub/rest/api/v1/pmdm/projectTeam?projectCode=P4065&beginDate=2019-11-01%2000:00:00&endDate=2019-11-01%2000:00:00
   
2.https://test/mdm/api/service/datapub/rest/api/v1/pmdm/projectTeam?projectCode=P4065&beginDate&endDate'


-- 
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