Visualisation for this index

Hi I have an index which has data like the following:

{
"team": "Brazil",
"goals": "40",
"year": "2010"
}
{
"team": "Brazil",
"goals": "50"
"year": "2010"
}
{
"team": "Argentina",
"goals": "50",
"year": "2010"
}
{
"team": "Argentina",
"goals": "60",
"year": "2010"
}

My Visualisation should look like :slight_smile:

Year Brazil Goals Argentinal Goals
2010 90 110

How do we acheive this in kibana. Kindly guide

Please follow the docs at https://www.elastic.co/guide/en/kibana/7.7/visualize.html for visualizing data.

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