Logstash SSL TCP input

Hello, first, I am sorry. I don’t know in which category should I post this.

I have logback in my application that sends logs to logstash, I use this logstash in docker: Docker Hub

i want to find something like this: Tcp input plugin | Logstash Reference [8.4] | Elastic
because it communicates with TLS 1.1and I would like to set it only to TLS 1.3 or do you have any other ideas? thanks :wink:

I tried that.
[ERROR][logstash.inputs.tcp ] Unknown setting ‘ssl_supported_protocols’ for tcp

I think it is added in Logstash 8.2

Will this be included in any Logstash OSS with OpenSearch Output Plugin

Okay, after quick searching I must say this works. Docker Hub
And it can push data to Opensearch 1 as well, nice