如何在Timelion中指定索引和日期/时间字段?

Joh*_*n D 3 elasticsearch kibana timelion

我正在尝试在Kibana中使用Timelion应用程序,但我找不到指定索引名称和时间字段的位置.有没有办法在运行中执行此操作,还是必须在某个配置文件中完成?如果是这样,那个文件在哪里?

And*_*fan 10

.es(index=your_index_name, timefield=@timestamp, metric=count, q=whatever_field:some_matching_text)
Run Code Online (Sandbox Code Playgroud)

es()你的功能indextimefield.