Display label

Hello,

is there a way to say to display label to looking for in other index in order to display it ?

For example : we have a facets in elasticsearch with ip adress like 192.168.1.2 and we want that it display 'AD server' instead of '192.168.1.2' and it looking for in another index where there is the correspondance between name et ip adress.

thanks !

rgds

This is a specific example of a broader problem I call "computers want IDs, people want labels".
All visualisations in Kibana could benefit from such a label-lookup service but it potentially comes at a performance cost so there are currently no plans to fix this.

In these sorts of situations I generally advise that you make keyword fields which combine the ID part (which makes the entity unique) with the label (which makes it human-readable) into a single string e.g. "[58281946] John Smith"

1 Like

thanks !
is there another plugin/solution which do that ?

Not to my knowledge

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.