Skip to content
eliranmoyal edited this page Sep 11, 2015 · 8 revisions

#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:

  1. Using the rest api
http://localhost:9200/_sql?sql=select * from indexName limit 10

2. Web UI available at http://localhost:9200/_plugin/sql
Web frontend overview

Guides:

  • Installation Guide
  • Testing Guide
  • Building Guide

Features:

  • All Supported basic queries
  • Geographic queries
  • Aggregations
  • Extra elasticsearch features
  • Limited join support
Clone this wiki locally