Skip to content

Commit

Permalink
comment out unused start and end param in m365d/mde hunting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsuya-hasegawa committed Aug 29, 2023
1 parent 9f870da commit c66addc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions msticpy/data/queries/m365d/kql_m365_hunting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ defaults:
metadata:
data_source: 'hunting_queries'
parameters:
start:
description: Query start time
type: datetime
end:
description: Query end time
type: datetime
# The m365d hunting queries doesn't use start and end time param, time range is implemented statically.
#start:
# description: Query start time
# type: datetime
#end:
# description: Query end time
# type: datetime
add_query_items:
description: Additional query clauses
type: str
Expand Down
13 changes: 7 additions & 6 deletions msticpy/data/queries/mde/kql_mdatp_hunting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ defaults:
metadata:
data_source: 'hunting_queries'
parameters:
start:
description: Query start time
type: datetime
end:
description: Query end time
type: datetime
# The mde hunting queries doesn't use start and end time param, time range is implemented statically.
#start:
# description: Query start time
# type: datetime
#end:
# description: Query end time
# type: datetime
add_query_items:
description: Additional query clauses
type: str
Expand Down

0 comments on commit c66addc

Please sign in to comment.