Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kibana unwanted thousand-seperator

I'm just messing around with Kibana (4.1.1) and for some reason Kibana separates all my integer fields (>999) with a ",". I specified a mapping in Elasticsearch and the fields in question are definitely integers. They are shown in Kibana as numbers and behave exactly like numbers (I can, for instance, set a range in a visualization). Thanks a bunch.

Edit: Just to clarify, this is merely a cosmetic issue.

Edit2: Ideally I would like to be able to specify integer-representations on a field-by-field basis. Kibana411_integerFormatting

like image 393
MoorzTech Avatar asked Jul 11 '15 13:07

MoorzTech


1 Answers

Kibana 4.1 released a feature which enables the type of field-level formatting you are looking for. You specify the formatting rules under "Settings --> Indices --> your index". Then edit the field you want to customize.

like image 137
hubbardr Avatar answered Nov 15 '22 08:11

hubbardr