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.
© 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.