Search code examples
elasticsearchkibanakibana-4

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


Solution

  • 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.