Skip to content

Commit 2833822

Browse files
authored
pipeline: outputs: prometheus-remote-write: update docs with adding (#1057)
options related to aws sigv4 authentication Signed-off-by: Clay Cheng <[email protected]>
1 parent 45098ba commit 2833822

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pipeline/outputs/prometheus-remote-write.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Important Note: The prometheus exporter only works with metric plugins, such as
1313
| host | IP address or hostname of the target HTTP Server | 127.0.0.1 |
1414
| http_user | Basic Auth Username | |
1515
| http_passwd | Basic Auth Password. Requires HTTP_user to be set | |
16+
| AWS\_Auth | Enable AWS SigV4 authentication | false |
17+
| AWS\_Service | For Amazon Managed Service for Prometheus, the service name is aps | aps |
18+
| AWS\_Region | Region of your Amazon Managed Service for Prometheus workspace | |
19+
| AWS\_STS\_Endpoint | Specify the custom sts endpoint to be used with STS API, used with the AWS_Role_ARN option, used by SigV4 authentication | |
20+
| AWS\_Role\_ARN | AWS IAM Role to assume, used by SigV4 authentication | |
21+
| AWS\_External\_ID | External ID for the AWS IAM Role specified with `aws_role_arn`, used by SigV4 authentication | |
1622
| port | TCP port of the target HTTP Server | 80 |
1723
| proxy | Specify an HTTP Proxy. The expected format of this value is `http://HOST:PORT`. Note that HTTPS is **not** currently supported. It is recommended not to set this and to configure the [HTTP proxy environment variables](https://docs.fluentbit.io/manual/administration/http-proxy) instead as they support both HTTP and HTTPS. | |
1824
| uri | Specify an optional HTTP URI for the target web server, e.g: /something | / |

0 commit comments

Comments
 (0)