2023-02-21 12:29:45 -05:00
---
layout: default
2023-02-21 17:33:10 -05:00
title: Rollover
2023-10-03 19:30:10 -04:00
parent: Index Management
2023-02-21 12:29:45 -05:00
nav_order: 40
2023-02-21 17:33:10 -05:00
redirect_from:
- /dashboards/admin-ui-index/rollover/
2023-02-21 12:29:45 -05:00
---
2023-02-21 17:33:10 -05:00
# Rollover
2023-02-21 12:29:45 -05:00
Introduced 2.6
{: .label .label-purple }
OpenSearch Dashboards allows you to perform an [index rollover ]({{site.url}}{{site.baseurl}}/im-plugin/ism/error-prevention/index/#rollover ) operation with **Index Management** .
## Data streams
To perform a rollover operation on a data stream, perform the following steps:
1. Under **Index Management** , choose **Data streams** .
2023-02-27 13:58:59 -05:00
1. Choose **Actions** , and then choose **Roll over** , as shown in the following image.
2023-02-21 12:29:45 -05:00
2023-02-27 13:58:59 -05:00
![Roll over ]({{site.url}}{{site.baseurl}}/images/admin-ui-index/rollover1.png )
2023-02-21 12:29:45 -05:00
1. Under **Configure source** , select the source data stream on which you want to perform the rollover operation.
2023-02-27 13:58:59 -05:00
1. Choose **Roll over** , as shown in the following image.
2023-02-21 12:29:45 -05:00
2023-02-27 13:58:59 -05:00
![Roll over ]({{site.url}}{{site.baseurl}}/images/admin-ui-index/rollover3.png )
2023-02-21 12:29:45 -05:00
## Aliases
To perform a rollover operation on an alias, perform the following steps:
1. Under **Index Management** , choose **Aliases** .
2023-02-27 13:58:59 -05:00
1. Choose **Actions** , and then choose **Roll over** , as shown in the following image.
2023-02-21 12:29:45 -05:00
2023-02-27 13:58:59 -05:00
![Roll over ]({{site.url}}{{site.baseurl}}/images/admin-ui-index/rollover2.png )
2023-02-21 12:29:45 -05:00
1. Under **Configure source** , select the source alias on which you want to perform the rollover operation.
2023-02-27 13:58:59 -05:00
1. If the alias does not contain a write index, you are prompted to assign a write index, as shown in the following image.
2023-02-21 12:29:45 -05:00
2023-02-27 13:58:59 -05:00
![Roll over ]({{site.url}}{{site.baseurl}}/images/admin-ui-index/rollover4.png )
2023-02-21 12:29:45 -05:00
1. Under **Configure a new rollover index** and on the **Define index** pane, specify an index name and an optional index alias.
1. Under **Index settings** , specify the number of primary shards, the number of replicas, and the refresh interval, as shown in the following image.
2023-02-27 13:58:59 -05:00
![Roll over ]({{site.url}}{{site.baseurl}}/images/admin-ui-index/rollover5.png )
2023-02-21 12:29:45 -05:00
2023-02-27 13:58:59 -05:00
1. Choose **Roll over** .