Hi,
I'm interested to know if I can give an array of string as an input to a tag cloud visualization?
I expect Kibana then to consider each individual item of this array for each document, as an individual input. For example:
doc1.fieldX = [dog, cat, fox]
doc2.fieldX = [sheep, cow, dog]
doc3.fieldX = [mouse, dog, cow]
the counts for each value in the tag cloud for fieldX as input:
dog = 3
cow = 2
cat, mouse, sheep, fox = 1
Thanks,
Ellie
