-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Deprecate X-Pack centric watcher endpoints #36218
Conversation
Pinging @elastic/es-core-features |
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.
The endpoint can not be /watcher
, that is not a reserved name. It needs to be /_watcher
so that it can not possibly conflict with existing indices that users might have today.
oh my, thank you for that clarification @jasontedor |
@jasontedor updated, as well as reverted any changes i made to the transport layer. |
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 am missing where the existing endpoints are deprecated?
Because I am an idiot and I was trying to do this before finishing other work I should have finished first, and did not pay attention in the process... Let me properly do this and then Ill ping you. Im sorry for causing this many re-reviews on what should've been an easy PR. |
@elasticmachine run the gradle build tests 1 |
I have to do the 6.x undeprecate first, and then I can rerun the tests here. |
This depends on #36269 merging before the tests will go green. |
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.
LGTM now.
@elasticmachine run the gradle build tests 1 |
1 similar comment
@elasticmachine run the gradle build tests 1 |
@elasticmachine run the gradle build tests 2 |
1 similar comment
@elasticmachine run the gradle build tests 2 |
This commit is part of our plan to deprecate and ultimately remove the use of _xpack in the REST APIs.
Relates #35958