Skip to content

Commit

Permalink
header to parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee committed Aug 15, 2023
1 parent a455e07 commit dd23817
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _source/logzio_collections/_log-sources/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can upload JSON or plain text files.

* Max body size is 10 MB (10,485,760 bytes)
* Each log line must be 500,000 bytes or less
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request header
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request parameter


#### Upload a JSON log file
Expand Down Expand Up @@ -83,7 +83,7 @@ You can upload JSON or plain text files.
###### Limitations

* Max body size is 30 MB (31,457,280 bytes)
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request header
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request parameter


#### Upload a plain text log file
Expand Down
4 changes: 2 additions & 2 deletions _source/logzio_collections/_log-sources/file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can upload JSON or plain text files.

* Max body size is 10 MB (10,485,760 bytes)
* Each log line must be 500,000 bytes or less
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request header
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request parameter

#### Upload a JSON log file

Expand Down Expand Up @@ -83,7 +83,7 @@ You can upload JSON or plain text files.
###### Limitations
* Max body size is 30 MB (31,457,280 bytes)
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request header
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request parameter
Expand Down
2 changes: 1 addition & 1 deletion _source/logzio_collections/_log-sources/json-uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For example:

* Max body size is 10 MB (10,485,760 bytes)
* Each log line must be 500,000 bytes or less
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request header
* Note that if you include a `type` field in the log, it will be overridden by the type written in the request parameter


###### Code sample
Expand Down

0 comments on commit dd23817

Please sign in to comment.