How can I use field names for rows in table visualization

Hello.
How can I create table with field names in rows?
Example:
I have some jsons:
{"name1": "a", name2: "b"}
{"name2": "e", name3: "c"}

and want table in kibana:
NAME COUNT
name2 2
name1 1
name3 1

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