Logstash, ELB access logs, client port displays with a comma

Hi, I'm using logstash for parsing AWS ELB access logs, and noticed that client port displays with a comma in Kibana
image
but in JSON tab it displays correctly, could you please explain, why it happens? , thanks

"backend_response": 200,
"clientport": 50103,

I think that is just the default numeric field formatter.

thanks for help!
image

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.