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/monitoring-aws-lambda.asciidoc
+28
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,34 @@ preview:[]
139
139
Starting in Elastic Stack version 8.5.0, the Elastic APM lambda extension supports the collection of log events by default.
140
140
Log events can be viewed in {kib} in the APM UI. Disable log collection by setting this to `false`.
141
141
142
+
[float]
143
+
=== `ELASTIC_APM_LAMBDA_VERIFY_SERVER_CERT`
144
+
145
+
[small]#Added in: v1.3.0.
146
+
147
+
Whether to enable {apm-lambda-ext} to verify APM Server's certificate chain and host name.
148
+
149
+
[float]
150
+
=== `ELASTIC_APM_LAMBDA_SERVER_CA_CERT_PEM`
151
+
152
+
[small]#Added in: v1.3.0.
153
+
154
+
The certificate passed as environment variable. To be used to verify APM Server's certificate chain if verify server certificate is enabled.
155
+
156
+
[float]
157
+
=== `ELASTIC_APM_SERVER_CA_CERT_FILE`
158
+
159
+
[small]#Added in: v1.3.0.
160
+
161
+
The certificate passed as a file name available to the extension. To be used to verify APM Server's certificate chain if verify server certificate is enabled.
162
+
163
+
[float]
164
+
=== `ELASTIC_APM_SERVER_CA_CERT_ACM_ID`
165
+
166
+
[small]#Added in: v1.3.0.
167
+
168
+
The ARN for Amazon-issued certificate. To be used to verify APM Server's certificate chain if verify server certificate is enabled.
169
+
142
170
[NOTE]
143
171
====
144
172
You may see errors similar to the following in {stack} versions less than 8.5:
0 commit comments