Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想过滤Kibana (v6.2) 中的弹性搜索聚合结果。例如,我只想显示超过 100 小时的总和(如SQL中的HAVING命令)。我知道我们可以在过滤器部分过滤其他字段的结果,但我不知道如何将过滤器应用于聚合函数。我尝试在Kibana的过滤器部分使用 post_filter,但它没有用。有任何想法吗?
您可以在高级字段中增加聚合查询
它将被添加到请求中,如图所示
另一个问题是在这个领域投入什么。您可以检查总和聚合的脚本值