Getting started with index lifecycle managementedit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

Let’s jump into index lifecycle management (ILM) by working through a hands-on scenario. This section will leverage many new concepts unique to ILM that you may not be familiar with. The following sections will explore these in more details.

The goal of this example is to set up a set of indices that will encapsulate the data from a time series data source. We can imagine there is a system like Filebeat that continuously indexes documents into our writing index. We wish to roll over the index after it reaches a size of 50 gigabytes, or has been created 30 days ago, and then delete the index after 90 days.