can you please let me know how to run the sql queries in devtool?
how to enable the sql , how to test it?
can you please let me know how to run the sql queries in devtool?
how to enable the sql , how to test it?
You can use the below format to run sql queries in Dev Tools.
POST /_sql?format=txt
{
"query": "SELECT * FROM library WHERE release_date < '2000-01-01'"
}
7.3 is EOL and you need to upgrade as a matter of urgency.
SQL wasn't added till SQL APIs | Elasticsearch Guide [7.13] | Elastic.
thanks for the info
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.