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?
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.