Using JSON input filter in visualize

Hello! I have this field

"additional_info": {
"subtype": "a",
"app_version": "1.0",
"category": "category_id",
"type": "type_id"
}

and i want to show in my data_table visualize only the type. How can i do that using the JSON filter?

There currently isn't support in Kibana for nested field aggregations or filtering - https://github.com/elastic/kibana/issues/1084. Can you denormalize the field information?

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