Skip to content

Commit ab8dd47

Browse files
committed
minor fix
1 parent b378e9a commit ab8dd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/search/get-started-with-search/build-search/use-searchable-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Follow the below steps to run a search using the Searchable Time in the dashboar
5555

5656
To create a search, refer to the [Search Job API Documentation](/docs/api/search-job/#create-a-search-job). Below mentioned parameter has been updated due to addition of Searchable time feature:
5757

58-
| Parameter | Type | Requried | Description |
58+
| Parameter | Type | Required | Description |
5959
| :-- | :-- | :-- | :-- |
6060
| `intervalTimeType` | String | Yes | This parameter defines whether you want to run the search by messageTime, receiptTime, or searchableTime. By default, the search will run by messageTime. |
6161

@@ -67,7 +67,7 @@ If both `runByReceiptTime` and `intervalTimeType` parameters are present then th
6767

6868
To create a dashboard, refer to the [Search Job API Documentation](/docs/api/dashboard/). Below mentioned parameter has been updated due to addition of Searchable time feature:
6969

70-
| Parameter | Type | Requried | Description |
70+
| Parameter | Type | Required | Description |
7171
| :-- | :-- | :-- | :-- |
7272
| `timeSource` | String | Yes | This parameter defines the time source of the query. Possible values are `Message`, `Receipt`, or `Searchable`. By default, `Message` will be used as the time source. <br/>**Message**. Uses the timestamp on the message.<br/>**Receipt**. Timestamp when the logs were received by Sumo Logic.<br/>**Searchable**. Timestamp when the logs are available for search. |
7373

0 commit comments

Comments
 (0)