You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/aws-deploy-elastic-serverless-forwarder.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -567,7 +567,7 @@ continuing-queue:
567
567
568
568
A bash script for publishing the Elastic Serverless Forwarder directly to your AWS account is available from the [Elastic Serverless Forwarder repository](https://github.com/elastic/elastic-serverless-forwarder).
569
569
570
-
Download the [`publish_lambda.sh` script](https://raw.githubusercontent.com/elastic/elastic-serverless-forwarder/lambda-v1.8.0/publish_lambda.sh) and follow the instructions below.
570
+
Download the [`publish_lambda.sh` script](https://raw.githubusercontent.com/elastic/elastic-serverless-forwarder/lambda-v1.19.0/publish_lambda.sh) and follow the instructions below.
You can update the version of a published Elastic Serverless Forwarder without changing its configuration by running the publishing script again and passing a **new** [`forwarder-tag`](https://github.com/elastic/elastic-serverless-forwarder/tags):
The above examples show the forwarder being updated from `lambda-v1.6.0` to `lambda-v1.7.0`.
621
+
The above examples show the forwarder being updated from `lambda-v1.19.0` to `lambda-v1.20.0`.
622
622
::::
623
623
624
624
@@ -628,11 +628,11 @@ The above examples show the forwarder being updated from `lambda-v1.6.0` to `lam
628
628
If you want to change the configuration of a published Elastic Serverless Forwarder without changing its version, you can update the `publish-config.yaml` and run the script again using the **same** `forwarder-tag`:
The above example shows an existing `lambda-v1.6.0` configuration being updated without changing version.
635
+
The above example shows an existing `lambda-v1.19.0` configuration being updated without changing version.
636
636
::::
637
637
638
638
@@ -642,9 +642,9 @@ The above example shows an existing `lambda-v1.6.0` configuration being updated
642
642
If you want to use the publish script for deploying the forwarder with different configurations, create two different `publish-config.yaml` files with unique names and run the publishing script twice, with correct references to the `config-path` and `lambda-name`:
0 commit comments