# Uptime Monitors - Synthetic Monitors (Orphaned)

**URL:** https://discuss.elastic.co/t/uptime-monitors-synthetic-monitors-orphaned/330036
**Category:** Synthetics
**Created:** [April 14, 2023, 6:30pm UTC](https://discuss.elastic.co/t/uptime-monitors-synthetic-monitors-orphaned/330036 "2023-04-14T18:30:10Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![zx8086](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/zx8086/32/94917_2.png) [@zx8086](https://discuss.elastic.co/u/zx8086)
#### Post date: [April 14, 2023, 6:30pm UTC](https://discuss.elastic.co/t/uptime-monitors-synthetic-monitors-orphaned/330036/1 "2023-04-14T18:30:10Z")

</div>

Hi,

For some reason I have Uptime Monitors which are orphaned as I am not running any Browser Synthetic Integrations from within Fleet. Would like to somehow remove these.

**Kibana version** :  
8.7

 ![Screenshot 2023-04-14 at 20.21.01](https://us1.discourse-cdn.com/elastic/original/3X/d/9/d9a9369fa7b58daf58821984b58df8b979b05a1f.jpeg)

 ![Screenshot 2023-04-14 at 20.27.39](https://us1.discourse-cdn.com/elastic/original/3X/b/9/b9dcdf0eccff26bca862b030f40e8ee56860111c.jpeg)

---

<div class="post-metadata">

### Author: ![abdulz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/abdulz/32/97601_2.png) [@abdulz](https://discuss.elastic.co/u/abdulz)
#### Post date: [April 17, 2023, 7:12am UTC](https://discuss.elastic.co/t/uptime-monitors-synthetic-monitors-orphaned/330036/2 "2023-04-17T07:12:29Z")

</div>

Hi @zx8086,

Thanks for posting the question.

Is it an active monitor i.e. do new results come in? And, do you see any policies under Integrations -\> Elastic Synthetics -\> Integration policies?

---

<div class="post-metadata">

### Author: ![zx8086](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/zx8086/32/94917_2.png) [@zx8086](https://discuss.elastic.co/u/zx8086)
#### Post date: [April 17, 2023, 1:13pm UTC](https://discuss.elastic.co/t/uptime-monitors-synthetic-monitors-orphaned/330036/3 "2023-04-17T13:13:21Z")

</div>

Hi @abdulz

There are no active Browser Synthetics and no Monitors under under Integrations -\> Elastic Synthetics -\> Integration policies that are not accounted for.

---

<div class="post-metadata">

### Author: ![abdulz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/abdulz/32/97601_2.png) [@abdulz](https://discuss.elastic.co/u/abdulz)
#### Post date: [April 18, 2023, 8:35pm UTC](https://discuss.elastic.co/t/uptime-monitors-synthetic-monitors-orphaned/330036/4 "2023-04-18T20:35:09Z")

</div>

Hi @zx8086 ,

Can you help us understand how you end on this situation and also provide some information so that we can have a better understanding of the issue. What you end up on is not a known scenario that we have a clue of atm.

1. Did you create a private location via Uptime Monitor Management or via Synthetics?
2. Or any other action/integration you think might have caused this?
3. Can you send us a snapshot of how policies look under the synthetics integration and the policy config of any one of the policies which are related to the above monitors (_with sensitive information redacted_).

---

<div class="post-metadata">

### Author: ![zx8086](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/zx8086/32/94917_2.png) [@zx8086](https://discuss.elastic.co/u/zx8086)
#### Post date: [April 19, 2023, 10:00am UTC](https://discuss.elastic.co/t/uptime-monitors-synthetic-monitors-orphaned/330036/5 "2023-04-19T10:00:30Z")

</div>

1. These were already there before the introduction of the Synthetic UI. Been using the elastic-complete container to run the Monitors.

2. N / A

3. We have removed the Browser Synthetics, so providing the monitors which are all http based.

```auto
{
	"name": "DS - Kafka Connector - {{ENVIRONMENT_SHORT}} | {{item}}",
	"namespace": "digital_selling",
	"description": "Monitor for checking Kafka Connector Status",
	"package": {
		"name": "synthetics",
		"title": "Elastic Synthetics",
		"version": "0.11.8",
		"experimental_data_stream_features": []},
	"inputs": [
			{
				"policy_template": "synthetics",
				"streams": [
					{
						"data_stream": {
							"elasticsearch": {
								"privileges": {
									"indices": [
										"auto_configure",
										"create_doc",
										"read"
									]
								}
							},
							"type": "synthetics",
							"dataset": "http"
						},
						"vars": {
							"check.request.body": {
								"type": "yaml",
								"value": null
							},
							"check.response.headers": {
								"type": "yaml",
								"value": null
							},
							"origin": {
								"type": "text"
							},
							"type": {
								"type": "text",
								"value": "http"
							},
							"max_redirects": {
								"type": "integer",
								"value": "5"
							},
							"enabled": {
								"type": "bool",
								"value": true
							},
							"timeout": {
								"type": "text",
								"value": "16s"
							},
							"ssl.key": {
								"type": "yaml",
								"value": null
							},
							"check.response.body.positive": {
								"type": "yaml",
								"value": null
							},
							"urls": {
								"type": "text",
								"value": "{{CONNECT_URL}}/{{item}}/status"
							},
							"password": {
								"type": "password",
								"value": null
							},
							"check.request.headers": {
								"type": "yaml",
								"value": null
							},
							"ssl.verification_mode": {
								"type": "text",
								"value": null
							},
							"run_once": {
								"type": "bool",
								"value": false
							},
							"__ui": {
								"type": "yaml",
								"value": "{\"is_tls_enabled\":false,\"is_zip_url_tls_enabled\":false}"
							},
							"check.response.status": {
								"type": "yaml",
								"value": "[\"200\"]"
							},
							"id": {
								"type": "text",
								"value": ""
							},
							"response.include_body": {
								"type": "text",
								"value": "always"
							},
							"ssl.supported_protocols": {
								"type": "yaml",
								"value": null
							},
							"monitor.project.id": {
								"type": "text"
							},
							"service.name": {
								"type": "text",
								"value": ""
							},
							"ssl.certificate_authorities": {
								"type": "yaml",
								"value": null
							},
							"monitor.project.name": {
								"type": "text"
							},
							"tags": {
								"type": "yaml",
								"value": "[\"{{ENVIRONMENT_LONG}}\",\"digital selling\",\"confluent\"]"
							},
							"schedule": {
								"type": "text",
								"value": "\"@every 1m\""
							},
							"ssl.certificate": {
								"type": "yaml",
								"value": null
							},
							"location_name": {
								"type": "text",
								"value": "Fleet managed"
							},
							"ssl.key_passphrase": {
								"type": "text",
								"value": null
							},
							"config_id": {
								"type": "text",
								"value": ""
							},
							"name": {
								"type": "text",
								"value": "DS - Kafka Connector - {{ENVIRONMENT_SHORT}} | {{item}}"
							},
							"response.include_headers": {
								"type": "bool",
								"value": true
							},
							"check.response.body.negative": {
								"type": "yaml",
								"value": "[\"PROVISIONING\",\"UNASSIGNED\",\"STOPPED\",\"PAUSED\",\"FAILED\"]"
							},
							"proxy_url": {
								"type": "text",
								"value": ""
							},
							"check.request.method": {
								"type": "text",
								"value": "GET"
							},
							"username": {
								"type": "text",
								"value": ""
							}
						},
						"enabled": true
					}
				],
				"type": "synthetics/http",
				"enabled": true
			}
		],
  	"vars": {},
	"enabled": true,
	"policy_id": "{{policy_id}}",
	"force": true
}

```

---

<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: [May 10, 2023, 6:01am UTC](https://discuss.elastic.co/t/uptime-monitors-synthetic-monitors-orphaned/330036/6 "2023-05-10T06:01:17Z")

</div>

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