Skip to main content

Use Searchable Time

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.

This resolves the inconsistent error messages due to variable ingestion latency and non-linear receipt time indexing issues by marking the time only when the data is truly searchable. This ensures running queries with non-overlapping but exhaustive time ranges will prevent any gaps or duplication in the data.

info

Currently, Searchable Time is only available for the Log Search UI page, Schedule Searches, Saved Searches, Dashboards, and Search Job API queries.

Via UI

Run a search using Searchable Time

Follow the below steps to run a search by searchable time:

  1. Enter your query in the search text box.
  2. Choose the time range for the query.
  3. Click the gear icon to open the Search Config menu and select Searchable Time timestamp option.
    searchable-time-option  
  4. Review the search results for wide discrepancies between message time, receipt time, and searchable time.
    searchable-time-results-messages-tab

Run a scheduled search using Searchable Time

Follow the below steps to run a scheduled search by searchable time:

  1. Enter your query in the search text box and click Save As...
  2. In the Save Item pop-up, select Searchable Time from the timestamp dropdown.
    searchable-time-scheduled-search

Create a dashboard using Searchable Time

note

Searchbale Time will not be available for Metrics or Spans query.

Follow the below steps to run a search using the searchable time in the dashboard:

  1. New UI. In the main Sumo Logic menu, select Dashboards > New Dashboard. You can also click the Go To... menu at the top of the screen and select New Dashboard.
    Classic UI. Go to the Home screen and select Dashboard.
  2. Select a panel type by clicking the corresponding icon.
    panel types
  3. You are prompted to provide a log query.
  4. Navigate to General configuration.
  5. Go to Logs Settings section and select Searchbale Time as the timestamp.
    searchable-time-dashboard

Via API

Run a search by Searchable Time using Search Job API

To create a search, refer to the Search Job API Documentation. Below mentioned parameter has been updated due to addition of searchable time feature:

ParameterTypeRequiredDescription
intervalTimeTypeStringYesThis parameter defines whether you want to run the search by messageTime, receiptTime, or searchableTime. By default, the search will run by messageTime.
note

If both runByReceiptTime and intervalTimeType parameters are present then the preference will be given to the intervalTimeType.

Create a dashboard with Searchable Time

To create a dashboard, refer to the Search Job API Documentation. Below mentioned parameter has been updated due to addition of searchable time feature:

ParameterTypeRequiredDescription
timeSourceStringYesThis 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.
Message. Uses the timestamp on the message.
Receipt. Timestamp when the logs were received by Sumo Logic.
Searchable. Timestamp when the logs are available for search.
info

time_source field in the terraform supports Searchable value for dashboards.

Limitations

  • Subqueries are not supported for Searchable Time.
Status
Legal
Privacy Statement
Terms of Use
CA Privacy Notice

Copyright © 2026 by Sumo Logic, Inc.