Skip to content

and Pantherflow query type - #580

Draft
debugmiller wants to merge 1 commit into
mainfrom
dmiller-upload-pf
Draft

and Pantherflow query type#580
debugmiller wants to merge 1 commit into
mainfrom
dmiller-upload-pf

Conversation

@debugmiller

Copy link
Copy Markdown
Contributor

Background

Changes

Testing

"AnalysisType": Or("saved_query"),
"QueryName": And(str, NAME_ID_VALIDATION_REGEX),
Or("Query", "AthenaQuery", "SnowflakeQuery"): str,
Or("Query", "AthenaQuery", "SnowflakeQuery", "PantherFlowQuery"): str,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@debugmiller does it make sense to also add this to the SCHEDULED_QUERY_SCHEMA?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these can't be scheduled so I don't think so?

Or("Query", "AthenaQuery", "SnowflakeQuery", "PantherFlowQuery"): str,
Optional("Description"): str,
Optional("Tags"): [str],
Optional("Lookback"): bool,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Lookback override | where p_event_time > time.ago(1d)?

@arielkr256
arielkr256 marked this pull request as draft February 12, 2025 18:50
@CLAassistant

CLAassistant commented Apr 28, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

3 participants