Skip to content

Commit c877b27

Browse files
committed
format fix
1 parent ab8dd47 commit c877b27

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1313

1414
<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>
1515

16-
**Searchable Time** refers to the additional processing time required to make logs available for searching after they are received by the Sumo Logic system. This processing includes enrichment, indexing, and storage, all of which contribute to the overall Searchable Time.
16+
**Searchable Time** refers to the additional processing time required to make logs available for search after they are received by the Sumo Logic system. This processing includes enrichment, indexing, and storage, all of which contribute to the overall Searchable Time.
1717

1818
Previously, it was recommended to use receipt time instead of message time to avoid issues with missing duplicate data. However, this often led to inconsistent error messages due to variable ingestion latency and non-linear receipt time indexing. **Searchable Time** resolves this issue by marking the time only when the data is truly searchable. This provides a linear timeline, ensuring that running queries with non-overlapping but exhaustive time ranges will prevent any gaps or duplication in the data.
1919

2020
:::info
2121
Currently, **Searchable Time** is only available for the Log Search UI page, Schedule Searches, Saved Searches, Dashboards, and Search Job API queries.
2222
:::
2323

24-
## Run a search using Searchable Time
24+
## Via UI
25+
26+
### Run a search using Searchable Time
2527

2628
Follow the below steps to run a search by Searchable Time:
2729

@@ -30,14 +32,14 @@ Follow the below steps to run a search by Searchable Time:
3032
1. Click the gear icon to open the **Search Config** menu and toggle **Searchable Time** on.<br/><img src={useBaseUrl('/img/search/get-started-search/build-search/searchable-time-option.png')} alt="searchable-time-option" style={{border:'1px solid gray'}} width="500" />  
3133
1. Review the search results for wide discrepancies between message time, receipt time, and searchable time.<br/><img src={useBaseUrl('/img/search/get-started-search/build-search/searchable-time-results-messages-tab.png')} alt="searchable-time-results-messages-tab" style={{border:'1px solid gray'}} width="800" />
3234

33-
## Run a scheduled search using Searchable Time
35+
### Run a scheduled search using Searchable Time
3436

3537
Follow the below steps to run a scheduled search by Searchable Time:
3638

3739
1. Enter your query in the search text box and click **Save As..**.
3840
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" />
3941

40-
## Run a search using Searchable Time in dashboard
42+
### Run a search using Searchable Time in dashboard
4143

4244
:::note
4345
**Searchbale Time** will not be available for *Metrics* or *Spans* query.
@@ -51,7 +53,9 @@ Follow the below steps to run a search using the Searchable Time in the dashboar
5153
1. Navigate to **General** configuration.
5254
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" />
5355

54-
## Run/save a search by Searchable Time using API
56+
## Via API
57+
58+
### Run a search by Searchable Time using Search Job API
5559

5660
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:
5761

@@ -63,7 +67,7 @@ To create a search, refer to the [Search Job API Documentation](/docs/api/search
6367
If both `runByReceiptTime` and `intervalTimeType` parameters are present then the preference will be given to the `intervalTimeType`.
6468
:::
6569

66-
## Run a dashboard by Searchable Time using API
70+
### Create a dashboard with Searchable Time
6771

6872
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:
6973

0 commit comments

Comments
 (0)