-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
Hi,
Actually I'm facing a weird issue here! I'm using filebeat to send Tomcat access logs to Redis, then Logstash read from elasticsearch and insert on elasticsearch. Till here, everything is perfect! The issue is with kibana, When I'm only using one value it actually shows correctly with the correct formatting (Kb, Mb, Gb ....), but when I split it to multiple values, it shows only the number of bytes without formating.
WIth only one value it renders the good format:

However, when I split it (by app), it return plain bytes with long number

Kibana version: 5.6.0
Elasticsearch version: 5.6.0
Server OS version: Cent OS 7
Browser version: Chrome Version 60.0.3112.113
Browser OS version: MacOS Sierra 10.12.6
Original install method (e.g. download page, yum, from source, etc.): from source