Custom bar visualization in kibana

i want to visualize the data which is in different " _id" something like this
field name is level_1.words:
_id : 1
_index :training
level_1.words : [ {"happy":[{"total":30,"today":10,"before_day":20}],"sad":[{"total":30,"today":10,"before_day":20}]}]

here is some documentation to get you started with visualizing data in Kibana https://www.elastic.co/guide/en/kibana/7.6/visualize.html

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