You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move prefix extraction to finalize_query_default to fix data model compat
The prefix extraction in finish_query was breaking finalize_query_data_model
because it altered the query format that data model handling expected.
Now finish_query keeps the simple format (\n| rex...\n| eval...\n| search <query>)
and stores the deferred condition field names on state. finalize_query_default
uses those field names to extract non-deferred leading conditions and place
them before the deferred pipeline commands.
Co-authored-by: thomaspatzke <1845601+thomaspatzke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/SigmaHQ/pySigma-backend-splunk/sessions/a4e1c291-7dee-4028-96db-41812064da2a
0 commit comments