Hi!
I just need some guidance in the right direction...
I have an index with a field containing a value from lets say 1 to 10.
Is there a way in the presentation end in Kibana adding a new dynamic field with a word that translates to that number. So giving either Elasticsearch or Kibana a dictionary
For example
1 = Apple
2 = Orange
3 = Banana
and so on
So a search would give something like "fruit_num:2 fruit_name:Orange", with fruit_name being dynamic.
Is this runtime fields or i something else directly in Kibana? If anyone has an example similar to this?
