-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ziijam/logstash-output-http
base: 7d2b3f6
head repository: logstash-plugins/logstash-output-http
compare: a59fad7
- 8 commits
- 5 files changed
- 4 contributors
Commits on Sep 1, 2023
-
Standardize SSL settings (logstash-plugins#140)
This commit standardizes the SSL settings by bumping the logstash-mixin-http_client version to >= 7.3.0, which: - Adds standardized SSL settings and deprecates their non-standard counterparts. Deprecated settings will continue to work, and will provide pipeline maintainers with guidance toward using their standardized counterparts - Adds new ssl_truststore_path, ssl_truststore_password, and ssl_truststore_type settings for configuring SSL-trust using a PKCS-12 or JKS trust store, deprecating their truststore, truststore_password, and truststore_type counterparts. - Adds new ssl_certificate_authorities setting for configuring SSL-trust using a PEM-formatted list of certificate authorities, deprecating its cacert counterpart. Adds new ssl_keystore_path, ssl_keystore_password, and ssl_keystore_type settings for configuring SSL-identity using a PKCS-12 or JKS key store, deprecating their keystore, keystore_password, and keystore_type counterparts. - Adds new ssl_certificate and ssl_key settings for configuring SSL-identity using a PEM-formatted certificate/key pair, deprecating their client_cert and client_key counterparts. - Adds the ssl_cipher_suites option
Configuration menu - View commit details
-
Copy full SHA for e046333 - Browse repository at this point
Copy the full SHA e046333View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fa6e39 - Browse repository at this point
Copy the full SHA 0fa6e39View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e746509 - Browse repository at this point
Copy the full SHA e746509View commit details
Commits on Jun 19, 2024
-
Add ssl_enabled option (logstash-plugins#144)
This commit added the `ssl_enabled` option by bumping the `logstash-mixin-http_client` to >= 7.4.0
Configuration menu - View commit details
-
Copy full SHA for 5cab162 - Browse repository at this point
Copy the full SHA 5cab162View commit details
Commits on Nov 14, 2024
-
Fixed unit tests on Logstash 8.x (logstash-plugins#146)
Unit tests were failing due to a new requirement to include the `rackup` gem. This commit includes the version of `rackup` prior to the Fiber based rework, as that was causing test failures. This commit also ensures that the request body is rewound before being read in tests.
Configuration menu - View commit details
-
Copy full SHA for 7f4d9dd - Browse repository at this point
Copy the full SHA 7f4d9ddView commit details
Commits on Nov 21, 2024
-
Mark deprecated SSL settings as obsolete (logstash-plugins#147)
* Mark deprecated SSL settings as obsolete This commit marks the following SSL settings as obsolete: 'cacert', 'client_cert', 'client_key', 'keystore', 'truststore', 'keystore_password', 'truststore_password', 'keystore_type' and 'truststore_type'.
Configuration menu - View commit details
-
Copy full SHA for 2fae93e - Browse repository at this point
Copy the full SHA 2fae93eView commit details
Commits on Jan 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b9e7173 - Browse repository at this point
Copy the full SHA b9e7173View commit details -
Merge pull request logstash-plugins#150 from logstash-plugins/yaauie-…
…patch-1 Docs: clarify that `ssl_certificate_authorities` takes at-most-one value
Configuration menu - View commit details
-
Copy full SHA for a59fad7 - Browse repository at this point
Copy the full SHA a59fad7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7d2b3f6...a59fad7