Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
43 views

Elasticsearch via docker-compose - Warning: "this node is locked into cluster UUID..."

I start services in a local cluster via docker compose. Two docker containers are from the example of elasticsearch. I get following error in the console from the elasticsearch: elasticsearch_instance ...
JoeFox's user avatar
  • 1,081
0 votes
0 answers
33 views

elasticsearch node ids changed after changing dockercompose file

I have an Elasticsearch cluster configured in a docker compose file. The cluster has three nodes, all running on the same host. In each node I have a docker volume (not pinned) that is mapped to /usr/...
Ephi Gabay's user avatar
0 votes
1 answer
58 views

Getting ConnectionError while running elastic search using docker in django project

I want to run elasticsearch using docker. It works fine when I only add code to run elastic search in docker-compose.yml file, but I am getting: Connection error caused by: ConnectionError(Connection ...
Sampurna's user avatar
0 votes
0 answers
43 views

Connection Timeout for AWS-S3 Repository by Elasticsearch

I want to save my backups in AWS,below is my elastic for my docker compose that is run and up and work well and i add to enviornment into this configuration: version: '3' services: elasticsearch: ...
Sasan Askari's user avatar
-1 votes
1 answer
49 views

Unable to Access Elasticsearch on http://localhost:9200 from Browser on macOS

I am trying to set up an Elasticsearch and Kibana stack using Docker on my macOS machine. While Kibana is accessible via http://localhost:5601, I am unable to access Elasticsearch via http://localhost:...
Salma Tarifa's user avatar
0 votes
1 answer
528 views

Kibana server is not ready yet and Unable to retrieve version information from Elasticsearch nodes

Hi here I want to run Elastic and Kibana by docker compose but when it runs I get: Kibana server is not ready yet. Here is my docker ps -a docker ps -a CONTAINER ID IMAGE ...
Sasan Askari's user avatar
0 votes
1 answer
67 views

Docker elasticsearch FileSystemException - Not a directory

I'm very new to Docker as well as ElasticSearch. I was following a tutorial and used this docker compose file to install ElasticSearch: version: "4.6" services: es01: image: "...
Bharat Soni's user avatar
  • 2,894
1 vote
0 answers
463 views

How to configure or ignore Kibana 8's Elastic enrollment token running on Docker for .Net 8 Logging

PROBLEM STATEMENT I have added Kibana and Elasticsearch 8.7.1 for logging on a couple .Net 8 projects. Here is one proof of concept implementation The problem I am having is, sometimes when I go to ...
ScumSprocket's user avatar
0 votes
1 answer
628 views

Kibana security must be enabled to use Fleet

[plugins.fleet.fleet_authz_router] Kibana security must be enabled to use Fleet when i go to kibana i can not add a fleet server enter image description here equesting service_token from Kibana. 2024-...
user24155091's user avatar
0 votes
0 answers
137 views

Apm-server elasticsearch Kibana docker-compose Springboot 3.2.0

The aim : The APM agent server collects metrics and traces from the running application. The APM server processes the data received from the APM agent (metrics) and sends it to Elasticsearch for ...
user24155091's user avatar
0 votes
1 answer
150 views

ElasticSearch And Kibana With SSL Connect Refused(Kibana always connect to 127.0.0.1:9200)

I built my ES and Kibana through docker-compose File like this And my question is: my Kibana service cant connect to my Es, whether I change my docker-compose file or kibana.yml , kibana always ...
guapi's user avatar
  • 17
0 votes
1 answer
100 views

Only on EC2 Ubuntu, elasticsearch by docker doesn't work

Error log { "@timestamp":"2024-03-19T14:25:08.633Z", "log.level":"ERROR", "message":"fatal exception while booting Elasticsearch", "...
WhisperNorbury's user avatar
0 votes
1 answer
215 views

Elasticsearch Docker-Compose dial tcp 127.0.0.1:9200: connect: connection refused

I have got a Go and Elasticsearch task and I see an error that I don't understand. Normally, my code works without Docker. This is my compose.yml version: '3.1' services: elasticsearch: image: ...
eymen iron's user avatar
0 votes
1 answer
333 views

Kibana, Elasticsearch, APM with docker-compose

Here my detail question : Open Link Kibana version: 8.12.2 Elasticsearch version: 8.12.2 APM Server version: 8.12.2 Use : docker Hello im install kibana, elasticsearch, apm with 1 docker-compose file: ...
Ilham Akbar's user avatar
0 votes
0 answers
381 views

How To Set My SSL Credential To ElasticSearch In Docker-Compose File

I am a Docker and Es config rookie, I want to configure SSL credential to ElasticSearch in my Docker-Compose file. This is the SSL from Tencent Cloud, Which credential I could choise? It make me ...
guapi's user avatar
  • 17

15 30 50 per page
1
2 3 4 5
30