Comments on: Part 2: Creating microservices – monitoring with Spring Cloud Sleuth, ELK and Zipkin https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 04 Sep 2020 19:32:32 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: satya https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-255 Thu, 18 Jul 2019 02:42:49 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-255 Reblogged this on HelpEzee.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-254 Fri, 08 Jun 2018 22:16:21 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-254 In reply to Chris.

No you don’t have to. Also that article has been written some months ago. Since that time, the official elasticsearch Docker image is not still available on docker hub but here: docker run -d -it –name es -p 9200:9200 -p 9300:9300 -e “discovery.type=single-node” docker.elastic.co/elasticsearch/elasticsearch:6.1.1. You can try to run this image

]]>
By: Chris https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-253 Thu, 24 May 2018 11:56:24 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-253 In reply to Ilya Zakharenko.

It already fails at 2) with
docker: Error response from daemon: linux spec user: unable to find user elasticsearch: no matching entries in passwd file.

Do I have to create a user?

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-252 Sat, 24 Mar 2018 10:16:20 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-252 In reply to Prati.

Elasticsearch container has started succesfully?

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-251 Sat, 24 Mar 2018 10:12:19 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-251 In reply to sana.

Hello. In that sample the communication between microservices and Zipkin is through HTTP API exposed by Zipkin

]]>
By: sana https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-250 Fri, 23 Mar 2018 10:51:41 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-250 Hello, could you please explain how Zipkin is connected to the other microservices?

]]>
By: Prati https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-249 Tue, 20 Mar 2018 12:50:03 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-249 Getting this error on kibana UI

1) Unable to connect to Elasticsearch at http://elasticsearch:9200.
2) ui settings Elasticsearch plugin is red

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-248 Thu, 04 Jan 2018 10:25:22 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-248 In reply to Radha Krishna.

Hi Radha,
You mean using logback-kafka-appender instead of logstash-logback-encoder?

]]>
By: Radha Krishna https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-247 Mon, 25 Dec 2017 16:37:48 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-247 Hi !

What is the way to integrate sleuth with Kafka Appender

Thanks in advance.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/04/05/part-2-creating-microservices-monitoring-with-spring-cloud-sleuth-elk-and-zipkin/#comment-246 Sat, 14 Oct 2017 06:23:11 +0000 https://piotrminkowski.wordpress.com/?p=2145#comment-246 In reply to Matt Madhavan.

Hello,
If you to send some data to logstash Kibana will find the index.

]]>