cars10 / elasticvue

Elasticsearch gui for the browser
https://elasticvue.com
MIT License
1.83k stars 147 forks source link

[FEAT] 能否支持Elastic 8.0 的SQL查询 #265

Open alex-dengx opened 3 weeks ago

alex-dengx commented 3 weeks ago

Elastic supports querying through SQL, which is very convenient for querying structured data. I wonder if there are plans to support SQL queries, such as the following search statement:

GET /_sql?format=txt { "query": """ SELECT process_path, process_sha, path from file_read_logs where process_path like '%firefox.exe%' and machine_name='PC2FPDLC' """ }