Ely_96
(Elisa)
April 8, 2022, 8:42am
1
Hi, I need an help. I have a json like:
[
{"name": "Albert", "year": 1980, "class": "B"},
{"name": "John", "year": 1990, "class": "C"},
{"name": "Lerry", "year": 1990, "class": "C"},
{"name": "Joe", "year": 1980, "class": "A"},
{"name": "Kevin", "year": 1990, "class": "D"},
{"name": "Dude", "year": 1980, "class": "A"},
]
The years and class values could changes.
I would like to display them in a pivot table with 3 columns: "Class", "Year(1)", "Year(2)"...
Do you know how I could create a pivot table? I try with "enhanced table" plugin but this is not available for Kibana 7.16.2
Thanks in advance
1 Like
Badger
April 8, 2022, 2:17pm
2
You should move this to the kibana forum.
Ely_96
(Elisa)
April 8, 2022, 3:51pm
3
It's in Elastic Stack > Kibana. I'm in wrong?
Badger
April 8, 2022, 4:15pm
4
At the time I posted it was in the logstash forum. I would never have seen it if it were in the kibana forum as it is now.
stephenb
(Stephen Brown)
April 9, 2022, 8:44pm
6
Have you tried a table in
Lens?
I'm still not exactly sure what your table looks like from your example.
system
(system)
Closed
May 7, 2022, 8:45pm
7
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.