- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.8
- Get started
- Set up Kibana
- Discover
- Dashboard
- Canvas
- Maps
- Machine learning
- Graph
- Visualize
- Logs
- Metrics
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Advanced Settings
- Alerts and Actions
- Beats Central Management
- Cross-Cluster Replication
- Index Lifecycle Policies
- Index Management
- Ingest Node Pipelines
- Index patterns and fields
- License Management
- Numeral Formatting
- Remote Clusters
- Rollup Jobs
- Saved Objects
- Security
- Snapshot and Restore
- Spaces
- Upgrade Assistant
- Watcher
- Ingest Manager
- Reporting
- Alerting and Actions
- REST API
- Kibana plugins
- Accessibility
- Limitations
- Breaking Changes
- Release Notes
- Kibana 7.8.1
- Kibana 7.8.0
- Kibana 7.7.1
- Kibana 7.7.0
- Kibana 7.6.2
- Kibana 7.6.1
- Kibana 7.6.0
- Kibana 7.5.2
- Kibana 7.5.1
- Kibana 7.5.0
- Kibana 7.4.2
- Kibana 7.4.1
- Kibana 7.4.0
- Kibana 7.3.2
- Kibana 7.3.1
- Kibana 7.3.0
- Kibana 7.2.1
- Kibana 7.2.0
- Kibana 7.1.1
- Kibana 7.1.0
- Kibana 7.0.1
- Kibana 7.0.0
- Kibana 7.0.0-rc2
- Kibana 7.0.0-rc1
- Kibana 7.0.0-beta1
- Kibana 7.0.0-alpha2
- Kibana 7.0.0-alpha1
- Developer guide
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Managing index lifecycle policies
editManaging index lifecycle policies
editYour configured policies appear on the Index lifecycle policies page. You can update an existing index lifecycle policy to fix errors or change strategies for newly created indices. To edit a policy, select its name.
![][UI for viewing and editing an index lifecycle policy](images/index_lifecycle_policies_options.png)
In addition, you can:
- View indices linked to the policy. This is important when editing a policy. Any changes you make affect all indices attached to the policy. The settings for the current phase are cached, so the update doesn’t affect that phase. This prevents conflicts when you’re modifying a phase that is currently executing on an index. The changes takes effect when the next phase in the index lifecycle begins.
- Add the policy to an index template. When an index is automatically created using the index template, the policy is applied. If the index is rolled over, the policies for any matching index templates are applied to the newly created index. For more information, see Index templates.
- Delete a policy. You can’t delete a policy that is currently in use or recover a deleted index.
Was this helpful?
Thank you for your feedback.