skip to Main Content

Magento – error: https://artifacts.elastic.co/GPG-KEY-elasticsearch: key 1 import failed

openjdk version "11.0.16" 2022-07-19 LTS OpenJDK Runtime Environment (Red_Hat-11.0.16.0.8-1.el9_0) (build 11.0.16+8-LTS) OpenJDK 64-Bit Server VM (Red_Hat-11.0.16.0.8-1.el9_0) (build 11.0.16+8-LTS, mixed mode, sharing) sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch error: https://artifacts.elastic.co/GPG-KEY-elasticsearch: key 1 import failed.

VIEW QUESTION

ECONNREFUSED connecting kibana and elasticsearch with docker compose

I try to connect kibana with elasticsearch using a docker-compose but I got the error: Unable to retrieve version information from Elasticsearch nodes. connect ECONNREFUSED XXX:9200 This is my docker-compose : version: "2.2" services: es01: image: docker.elastic.co/elasticsearch/elasticsearch:${STACK_VERSION} volumes: - esdata01:/usr/share/elasticsearch/data…

VIEW QUESTION
Back To Top
Search