-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 es _xpack endpoint usage #29465
Conversation
💚 Build Succeeded |
LF reviews :), if anyone wants changes in a separate PR let me know.
|
@jbudz Is there anything we should be watching out for with this? The changes look straight forward, but I don't know if there any known edge cases we should worry about? |
You got it, mostly a find and replace from |
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 for stack-monitoring!
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 - thanks for catching that stray security API, I thought I got them all before.
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.
@elastic/es-ui LGTM, though it wouldn't hurt to have @bmcconaghy take a gander at the console stuff.
That said, do we expect to have all mention of X-Pack removed from Console? Looks like it still pops up:
👍 a couple endpoints are sticking around, those included for general information. With that said I'm going to back out the console changes in favor of #29506 |
This reverts commit 91b754e.
💚 Build Succeeded |
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.
Canvas is still functioning correctly with the updated sql endpoint.
With elastic/elasticsearch#35958 most endpoints starting with _xpack are deprecated. This replaces _xpack endpoints to start with their respective plugin name.
Closes #29447