Id lookup

Currently we log only ids in our statistics cluster, is there a way to resolve die ids by lookup in an other Index? Currently we see only the ids in every aggregation charts ;-(

Cheers
Michael

You may be able to use field formatters to do this - https://www.elastic.co/blog/kibana-4-1-field-formatters

External system lookups for the purposes of resolving ids to names are not currently possible. I'd recommend indexing the names directly in Elasticsearch and doing aggregations straight on those, assuming they are sufficiently static.

For cases where this is not possible, we're tracking some enhancement ideas -- please feel free to +1 and/or comment: https://github.com/elastic/kibana/issues/4361

Right but, but the Name will not the same, because the user can change the name of the item we are currently track ;-( For use it is no problem to provide an Index with the id -> name Mapping.