无论才能、知识多么卓著,如果缺乏热情,则无异纸上画饼充饥,无补于事。

Discover: It looks like you're using an outdated Kuery syntax. See what changed in the docs!

Kibana | 作者 h812755591 | 发布于2020年09月29日 | 阅读数:3633

用的是kibana 6.5.4版本 操作系统是window10 jdk1.8。
查看文档Kibana User Guide [6.5] » Getting Started » Building your own dashboard » Discovering your data
输入account_number:<100 AND balance:>47500 出现
Discover: It looks like you're using an outdated Kuery syntax. See what changed in the docs!
实际上我看文档这些语法都是没问题的
1601365014(1).png
已邀请:

locatelli

赞同来自:

应该是选了Kuery而不是默认的Lucene query。
你可以用Kuery的语法(account_number<100 and balance>47500),或者去设置里把它改回默认的Lucene query

要回复问题请先登录注册