Skip to content

Commit 3c45148

Browse files
JV0812jpipkin1
andauthored
Update index.md (#5053)
* Update index.md * Update docs/send-data/hosted-collectors/http-source/logs-metrics/index.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * updated the content --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent aa9d30b commit 3c45148

File tree

1 file changed

+11
-4
lines changed
  • docs/send-data/hosted-collectors/http-source/logs-metrics

1 file changed

+11
-4
lines changed

docs/send-data/hosted-collectors/http-source/logs-metrics/index.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ To configure an HTTP Logs and Metrics Source:
5252
* Sumo Logic enforces limits on the volume of metrics and associated metadata you ingest. For more information, see [Data Limits for Metrics](/docs/metrics/manage-metric-volume/data-limits-for-metrics).
5353
:::
5454

55-
5655
## Upload data to the HTTP Logs and Metrics Source
5756

5857
You can upload both logs and supported metric types to an HTTP Source. There are different requirements depending on whether you are uploading logs or metrics to the Source. 
@@ -68,12 +67,20 @@ To ensure the appropriate Access-Control-\* response headers are set, make sure
6867

6968
## Compressed Data
7069

71-
You can send Sumo plain, uncompressed data (such as plain text) or you can send data that has been compressed by either the "deflate" or the "gzip" method. Compressed data can only be sent with the POST method. You can compress log data or metric data prior to upload.
70+
:::note
71+
We strongly recommend sending compressed data to Sumo Logic, as it reduces network usage and ensures faster message delivery.
72+
:::
73+
74+
You can compress log or metric data prior to upload. You can send data that has been compressed by either **deflate** or **gzip** method. In the Content-Encoding header of your request, specify a value of `gzip` (for gzip-compressed) or `deflate` (for zlib-compressed) and include the compressed data as the request body.
75+
76+
Below are the key benefits that you can obtain by sending compressed data:
7277

73-
To send a compressed payload, specify a value of gzip (for gzip-compressed) or deflate (for zlib-compressed) in the Content-Encoding header of your request, and include the compressed data as the request body.
78+
- **Reduced network usage**. Lower data transfer volume, which leads to improved Send API response time and reduced network transfer costs.
79+
- **Faster message delivery**. Improved efficiency ensures messages are received more quickly at Sumo Logic.
7480

7581
:::important
76-
Compressed files are decompressed before they are ingested, so they are ingested at the decompressed file size rate. 
82+
- Compressed data can only be sent with the POST method.
83+
- Compressed files are decompressed before they are ingested, so they are ingested at the decompressed file size rate. 
7784
:::
7885

7986
## Access a Source's URL

0 commit comments

Comments
 (0)