Skip to content

Commit 2ed0c40

Browse files
authored
out_es: AWS is rebranding to Amazon OpenSearch Service (#4073)
Signed-off-by: Wesley Pettit <[email protected]>
1 parent b510e70 commit 2ed0c40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/out_es/es.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static flb_sds_t add_aws_auth(struct flb_http_client *c,
5252

5353
flb_plg_debug(ctx->ins, "Signing request with AWS Sigv4");
5454

55-
/* Amazon ES Sigv4 does not allow the host header to include the port */
55+
/* Amazon OpenSearch Sigv4 does not allow the host header to include the port */
5656
ret = flb_http_strip_port_from_host(c);
5757
if (ret < 0) {
5858
flb_plg_error(ctx->ins, "could not strip port from host for sigv4");
@@ -943,7 +943,7 @@ static struct flb_config_map config_map[] = {
943943
{
944944
FLB_CONFIG_MAP_STR, "aws_region", NULL,
945945
0, FLB_TRUE, offsetof(struct flb_elasticsearch, aws_region),
946-
"AWS Region of your Amazon ElasticSearch Service cluster"
946+
"AWS Region of your Amazon OpenSearch Service cluster"
947947
},
948948
{
949949
FLB_CONFIG_MAP_STR, "aws_sts_endpoint", NULL,
@@ -953,7 +953,7 @@ static struct flb_config_map config_map[] = {
953953
{
954954
FLB_CONFIG_MAP_STR, "aws_role_arn", NULL,
955955
0, FLB_FALSE, 0,
956-
"AWS IAM Role to assume to put records to your Amazon ES cluster"
956+
"AWS IAM Role to assume to put records to your Amazon OpenSearch cluster"
957957
},
958958
{
959959
FLB_CONFIG_MAP_STR, "aws_external_id", NULL,

0 commit comments

Comments
 (0)