Using elk 7.15 i just have small doubt that in earlier 7.10 elasticsearch documentation
https://www.elastic.co/guide/en/elasticsearch/reference/7.10/configuring-tls.html#tls-transport
Encrypting communications between nodes in a cluster
If the certificate is in PEM format, add the following information to theelasticsearch.ymlfile on each node:
we can generate certificate using --pem options but now in latest version there is no line mentioning about the
If the certificate is in PEM format, add the following information to the
elasticsearch.ymlfile on each node:
Is this depreciated ?