README.md in fluent-plugin-jfrog-send-metrics-0.1.6 vs README.md in fluent-plugin-jfrog-send-metrics-0.1.7

- old
+ new

@@ -77,9 +77,11 @@ * **target_platform**(string)(required): The target log-vendor ("NEWRELIC" or "DATADOG") * **apikey**(string)(required): APIKEY is the apikey of log-vendor for authentication(LicenseKey for NewRelic) * **url**(string)(required): Metrics url of the mertics-vendor (Metrics URL for NewRelic or DataDog) * **http_proxy**(string)(optional): Proxy server URL - which will proxy http/s calls to your observability vendor (DataDog/NewRelic) +* **verify_ssl** (true / false) (optional): This flag should be set as false in order to bypass client's ssl certificate verification. When false, sets ssl_opts['verify_ssl'] to OpenSSL::SSL::VERIFY_NONE. Otherwise, sets ssl_opts['verify_ssl'] to OpenSSL::SSL::VERIFY_PEER + * Default value: true ## Copyright * Copyright(c) 2024- MahithaB, BenH * License