What is the usage of translate API?

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.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.