Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alex-dengx opened this issue Oct 10, 2024 · 0 comments
Open

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

alex-dengx opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels

Comments

@alex-dengx
Copy link

alex-dengx commented Oct 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants