This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 327333a0a3 Update firehose receiver doc to introduce requirement for 
proxy (#10416)
327333a0a3 is described below

commit 327333a0a306c7337a1445ea78ea9771d69f36ff
Author: pg.yang <[email protected]>
AuthorDate: Mon Feb 20 21:20:22 2023 +0800

    Update firehose receiver doc to introduce requirement for proxy (#10416)
---
 docs/en/setup/backend/aws-firehose-receiver.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/backend/aws-firehose-receiver.md 
b/docs/en/setup/backend/aws-firehose-receiver.md
index 254a3c7f81..5726026126 100644
--- a/docs/en/setup/backend/aws-firehose-receiver.md
+++ b/docs/en/setup/backend/aws-firehose-receiver.md
@@ -23,4 +23,4 @@ CloudWatch metrics with S3 -->  CloudWatch Metric Stream 
(OpenTelemetry formart)
 ## Notice
 
 1. Only OpenTelemetry format is supported (refer to [Metric streams output 
formats](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-formats.html))
-2. Only HTTPS could be accepted, you could directly enable TLS and set the 
receiver to listen 443, or put the receiver behind a gateway with HTTPS (refer 
to [Amazon Kinesis Data Firehose Delivery Stream HTTP Endpoint Delivery 
Specifications](https://docs.aws.amazon.com/firehose/latest/dev/httpdeliveryrequestresponse.html))
+2. A proxy(e.g. Nginx, Envoy) is required in front of OAP's Firehose receiver 
to accept HTTPS requests from AWS Firehose through port `443` (refer to [Amazon 
Kinesis Data Firehose Delivery Stream HTTP Endpoint Delivery 
Specifications](https://docs.aws.amazon.com/firehose/latest/dev/httpdeliveryrequestresponse.html).

Reply via email to