0

I have this SQL query:

SELECT time,targetuser, count(targetuser),ipaddress FROM `test_index` WHERE `event_id`=4444 AND `status`=`0x10`  GROUP BY ipaddress,targetuser ORDER BY TIME DESC;

How convert this SQL query to Elasticsearch query? is it possible?

2
  • 1
    We would like to see what you have tried and where have you stuck? Commented Jul 18, 2019 at 7:26
  • As your question is not clear, I am assuming you need some online plugins to convert your SQL queries. So, here is the link overvyu.com/sqltoelasticsearch Commented Jul 7, 2020 at 12:46

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.