Skip to content
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 X-Pack centric graph endpoints #36010

Merged
merged 5 commits into from
Nov 29, 2018
Merged

Conversation

jasontedor
Copy link
Member

This commit is part of our plan to deprecate and ultimately remove the use of _xpack in the REST APIs.

Relates #35958

This commit is part of our plan to deprecate and ultimately remove the
use of _xpack in the REST APIs.
@jasontedor jasontedor added :Search/Search Search-related issues that do not fall into other categories >deprecation v7.0.0 labels Nov 28, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

"path": "/{index}/_xpack/graph/_explore",
"paths": ["/{index}/_xpack/graph/_explore", "/{index}/{type}/_xpack/graph/_explore"],
"path": "/{index}/_xpack/_graph/explore",
"paths": ["/{index}/_xpack/_graph/explore", "/{index}/{type}/_xpack/_graph/explore"],
"parts" : {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the _xpack?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markharwood Oops, thanks! I pushed a2dc134.

@markharwood
Copy link
Contributor

Do the yaml tests now need a "skip" marker for <7.0 versions now that we changed the endpoint? Presumably the BWC tests would fail if a 7.x client sends to a 6.x cluster?

@jasontedor
Copy link
Member Author

@markharwood Yeah, I pushed 8118f03.

@markharwood
Copy link
Contributor

LGTM. Kibana Graph UI has a small label in the "last request" spy that shows the URL used for the graph call - I can change that.

@jasontedor jasontedor merged commit 9fa9e14 into elastic:master Nov 29, 2018
@jasontedor jasontedor deleted the xpack-graph branch November 29, 2018 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>deprecation :Search/Search Search-related issues that do not fall into other categories v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants