Skip to content

Commit b378e9a

Browse files
committed
more info added
1 parent d49b4d2 commit b378e9a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Follow the below steps to run a search by Searchable Time:
3535
Follow the below steps to run a scheduled search by Searchable Time:
3636

3737
1. Enter your query in the search text box and click **Save As..**.
38-
1. In the **Save Item** pop-up, select **Searchable Time** from the timestamp dropdown.
38+
1. In the **Save Item** pop-up, select **Searchable Time** from the timestamp dropdown.<br/><img src={useBaseUrl('/img/search/get-started-search/build-search/searchable-time-scheduled-search.png')} alt="searchable-time-scheduled-search" style={{border:'1px solid gray'}} width="500" />
3939

4040
## Run a search using Searchable Time in dashboard
4141

42-
::note
42+
:::note
4343
**Searchbale Time** will not be available for *Metrics* or *Spans* query.
4444
:::
4545

@@ -49,13 +49,14 @@ Follow the below steps to run a search using the Searchable Time in the dashboar
4949
1. Select a panel type by clicking the corresponding icon.<br/><img src={useBaseUrl('/img/dashboards/create-dashboard/panel-types.png')} alt="panel types" style={{border: '1px solid gray'}} width="600" />
5050
1. You are prompted to provide a log query.
5151
1. Navigate to **General** configuration.
52-
1. Go to **Logs Settings** section and select **Searchbale Time** as the timestamp.
52+
1. Go to **Logs Settings** section and select **Searchbale Time** as the timestamp.<br/><img src={useBaseUrl('/img/search/get-started-search/build-search/searchable-time-dashboard.png')} alt="searchable-time-dashboard" style={{border:'1px solid gray'}} width="500" />
5353

5454
## Run/save a search by Searchable Time using API
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

5858
| Parameter | Type | Requried | Description |
59+
| :-- | :-- | :-- | :-- |
5960
| `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. |
6061

6162
:::note
@@ -67,7 +68,8 @@ If both `runByReceiptTime` and `intervalTimeType` parameters are present then th
6768
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:
6869

6970
| Parameter | Type | Requried | Description |
70-
| `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. |
71+
| :-- | :-- | :-- | :-- |
72+
| `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. |
7173

7274
:::info
7375
`time_source` field in the *terraform* supports **Searchable** value for dashboards.
97 KB
Loading
159 KB
Loading

0 commit comments

Comments
 (0)