-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: against ES with configured TLSv1.3 #162
Conversation
This reverts commit 5f95730.
* main: Fix: hosts => "es_host:port" regression (logstash-plugins#168)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good. Most of the updates are from filter-elasticsearch.
The following red CI seems different from the known issues
INTEGRATION=false ELASTIC_STACK_VERSION=7.x
INTEGRATION=false ELASTIC_STACK_VERSION=8.x
Co-authored-by: kaisecheng <[email protected]>
Right, there's more than just the interruptible failure mentioned in elastic/logstash#13572 |
tried handling the extra spec failures in #169 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Red CI is unrelated to this change. All failed CI tests are traced in issues.
This PR establishes confidence that TLSv1.3 is working and supported on recent LS (JVM) versions.
An integration target is added where ES 7.x is set to only accept TLS 1.3 protocol and gets tested against LS.