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

Add fuzzy filter logic to filter expressions #552

Open
ekneg54 opened this issue Mar 25, 2024 · 1 comment
Open

Add fuzzy filter logic to filter expressions #552

ekneg54 opened this issue Mar 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ekneg54
Copy link
Collaborator

ekneg54 commented Mar 25, 2024

https://www.elastic.co/guide/en/elasticsearch/reference/8.12/query-dsl-query-string-query.html#query-string-fuzziness

we should implement this feature in favor of multiline regex support to address the same use cases.
multiline regex would be to expensive during prozessing logs.
this could be a simple string lookup in a json document?

@ekneg54 ekneg54 added the enhancement New feature or request label Mar 25, 2024
@ekneg54 ekneg54 assigned ppcad and unassigned ppcad Mar 25, 2024
@ekneg54
Copy link
Collaborator Author

ekneg54 commented Mar 27, 2024

our used luqum library supports this Expression

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

No branches or pull requests

2 participants