# Monitor synthetics in status "Pending" v8.14.0

**URL:** https://discuss.elastic.co/t/monitor-synthetics-in-status-pending-v8-14-0/368152
**Category:** Synthetics
**Tags:** docker
**Created:** [October 2, 2024, 10:22pm UTC](https://discuss.elastic.co/t/monitor-synthetics-in-status-pending-v8-14-0/368152 "2024-10-02T22:22:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Cristian\_Pereyra](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cristian_pereyra/32/126779_2.png) [@Cristian\_Pereyra](https://discuss.elastic.co/u/Cristian_Pereyra)
#### Post date: [October 2, 2024, 10:22pm UTC](https://discuss.elastic.co/t/monitor-synthetics-in-status-pending-v8-14-0/368152/1 "2024-10-02T22:22:01Z")

</div>

Hi

I'm trying to use monitor type browser in Synthetics monitors but when creating the monitor it gets stuck in "pending" indefinitely. i Using private locations but don´t works

My architecture is:

- version: 8.14.0
- eck on premise (not cloud)
- Fleet policy
- Agent elastic with [docker.elastic.co/beats/elastic-agent-complete](http://docker.elastic.co/beats/elastic-agent-complete)
- private Locations

The error message I get is: factory could not create monitor: monitor type browser does not exist, valid types are [http synthetics/http icmp synthetics/icmp tcp synthetics/tcp]

![image](https://us1.discourse-cdn.com/elastic/original/3X/b/c/bc5d0f4fc2c03dbd374ccda06a09dbb62ce66808.png)  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/6/5/659b813848648b00f270637d1a744c1096349852.png)

Script

```auto
step('Go to https://www.elastic.co/guide/en/observability/current/synthetics-role-write.html', async () => {

await page.goto('https://www.elastic.co/guide/en/observability/current/synthetics-role-write.html');
});
step('Click internal:role=link[name="Manage data retention"i]', async () => {
await page.getByRole('link', { name: 'Manage data retention' }).click();
});

```

Could you help me?  
thanks in advance

---

<div class="post-metadata">

### Author: ![emilioalvap](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/emilioalvap/32/99310_2.png) [@emilioalvap](https://discuss.elastic.co/u/emilioalvap)
#### Post date: [October 3, 2024, 12:29pm UTC](https://discuss.elastic.co/t/monitor-synthetics-in-status-pending-v8-14-0/368152/2 "2024-10-03T12:29:01Z")

</div>

Hi @Cristian_Pereyra,

elastic-agent-complete v8.14.1 was released to fix the issue you're experiencing: [[Heartbeat] Move import to cmd for agentbeat by emilioalvap · Pull Request #39818 · elastic/beats · GitHub](https://github.com/elastic/beats/pull/39818).  
The error should go away if you upgrade to 8.14.1 or latter.

Hope that helps!

---

<div class="post-metadata">

### Author: ![Cristian\_Pereyra](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cristian_pereyra/32/126779_2.png) [@Cristian\_Pereyra](https://discuss.elastic.co/u/Cristian_Pereyra)
#### Post date: [October 3, 2024, 4:00pm UTC](https://discuss.elastic.co/t/monitor-synthetics-in-status-pending-v8-14-0/368152/3 "2024-10-03T16:00:17Z")

</div>

that was the solutions.

thank you 🙂

![image](https://us1.discourse-cdn.com/elastic/original/3X/4/f/4f07e5e94d2019a4519c844704529d5ac2eefdba.png)

---

<div class="post-metadata">

### Author: ![Amol\_Nagotkar](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/amol_nagotkar/32/124188_2.png) [@Amol\_Nagotkar](https://discuss.elastic.co/u/Amol_Nagotkar)
#### Post date: [February 26, 2025, 10:14am UTC](https://discuss.elastic.co/t/monitor-synthetics-in-status-pending-v8-14-0/368152/4 "2025-02-26T10:14:05Z")

</div>

Hi,

can you share your elastic-agent-complete v8.14.1 docker file here.  
It will be really helpful.

You can check this -  
[https://discuss.elastic.co/t/elastic-agent-complete-x509-certificate-signed-by-unknown-authority/375068](https://discuss.elastic.co/t/elastic-agent-complete-x509-certificate-signed-by-unknown-authority/375068)
