- Kibana Guide: other versions:
- Introduction
- Get started
- Set Up Kibana
- Discover
- Visualize
- Creating a Visualization
- Saving Visualizations
- Using rolled up data in a visualization
- Line, Area, and Bar charts
- Controls Visualization
- Data Table
- Markdown Widget
- Metric
- Goal and Gauge
- Pie Charts
- Coordinate Maps
- Region Maps
- Timelion
- TSVB
- Tag Clouds
- Heatmap Chart
- Vega Graphs
- Inspecting Visualizations
- Dashboard
- Canvas
- Graph data connections
- Machine learning
- Elastic Maps
- Code
- Infrastructure
- Logs
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana plugins
- Limitations
- Release Highlights
- Breaking Changes
- Release Notes
- 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.