# Create A Duplicate Monitor

**URL:** https://discuss.elastic.co/t/create-a-duplicate-monitor/357644
**Category:** Synthetics
**Created:** [April 17, 2024, 5:22pm UTC](https://discuss.elastic.co/t/create-a-duplicate-monitor/357644 "2024-04-17T17:22:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![erikg](https://avatars.discourse-cdn.com/v4/letter/e/91b2a8/32.png) [@erikg](https://discuss.elastic.co/u/erikg)
#### Post date: [April 17, 2024, 5:22pm UTC](https://discuss.elastic.co/t/create-a-duplicate-monitor/357644/1 "2024-04-17T17:22:53Z")

</div>

Hello,

Is there a way to duplicate a monitor, essentially avoiding writing the same configuration more than once if the configuration applies to all.

Any help would be great?

---

<div class="post-metadata">

### Author: ![jkambic](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jkambic/32/53306_2.png) [@jkambic](https://discuss.elastic.co/u/jkambic)
#### Post date: [April 18, 2024, 3:30am UTC](https://discuss.elastic.co/t/create-a-duplicate-monitor/357644/2 "2024-04-18T03:30:41Z")

</div>

Hi @erikg and thanks for using Synthetics!

In the UI today, there's no way to save a template or profile. But, we did just merge [a patch](https://github.com/elastic/kibana/pull/169928) that will expose the CRUD functionality as a documented public API. As of now we are expecting this to release in 8.14.0 but it is of course subject to change.

Alternatively, you can look into [project monitors](https://www.elastic.co/guide/en/observability/current/synthetics-get-started-project.html). This is a gitops-themed method of maintaining monitors that allows you to treat them as code. If you want to generate lots of monitors quickly this is a way of doing it in a maintainable and version-controlled way.

I hope that helps, please let us know if you have further questions!
