Either by using https://github.com/NLPchina/elasticsearch-sql or something else

Rationale is its easier for non-eng teams to write analysis in SQL than having to write it in JSON.

2 Likes

Adding support for this plugin should be quite simple, because it returns the same responses as reulgar ES search. So you just need to subclass the existing query runner and update the way we send the query.

Pull request will be welcomed :slight_smile:

can you give me one example? very thanks.