Dears,
how we can convert below sql query to DSL , i have created documents via ELK and i want draw flowchart in kibana
select * from document1 where field1 value in (select field2 from document2)
Thanks
salim
Dears,
how we can convert below sql query to DSL , i have created documents via ELK and i want draw flowchart in kibana
select * from document1 where field1 value in (select field2 from document2)
Thanks
salim
That looks like a join, which Elasticsearch does not support. You may need to change how you model your data.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.