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

Correlation query typing phase, query expressions #206

Merged
merged 7 commits into from
Mar 26, 2024

Conversation

thomaspatzke
Copy link
Member

  • Added typing phase to correlation query generation.
  • Added query expressions that allow to generate further query parts around the generated query, e.g. specification of the data source like from <source> | <query>
  • Added possibility to pass arbitrary parameters to convert_correlation_search that are passed to the string format context.
  • Correlation multi-rule search query and typing query postprocessing.
  • Fix: missing aliasing in backend correlation support only raises errors if aliases appear in rule.

It's not needed because the conversion state is initialized with the pipeine state.
* Added possibility to pass arbitrary parameters to convert_correlation_search that are passed to the string format context.
* Correlation multi-rule search query and typing query postprocessing.
* Fix: missing aliasing in backend correlation support only raises errors if aliases appear in rule.
@thomaspatzke thomaspatzke merged commit 2c29ae1 into main Mar 26, 2024
24 checks passed
@thomaspatzke thomaspatzke deleted the query_expressions branch March 26, 2024 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant