In my elasticsearch mapping I got a field called “Information Objects” where a variable number of float values are stored, in this screenshots it’s 3 values.
Using a max oder avg metric on this field I get the right result but how can I specifically address those values in side the Information Object? I want all the values be shown in a graph, not just their average, max or min metric.
I assumed there should be some kind of possibility to seperate “InformationObject[0]” or “InformationObject[1]” , but somehow I’m lost at the moment.
Thanks in advance for your help.
This topic was automatically closed after 365 days. New replies are no longer allowed.