-
Notifications
You must be signed in to change notification settings - Fork 141
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
Event Query Language (EQL) for Opensearch #2442
Comments
Have you looked at PPL: https://opensearch.org/docs/latest/search-plugins/sql/ppl/syntax/ ? |
Hi @msfroh , thanks for your answer. For example, the following EQL is meant to match a sequence of events that:
|
@anirudha any thoughts on this proposal? |
@opensearch-project/admin -- Can we please reassign this to the opensearch-project/sql repository? The requested capability sounds like something that should be supported by PPL. Thanks |
Event Query Language (EQL) is a query language for event-based time series data, such as logs, metrics, and traces.
Is there any way , I can use EQL in opensearch for searching logs ?
Something like EQL search in ElasticSearch.
It is very useful for security analytics and Correlation rule.
The text was updated successfully, but these errors were encountered: