All Questions
Tagged with docker-compose elasticsearch
441 questions
0
votes
0
answers
24
views
DataHub v0.12.1.0 docker-compose – datahub-gms container goes unhealthy (http: no Host in request URL) while waiting for dependencies
What I’m trying to do
Spin up the new “embedded” quick-start for DataHub v0.12.1 with Docker Compose (since the all-in-one image was removed). I’m starting only the frontend for now:
docker compose up ...
0
votes
0
answers
26
views
Elasticsearch Spring Docker CONNECTION FAILS
My microservice app runs correctly locally. Im trying to dockerize it but my product-service fails to connect elasticsearch.
Docker-compose.yml
services:
config-service:
container_name: config-...
0
votes
1
answer
42
views
Connect NestJS Container to ElasticSearch Container
Not a lot of documentation about this scenario, and lots are facing this issue, so here is my working setup using :
NestJS in a container, using http request and username + password authentication
...
0
votes
1
answer
93
views
Python: Connection Refused with Elasticsearch on docker-compose
I am trying to connect to a Elasticseach instance in Python using elasticsearch==8.17.0 but I get stuck on Errno 111 Connection Refused.
Running bin/elasticsearch-users useradd base-user -p base-...
0
votes
0
answers
83
views
docker-compose elasticsearch absolute clock went backwards
I am using elastick stack and when I start the container with elastick search, I get a warning that the time in the VM is lagging behind the current one.
how do I synchronize the time in the ...
1
vote
0
answers
130
views
Metricbeat can't connect to Kibana - "Connection refused" on http://localhost:5601
I've been trying to configure Metricbeat with my Elastic Stack setup using Docker, but I keep getting an error where Metricbeat can't connect to Kibana. Here's the error log:
{"log.level":&...
0
votes
0
answers
130
views
Elastic Search 8.13 - Unable to Launch New Service
I'm trying to install SonarQube:10.6.0-Community Image as docker container in Ubuntu 20.04 LTS in Ubuntu 20.04 LTS as part of Suite of Applications as docker container to run local Jenkins Workloads. ...
0
votes
1
answer
272
views
How to activate Enterprise Search (Elastic) with Docker Compose?
Although I pulled all the necessary Docker images, I keep hitting this screen when trying to create an Elastic Search Index in the Enterprise Search tab:
They tell me:
In your config/kibana.yml file,...
0
votes
1
answer
765
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 ...
0
votes
0
answers
77
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/...
0
votes
1
answer
100
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 ...
0
votes
0
answers
192
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:
...
-1
votes
1
answer
217
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:...
0
votes
1
answer
2k
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 ...
0
votes
1
answer
291
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: "...