Skip to content

Commit 07fac68

Browse files
committed
SUMO-0: Remove searchable time docs
1 parent 8559398 commit 07fac68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/docs/r/dashboard.html.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,8 @@ One of `Basic` or `Advanced`.
378378
While in the Manual mode, no fields are parsed out automatically.
379379
For more information see [Dynamic Parsing](https://help.sumologic.com/?cid=0011).
380380
- `time_source` - This field only applies for queryType of `Logs` but other query types may be supported in the future.
381-
Define the time source of this query. Possible values are `Message`,`Receipt` and `Searchable`.
382-
`Message` will use the timeStamp on the message, `Receipt` will use the timestamp it was received by Sumo,
383-
and `Searchable` will use the timeStamp the message becomes searchable by Sumo (this will be later than it was received).
381+
Define the time source of this query. Possible values are `Message`, and `Receipt`.
382+
`Message` will use the timeStamp on the message, `Receipt` will use the timestamp it was received by Sumo.
384383
- `transient` - (Optional) This field only applies for queryType of `Metrics` but other query types may be supported in the future. Determines if the row should be returned in the response. Can be used in conjunction with a join, if only the result of the join is needed, and not the intermediate rows. Setting `transient` to `true` wherever the intermediate results aren't required speeds up the computation and reduces the amount of data transferred over the network.
385384
- `output_cardinality_limit` - (Optional) This field only applies for queryType of `Metrics` but other query types may be supported in the future. Specifies the output cardinality limitations for the query, which is the maximum number of timeseries returned in the result.
386385

0 commit comments

Comments
 (0)