Hello,
I wan to use http-logger plugin for send logs to open search but I set
"include_req_body" : true in http-logger its can not create request body in
open search fields, also "include_res_body" : true its work. How can i solve
this problem ? Can you help me ?
"http-logger" : {
"batch_max_size" : 100 ,
"buffer_duration" : 60 ,
"disable" : false ,
"inactive_timeout" : 5 ,
"include_req_body" : true , not work
"include_res_body" : true , work
"retry_delay" : 1 ,
"ssl_verify" : false ,
"uri" : "https://x.x.x.x:8000"
Thank you,
Regards