-
Notifications
You must be signed in to change notification settings - Fork 525
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
Remove index management, always use data streams #6606
Conversation
0e5b43d
to
0c2644f
Compare
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
0c2644f
to
2885686
Compare
This pull request is now in conflicts. Could you fix it @axw? 🙏
|
- Remove `apm-server.ilm.*` config - Remove `apm-server.data_streams.enabled` config - Remove `setup.*` config - Remove `output.elasticsearch.{index,indices}` config - Stop building, including, and using libbeat fields
A bunch of transitive dependencies are removed, because we're no longer including the x-pack/libbeat processors.
2885686
to
00cfa0f
Compare
This pull request is now in conflicts. Could you fix it @axw? 🙏
|
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.
Are you going to remove the apm-server.register.ingest.pipeline
in a separate PR?
@simitt do you mean remove from apm-server.yml? It was removed in #6575: 642aaee#diff-fbadce52f216b92bda4dab62b076f334502b170af5e51bf3e442e2033b4a4e9d |
Yes. Sorry I missed that and still had it in my main branch when I checked. |
* Remove index management, always use data streams - Remove `apm-server.ilm.*` config - Remove `apm-server.data_streams.enabled` config - Remove `setup.*` config - Remove `output.elasticsearch.{index,indices}` config - Stop building, including, and using libbeat fields * Update notice A bunch of transitive dependencies are removed, because we're no longer including the x-pack/libbeat processors. * Update README * Fix merge (cherry picked from commit 01d75ec)
* Remove index management, always use data streams - Remove `apm-server.ilm.*` config - Remove `apm-server.data_streams.enabled` config - Remove `setup.*` config - Remove `output.elasticsearch.{index,indices}` config - Stop building, including, and using libbeat fields * Update notice A bunch of transitive dependencies are removed, because we're no longer including the x-pack/libbeat processors. * Update README * Fix merge (cherry picked from commit 01d75ec) Co-authored-by: Andrew Wilkins <[email protected]>
Verified using 9bb5e4c. |
Motivation/summary
apm-server.ilm.*
configapm-server.data_streams.enabled
configsetup.*
configoutput.elasticsearch.{index,indices}
configChecklist
- [ ] Documentation has been updatedDoc updates being handled separatelyHow to test these changes
Related issues
Closes #5961