Skip to content

Commit 4e9d5f3

Browse files
committed
Updates log parameters
1 parent 8406a96 commit 4e9d5f3

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/logs/get-started/enable-destinations

1 file changed

+2
-2
lines changed

src/content/docs/logs/get-started/enable-destinations/http.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ The supported parameters are as follows:
5252
* `destination_conf` may have more URL parameters in addition to special `"header_*"` parameters.
5353
* Non URL-encoded special characters will be encoded when uploading.
5454
* Example: `https://logs.example.com?header_Authorization=Basic%20REDACTED&tags=host:theburritobot.com,dataset:http_requests`
55-
* **max\_upload\_bytes** (optional): The maximum uncompressed file size of a batch of logs. This must be at least 5 MB. Note that you cannot set a minimum file size; this means that log files may be much smaller than this batch size.
56-
* **max\_upload\_records** (optional): The maximum number of log lines per batch. This must be at least 1000 lines or more. Note that you cannot to specify a minimum number of log lines per batch; this means that log files may contain many fewer lines than this.
55+
* **max\_upload\_bytes** (optional): The maximum uncompressed file size of a batch of logs. This setting value must be between 5MB and 1GB. Note that you cannot set a minimum file size; this means that log files may be much smaller than this batch size.
56+
* **max\_upload\_records** (optional): The maximum number of log lines per batch. This setting must be between 1000 and 1,000,000 lines. Note that you cannot to specify a minimum number of log lines per batch; this means that log files may contain many fewer lines than this.
5757

5858
:::note[Note]
5959

0 commit comments

Comments
 (0)