All Questions
2 questions
0
votes
0
answers
86
views
SQL query in Kibana
I am currently querying an index where I would like to know the count of emails with _ character in them in Kibana ES
SELECT email FROM email_dexk WHERE email LIKE '/_/%';
Expected results:
abc_bg@...
5
votes
1
answer
2k
views
How to query AWS ElasticSearch with SQL
AWS documentation here indicates SQL querying is supported: https://aws.amazon.com/about-aws/whats-new/2019/05/amazon-elasticsearch-service-sql-support/
This page shows the syntax:
https://docs.aws....