Home - eliranmoyal/elasticsearch-sql GitHub Wiki
#Welcome to the elasticsearch-sql wiki!
With this plugin you can query elasticsearch using familiar SQL syntax. You can also use ES functions in SQL.
There are two ways to use this plugin:
- Using the rest api
http://localhost:9200/_sql?sql=select * from indexName limit 10