Hi All,
Can anyone let me know what is proper usage of SQL Translate API.
I am following the below given link:
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/sql-translate.html#sql-translate
Regards
Nikhil Kapoor
Hi All,
Can anyone let me know what is proper usage of SQL Translate API.
I am following the below given link:
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/sql-translate.html#sql-translate
Regards
Nikhil Kapoor
The translate API is used for converting SQL queries to generate ES queries. This comes as a part of the XPACK module, so you must ensure that xpack is enabled for your ES configurations. Once you have ensured it, you can than use your SQL queries and get them converted into the corresponding ES queries through this API.
Note that's part of the default installation from 6.3.
This topic was automatically closed 28 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.