# Lab 5.1 Services Layer from Certified Observability

**URL:** https://discuss.elastic.co/t/lab-5-1-services-layer-from-certified-observability/263850
**Category:** Elastic Training
**Created:** [February 10, 2021, 10:22am UTC](https://discuss.elastic.co/t/lab-5-1-services-layer-from-certified-observability/263850 "2021-02-10T10:22:40Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![lielar](https://avatars.discourse-cdn.com/v4/letter/l/a8b319/32.png) [@lielar](https://discuss.elastic.co/u/lielar)
#### Post date: [February 10, 2021, 10:22am UTC](https://discuss.elastic.co/t/lab-5-1-services-layer-from-certified-observability/263850/1 "2021-02-10T10:22:40Z")

</div>

Hi

I am doing Lab 5.1 and after setting up the apm-server, in step 8, I am not getting the same results what is mentioned in the Lab instructions.

 ![screenshot_39](https://us1.discourse-cdn.com/elastic/original/3X/1/4/14af2a1aa251baad54f839e1f8514e12a6bef024.png)

I have checked my settings numerous times. I also have the daemons running for elasticsearch (heartbeat), petclinic-client (metricbeat), mysql (metricbeat) and main image (filebeat) with the modifications from Lab 4.4.

I was wondering if there is a way I could check if the data is being sent to the destination? I have done the curl -v [http://apm-server:8200](http://apm-server:8200) and I do get a 200. What else I can do to debug?

Because I have not completed this, all the subsequent labs cannot be completed.

---

<div class="post-metadata">

### Author: ![Andre\_Murbach\_Maidl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/andre_murbach_maidl/32/83508_2.png) [@Andre\_Murbach\_Maidl](https://discuss.elastic.co/u/Andre_Murbach_Maidl)
#### Post date: [February 10, 2021, 1:06pm UTC](https://discuss.elastic.co/t/lab-5-1-services-layer-from-certified-observability/263850/2 "2021-02-10T13:06:05Z")

</div>

Hi @lielar ,

you can check whether all Docker containers are running with the following command: ` docker ps -a`. If `address-finder` or `server-loadgen` are not running you can restart them as follows:

```auto
$ docker restart address-finder
$ docker restart server-loadgen

```

Best,  
Andre

---

<div class="post-metadata">

### Author: ![dinyes](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dinyes/32/42906_2.png) [@dinyes](https://discuss.elastic.co/u/dinyes)
#### Post date: [February 10, 2021, 2:23pm UTC](https://discuss.elastic.co/t/lab-5-1-services-layer-from-certified-observability/263850/3 "2021-02-10T14:23:15Z")

</div>

Andre's suggestion will certainly get some more data flowing, particularly starting the server-loadgen container. Judging by the screenshot, that's the primary issue. 1 request per minute does seem very low.

---

<div class="post-metadata">

### Author: ![lielar](https://avatars.discourse-cdn.com/v4/letter/l/a8b319/32.png) [@lielar](https://discuss.elastic.co/u/lielar)
#### Post date: [February 10, 2021, 7:37pm UTC](https://discuss.elastic.co/t/lab-5-1-services-layer-from-certified-observability/263850/4 "2021-02-10T19:37:01Z")

</div>

> [@Andre\_Murbach\_Maidl](#):
>
> ```auto
> $ docker restart address-finder
> $ docker restart server-loadgen
> 
> ```

Thanks - that worked.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 12, 2021, 7:37pm UTC](https://discuss.elastic.co/t/lab-5-1-services-layer-from-certified-observability/263850/5 "2021-03-12T19:37:15Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
