# Rollover Failing

**URL:** https://discuss.elastic.co/t/rollover-failing/153676
**Category:** Elasticsearch
**Created:** [October 23, 2018, 7:59pm UTC](https://discuss.elastic.co/t/rollover-failing/153676 "2018-10-23T19:59:52Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![theuntergeek](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/theuntergeek/32/44961_2.png) [@theuntergeek](https://discuss.elastic.co/u/theuntergeek)
#### Post date: [October 23, 2018, 9:01pm UTC](https://discuss.elastic.co/t/rollover-failing/153676/4 "2018-10-23T21:01:54Z")

</div>

The solution is to not use the rollover alias, but a different alias name.

Create an alias called "search-all" (for example), and use that in the template. Add the current indices to the "search-all" as well. Search with `/search-all/_search` then, and it will point to all of your indices.

The rollover alias name should only ever be used in conjunction with the rollover API in your case to simplify things.

---

_[View the full topic](https://discuss.elastic.co/t/rollover-failing/153676)._
