Skip to content

Commit dfb2a82

Browse files
Adds how to specify rfc3339 time zone (#16734)
1 parent 8e2148a commit dfb2a82

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/logs/logpull/requesting-logs

1 file changed

+1
-1
lines changed

src/content/docs/logs/logpull/requesting-logs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following table describes the parameters available:
4747

4848
| Parameter | Description | Applies to | Required |
4949
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------- | -------- |
50-
| start | <p>- Inclusive</p> <p>- Timestamp formatted as `UNIX` (UTC by definition), `UNIX Nano`, or `rfc3339` (specifies time zone)</p> <p>- Must be no more than 7 days earlier than now</p> | /logs/received | Yes |
50+
| start | <p>- Inclusive</p> <p>- Timestamp formatted as `UNIX` (UTC by definition), `UNIX Nano`, or `rfc3339`. To specify `rfc3339` time zone in URL query parameters, the URL needs to be enconded, like this `start=2024-08-07T07:00:00%2B08:00&end=2024-08-07T07:01:00%2B08:00`. </p> <p>- Must be no more than 7 days earlier than now</p> | /logs/received | Yes |
5151
| end | <p>- Exclusive</p> <p>- Same format as <em>start</em></p> <p>- Must be at least 1 minute earlier than now and later than <em>start</em></p> | /logs/received | Yes |
5252
| count | <p>- Return up to that many records</p> <p>- Do not include if returning all records</p> <p>- Results are not sorted; therefore, different data for repeated requests is likely</p> <p></p> <p>- Applies to number of total records returned, not number of sampled records</p> | /logs/received | No |
5353
| sample | <p>- Return only a sample of records</p> <p>- Do not include if returning all records</p> <p>- Value can range from `0.0` (exclusive) to `1.0` (inclusive)</p> <p>- `sample=0.1` means return 10% (1 in 10) of all records</p> <p>- Results are random; therefore, different numbers of results for repeated requests are likely</p> | /logs/received | No |

0 commit comments

Comments
 (0)