diff --git a/docs/integration/ingestion_methods/https/compression.md b/docs/integration/ingestion_methods/https/compression.md new file mode 100644 index 0000000000..afeb28fca4 --- /dev/null +++ b/docs/integration/ingestion_methods/https/compression.md @@ -0,0 +1,6 @@ +# Compression + +## Requests + +You can provide our events inside a gzipped HTTPS request payload. +To do this, set `gzip` in the `Content-Encoding` header of the request. diff --git a/mkdocs.yml b/mkdocs.yml index bfa00b85b6..42274646f3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -306,6 +306,7 @@ nav: - HTTPS: - Overview: integration/ingestion_methods/https/overview.md - Formatting options: integration/ingestion_methods/https/format.md + - Compression: integration/ingestion_methods/https/compression.md - Forwarding logs using a third-party application: integration/ingestion_methods/https/third_part.md - Graylog: integration/ingestion_methods/https/graylog.md - Logstash: integration/ingestion_methods/https/logstash.md