-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Meta] Data Lifecycle Management #93596
Labels
:Data Management/Data streams
Data streams and their lifecycles
>enhancement
Meta
Team:Data Management
Meta label for data/management team
Comments
elasticsearchmachine
added
the
Team:Data Management
Meta label for data/management team
label
Feb 8, 2023
Pinging @elastic/es-data-management (Team:Data Management) |
3 tasks
This was referenced Feb 23, 2023
This was referenced Mar 8, 2023
This was referenced Mar 22, 2023
This was referenced Mar 29, 2023
This was referenced Apr 12, 2023
This was referenced Apr 20, 2023
elasticsearchmachine
pushed a commit
that referenced
this issue
Apr 28, 2023
Fix the following mistakes in the rest-api specification for the new endpoints. - Changed the stability of the endpoints from stable to experimental. - Removed the following paths that we decided we do not support. Relates to: #93596
gmarouli
added a commit
to gmarouli/elasticsearch
that referenced
this issue
Apr 28, 2023
Fix the following mistakes in the rest-api specification for the new endpoints. - Changed the stability of the endpoints from stable to experimental. - Removed the following paths that we decided we do not support. Relates to: elastic#93596
elasticsearchmachine
pushed a commit
that referenced
this issue
Apr 28, 2023
Fix the following mistakes in the rest-api specification for the new endpoints. - Changed the stability of the endpoints from stable to experimental. - Removed the following paths that we decided we do not support. Relates to: #93596
This was referenced May 3, 2023
This was referenced May 11, 2023
This was referenced Jun 15, 2023
dakrone
added
:Data Management/Data streams
Data streams and their lifecycles
and removed
:Data Management/DLM
labels
Jun 22, 2023
This work is complete 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Data Management/Data streams
Data streams and their lifecycles
>enhancement
Meta
Team:Data Management
Meta label for data/management team
Description
The Data Lifecycle Management (DLM) service handles the lifecycle of data streams based on a declarative configuration that describes the desired end state.
Phase 1:
Before removing the feature flag
Lifecycle
model in existing data stream configuration (including the feature flag) @gmarouli (Introduce Lifecycle model in existing data stream configuration #93652)cluster.dlm.default.rollover
cluster setting and enable the data stream GET to display the configuration @gmarouli ([DLM] Introduce default rollover cluster setting & expose it via APIs #94240)_data_stream/logs/_lifecycle
APIs @gmarouli ( Add new endpoints to configure data lifecycle on a data stream level. #94590 )manage_dlm
privilege and use it for the_lifecycle
APIs @masseyke ( Adding manage_dlm privilege #95512 )DataLifecycleManagementService
@andreidan (Initial implementation for DataLifecycleService #94012, Add an erorr store to record the errors encountered by DLM #94391)DataLifecycleManagementService
execution error tracking @andreidan (Add an erorr store to record the errors encountered by DLM #94391)POST indexname/_lifecycle/explain
API (note it should report the errors from execution too) @andreidan ( Introduce a _lifecycle/explain API for data stream backing indices #94621 )index.lifecycle.prefer_ilm
setting (defaults totrue
) @andreidan ( Introduce the index.lifecycle.prefer_ilm setting #95423 )Phase 2:
The text was updated successfully, but these errors were encountered: