-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement DSL for LogPoller (#12793)
* Implement DSL for LogPoller This commit implements the query DSL within LogPoller by remapping comparer filters to topic and word filters. A parser then creates an SQL statement from the remapped events and queries the log poller database directly. * added binding check on QueryKey * update int parsing bit size * added extensive log poller orm tests for query capability * update topic filter test * address comments * add query name to logpoller ORM FilterLogs for query observability * update tests from common and return empty list on empty query
- Loading branch information
1 parent
7be3506
commit ecfab64
Showing
15 changed files
with
1,482 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.