Kibana - join in the same index

一曲冷凌霜 提交于 2019-12-25 16:36:09

问题


I have the most basic knowledge in Kibana, and perhaps just a little bit more of Elasticsearch. Is this possible to build a query which will return all items where field_A == field_B? In sql world, it would be something like: select * from MyTalbe as t1 inner join MyTable as t2 on t1.field_A = t2.field_B ?

来源:https://stackoverflow.com/questions/32093820/kibana-join-in-the-same-index

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!