-
Notifications
You must be signed in to change notification settings - Fork 167
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
[apm/known_issues] Add known issues for ILM to DSL switch #4192
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
This pull request does not have a backport label. Could you fix it @lahsivjar? 🙏
|
[For reviewers] This doc update should be valid for both |
I would say merge for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some suggestions below. Let me know if my suggestions affect accuracy.
Also, if there are any specific error messages or behaviors that would signal to the user that they are experiencing this issue, please add them here. That can help get users to this info when they search Google etc. for a specific error message or description of a particular behavior they are seeing.
Co-authored-by: Colleen McGinnis <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some small comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just suggested some minor copy edits below. 🙂
Co-authored-by: Colleen McGinnis <[email protected]>
IIANM we cannot do that, but we can merge this as-is for 8.16, backport to 8.15 and then once the fix is completed for 8.16 update again the main branch to amend the docs for 8.16 |
SGTM! |
@colleenmcginnis are we ok with merging this in already and also backport before the |
Yep! I can merge now and make sure the backport goes through successfully. |
* Add known issues for ILM to DSL switch * Apply suggestions from code review Co-authored-by: Colleen McGinnis <[email protected]> * Update ki based on recent changes * update link of fix to the latest one * Update wording for cause * Avoid using abbrev for data stream lifecycle * Apply suggestions from code review Co-authored-by: Colleen McGinnis <[email protected]> --------- Co-authored-by: Colleen McGinnis <[email protected]> (cherry picked from commit c46cb0e)
) * Add known issues for ILM to DSL switch * Apply suggestions from code review Co-authored-by: Colleen McGinnis <[email protected]> * Update ki based on recent changes * update link of fix to the latest one * Update wording for cause * Avoid using abbrev for data stream lifecycle * Apply suggestions from code review Co-authored-by: Colleen McGinnis <[email protected]> --------- Co-authored-by: Colleen McGinnis <[email protected]> (cherry picked from commit c46cb0e) Co-authored-by: Vishal Raj <[email protected]>
APM-Server switched from Index Lifecycle Management(ILM) to Datastream Lifecycle (DSL) in v8.15.0. This switch was done when we moved from APM integration (which used ILM) to APM-data plugin (which uses DSL) in ES for managing APM datastreams. As a result of the switch, any old datastreams created before the switch would be Unmanaged because the datastream will never be updated with the DSL lifecycle -- this has to be done manually by using the PUT API.
Related issue: elastic/apm-server#13898