elasticvue icon indicating copy to clipboard operation
elasticvue copied to clipboard

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

Open alex-dengx opened this issue 1 year ago • 0 comments

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' """ }

alex-dengx avatar Oct 10 '24 15:10 alex-dengx