Skip to content

Remove X-Pack centric graph endpoints#36010

Merged
jasontedor merged 5 commits intoelastic:masterfrom
jasontedor:xpack-graph
Nov 29, 2018
Merged

Remove X-Pack centric graph endpoints#36010
jasontedor merged 5 commits intoelastic:masterfrom
jasontedor:xpack-graph

Conversation

@jasontedor
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

Pinging @elastic/es-search

"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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

@markharwood Yeah, I pushed 8118f03.

@markharwood
Copy link
Copy Markdown
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