Buenas tardes,
Soy nueva en estos foros, pero he visto que la mayoría de los problemas que me he encontrado con ELK los he podido solucionar gracias a este foro.
Pero este problema lo llevo arrastrando ya más de 1 mes y no consigo solución. Espero que puedan ayudarme.
Tengo levantado un docker.compose a través de portainer de ELK. Tengo un clúster con 3 nodos, con las comunicaciones cifrazadas habilitados los xpack tanto de transport.ssl como http.ssl con sus certificados. pero le he asignado una ip (red zerotier) al primer nodo y a kibana para poder visualizarlo fuera del servidor como una ip púclica y obtengo este error:
{"type": "server", "timestamp": "2021-03-11T14:17:09,806Z", "level": "WARN", "component": "o.e.x.s.t.n.SecurityNetty4HttpServerTransport", "cluster.name": "es-prod", "node.name": "server1", "message": "received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/172.25.0.2:9200, remoteAddress=/192.168.195.46:36496}", "cluster.uuid": "6lZ4D79BR22M8RjMXSfSwQ", "node.id": "MFx7WpgIQ2uFpFoUfZZ1PQ" },
{"type": "server", "timestamp": "2021-03-11T14:17:10,920Z", "level": "WARN", "component": "o.e.x.s.t.n.SecurityNetty4HttpServerTransport", "cluster.name": "es-prod", "node.name": "server1", "message": "received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/172.25.0.2:9200, remoteAddress=/192.168.195.46:36498}", "cluster.uuid": "6lZ4D79BR22M8RjMXSfSwQ", "node.id": "MFx7WpgIQ2uFpFoUfZZ1PQ" },
{"type": "server", "timestamp": "2021-03-11T14:17:10,956Z", "level": "WARN", "component": "o.e.x.s.t.n.SecurityNetty4HttpServerTransport", "cluster.name": "es-prod", "node.name": "server1", "message": "received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/172.25.0.2:9200, remoteAddress=/192.168.195.46:36500}", "cluster.uuid": "6lZ4D79BR22M8RjMXSfSwQ", "node.id": "MFx7WpgIQ2uFpFoUfZZ1PQ" },
{"type": "server", "timestamp": "2021-03-11T14:17:11,027Z", "level": "WARN", "component": "o.e.x.s.t.n.SecurityNetty4HttpServerTransport", "cluster.name": "es-prod", "node.name": "server1", "message": "received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/172.25.0.2:9200, remoteAddress=/192.168.195.46:36502}", "cluster.uuid": "6lZ4D79BR22M8RjMXSfSwQ", "node.id": "MFx7WpgIQ2uFpFoUfZZ1PQ" },
{"type": "server", "timestamp": "2021-03-11T14:17:14,325Z", "level": "WARN", "component": "o.e.x.s.t.n.SecurityNetty4HttpServerTransport", "cluster.name": "es-prod", "node.name": "server1", "message": "http client did not trust this server's certificate, closing connection Netty4HttpChannel{localAddress=/172.25.0.2:9200, remoteAddress=/192.168.195.46:36526}", "cluster.uuid": "6lZ4D79BR22M8RjMXSfSwQ", "node.id": "MFx7WpgIQ2uFpFoUfZZ1PQ" },
{"type": "server", "timestamp": "2021-03-11T14:17:14,329Z", "level": "WARN", "component": "o.e.x.s.t.n.SecurityNetty4HttpServerTransport", "cluster.name": "es-prod", "node.name": "server1", "message": "http client did not trust this server's certificate, closing connection Netty4HttpChannel{localAddress=/172.25.0.2:9200, remoteAddress=/192.168.195.46:36524}", "cluster.uuid": "6lZ4D79BR22M8RjMXSfSwQ", "node.id": "MFx7WpgIQ2uFpFoUfZZ1PQ" },
{"type": "server", "timestamp": "2021-03-11T14:17:14,507Z", "level": "WARN", "component": "o.e.x.s.t.n.SecurityNetty4HttpServerTransport", "cluster.name": "es-prod", "node.name": "server1", "message": "http client did not trust this server's certificate, closing connection Netty4HttpChannel{localAddress=/172.25.0.2:9200, remoteAddress=/192.168.195.46:36530}", "cluster.uuid": "6lZ4D79BR22M8RjMXSfSwQ", "node.id": "MFx7WpgIQ2uFpFoUfZZ1PQ" }
Espero que puedan ayudarme. Gracias