-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Issue with bytes format in Kibana #14194
Copy link
Copy link
Closed
Labels
Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//
Metadata
Metadata
Assignees
Labels
Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//
Type
Fields
Give feedbackNo fields configured for issues without a type.
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