Skip to content

Commit 0078146

Browse files
authored
Update security-security-runhuntingquery.md
1 parent 8ba2c30 commit 0078146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/v1.0/api/security-security-runhuntingquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In the request body, provide a JSON object for the `Query` parameter, and option
5555
| Query | String | Required. The hunting query in Kusto Query Language (KQL). For more information, see [KQL quick reference](/azure/data-explorer/kql-quick-reference). | |
5656
| Timespan | String | Optional. The interval of time over which to query data, in ISO 8601 format. The default value is 30 days, meaning if no startTime is specified, the query looks back 30 days from now. If a time filter is specified in both the query and the startTime parameter, the shorter time span is applied. For example, if the query has a filter for the last seven days and the startTime is 10 days ago, the query only looks back seven days. | |
5757

58-
The following examples show the possible formats for the `Timepsan` parameter:
58+
The following examples show the possible formats for the `Timespan` parameter:
5959

6060
- **Date/Date**: "2024-02-01T08:00:00Z/2024-02-15T08:00:00Z" - Start and end dates.
6161
- **Duration/endDate**: "P30D/2024-02-15T08:00:00Z" - A period before the end date.

0 commit comments

Comments
 (0)