Hi,
we are using ELK stack version 7.9.0 , when we try to connect logstash with elastic it give us error .
'client requested protocol tlsv1 is not enabled or supported in server context'
when we specify following parameter in elasticsearch.yml file it works fine.
xpack.security.http.ssl.supported_protocols: [ "TLSv1.2", "TLSv1.1", "TLSv1" ]
we donot want to use TLSv1 protocol but without above parameter our connection of logstash with elastic never establish.
could someone suggest alternative approach as how can we avoid TLS1 in our case.
Thanks,