I have an array of objects in every document of an index.
for example
"content " :[
{
"queryId": "20190314_113638_00349_krexs",
"query_service_entry_time": "2019-03-14T11:36:38.201Z",
"query_service_exit_time": "2019-03-14T11:36:49.635Z",
},
{
"queryId": "20190314_113638_00352_krexs",
"query_service_entry_time": "2019-03-14T11:36:38.219Z",
"query_service_exit_time": "2019-03-14T11:36:49.765Z",
},
{
"queryId": "20190314_113638_00353_krexs",
"query_service_entry_time": "2019-03-14T11:36:38.236Z",
"query_service_exit_time": "2019-03-14T11:36:49.907Z",
}
]
What is the painless script for display minimum of query_service_entry_time and maximum of query_service_exit_time in array of objects in saved search
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.