You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logstash installation source: expanded from tar or zip archive
How is Logstash being run: Via command line
How was the Logstash Plugin installed: by default
OS version (uname -a if on a Unix-like system)
Darwin zhengzhq 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000 arm64
Steps to reproduce:
I use http output plugin to send request to server, request body contains attributes and it's type is boolean. When request to server, it seems boolean value is convert to string, so the server response error.
{"code":11246,"msg":"path: message->card; err_msg: json: cannot unmarshal string into Go struct field ConfigForm.config.wide_screen_mode of type bool; err_type: validation; ","data":{}}
anyone tell me how can i pass wide_screen_mode as boolean value to server?
The text was updated successfully, but these errors were encountered:
Logstash information:
OS version (
uname -a
if on a Unix-like system)Darwin zhengzhq 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000 arm64
Steps to reproduce:
I use http output plugin to send request to server, request body contains attributes and it's type is boolean. When request to server, it seems boolean value is convert to string, so the server response error.
anyone tell me how can i pass wide_screen_mode as boolean value to server?
The text was updated successfully, but these errors were encountered: