hm, this works for me in Kibana 5.4.3:
GET example/_search
{
"script_fields": {
"checks": {
"script": {
"lang": "painless",
"inline": "params._source['members'].collect(member -> member.check)"
}
}
}
}
hm, this works for me in Kibana 5.4.3:
GET example/_search
{
"script_fields": {
"checks": {
"script": {
"lang": "painless",
"inline": "params._source['members'].collect(member -> member.check)"
}
}
}
}
© 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.