如何在转换过滤器中使用变量

How to use variables in transform filter

我的转换中有一个过滤器。

{"filter":{"field":“_source.activity_time”,"gte":{{变量}}}}

activity 时间格式为:2019-07-02T07:36:29+00:00

这不起作用

我成功了。它只需要添加到 mustache js 渲染器中。