Hello,
I'am presenting my data in a table in Kibana in this way :
I want to show just those which the field Durée > 5 s
I've tried this JSON but it doesn't work
{ "script" : "doc['Durée'].value > 5.00" }
Can you help me please
Thanks
Hello,
I'am presenting my data in a table in Kibana in this way :
I want to show just those which the field Durée > 5 s
I've tried this JSON but it doesn't work
{ "script" : "doc['Durée'].value > 5.00" }
Can you help me please
Thanks
Here's one way to accomplish this:
The documents should be filtered as you want here.
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.