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/resources/kibana_synthetics_monitor.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,10 @@ Optional:
144
144
-`proxy_header` (String) Additional headers to send to proxies during CONNECT requests.. Raw JSON object, use `jsonencode` function to represent JSON
145
145
-`proxy_url` (String) The URL of the proxy to use for this monitor.
146
146
-`response` (String) Controls the indexing of the HTTP response body contents to the `http.response.body.contents` field.. Raw JSON object, use `jsonencode` function to represent JSON
147
+
-`ssl_certificate` (String) Certificate.
148
+
-`ssl_certificate_authorities` (List of String) The list of root certificates for verifications is required.
-`ssl_supported_protocols` (List of String) List of allowed SSL/TLS versions.
148
152
-`ssl_verification_mode` (String) Controls the verification of server certificates.
149
153
-`username` (String) The username for authenticating with the server. The credentials are passed with the request.
@@ -174,6 +178,10 @@ Optional:
174
178
-`check_send` (String) An optional payload string to send to the remote host.
175
179
-`proxy_url` (String) The URL of the SOCKS5 proxy to use when connecting to the server. The value must be a URL with a scheme of `socks5://`. If the SOCKS5 proxy server requires client authentication, then a username and password can be embedded in the URL. When using a proxy, hostnames are resolved on the proxy server instead of on the client. You can change this behavior by setting the `proxy_use_local_resolver` option.
176
180
-`proxy_use_local_resolver` (Boolean) A Boolean value that determines whether hostnames are resolved locally instead of being resolved on the proxy server. The default value is false, which means that name resolution occurs on the proxy server.
181
+
-`ssl_certificate` (String) Certificate.
182
+
-`ssl_certificate_authorities` (List of String) The list of root certificates for verifications is required.
**NOTE:** Not all monitor fields are supported during the import due-to API limitation.
189
-
Full field support could be implemented after this [kibana issue](https://github.com/elastic/kibana/issues/189906) is resolved.
190
-
191
-
Currently not supported fields during the import: `params`, `retest_on_failure`, `locations`, `http.proxy_header`, `http.username`, `http.password`, `http.check`, `http.response`, `tcp.check_send`, `tcp.check_receive` and monitor type `browser`
0 commit comments