I posted a feature request for Kibana around getting label data for numerical ids that are stored in elasticsearch before displaying that data in a visualization:
We don't want to denormalize our event data to contain all of the other relevant info besides the ids so I'm looking for an alternative solution. They suggested that I post here as well. Anyone out there have a good solution for storing ids in elasticsearch but then being able to associate those ids with their labels (from another data store but can be made available via a rest endpoint or by syncing them into elasticsearch) for presentation purposes?