Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Fixed Docker Image Tag for Elasticsearch & Kibana #794

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kakakakakku
Copy link

Hi, thank you for awesome applications 馃憤

Read the contribution guidelines

Done.

A description of the changes proposed in the pull request

Because Elasticsearch & Kibana does not have latest tag, docker-compose up does not work.

$ docker-compose -f deploy/docker-compose/docker-compose.yml -f deploy/docker-compose/docker-compose.logging.yml up -d

(snip)

Pulling elasticsearch (elasticsearch:)...
ERROR: manifest for elasticsearch:latest not found

(snip)

Pulling kibana (kibana:)...
ERROR: manifest for kibana:latest not found

So, I fixed image tag.

elasticsearch:5 & kibana:5 works good 馃憤

image

Future

I thinks that Elasticsearch 7 or 6.7.1 & Kibana 7 or 6.7.1 are better.

We need update microservices-demo/log-server docker image, because it is depends on fluent-plugin-elasticsearch version at microservices-demo/log-server. Could you fix it?

From Elasticserach 6 & 7, HTTP header Content-Type: application/json is necessary.

2019-04-30 15:33:15 +0000 fluent.warn: {"next_retry":"2019-04-30 15:42:05 +0000","error_class":"Elasticsearch::Transport::Transport::Errors::NotAcceptable","error":"[406] {\"error\":\"Content-Type header [] is not supported\",\"status\":406}","plugin_id":"object:2ac41b0eb5f0","message":"temporarily failed to flush the buffer. next_retry=2019-04-30 15:42:05 +0000 error_class=\"Elasticsearch::Transport::Transport::Errors::NotAcceptable\" error=\"[406] {\\\"error\\\":\\\"Content-Type header [] is not supported\\\",\\\"status\\\":406}\" plugin_id=\"object:2ac41b0eb5f0\""}

So, I choice Elasticsearch 5 & Kibana 5 this time.

Thanks 馃憤

tjuyinkanglin added a commit to XLab-Tongji/sockshop-deployment that referenced this pull request May 20, 2019
@kemathur
Copy link

when will this be checked in?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants