kibana/x-pack/test
Tim Sullivan 80833cde95
Remove /api/_xpack/usage and /api/_kibana/v1/stats (#20800)
/api/_xpack/usage was added as a target for 6.4.0 but it will not be
used. Instead, the /api/stats response will include usage info on
everything that gets registered with the usage service in
/src/server/usage

/api/_kibana/v1/stats is a GET API that was added in 6.2, during a point
where we thought providing usage stats through a public API would be OK
for capturing internally, with the benefit of having it be visible.

However, we've pivoted away from that idea because it doesn't line up
too well with the existing flow of data, where usage stats are combined
with the "Kibana stats" such as process uptime and number of requests.
We want to shift how we collect stats from Kibana, but it will be
gradual. It might be a while before we have an architecture that makes
sense for a standalone public API for the usage stats

This endpoint was never documented, and isn't used anywhere in the code.
It does incur a maintenance cost though.

Therefore, instead of waiting for a next major version to remove this
API, I'm removing it for 6.4. It will be marked in the release notes as
a breaking change. Since it was never documented, it should not provide
a problem.
2018-07-19 13:46:52 -07:00
..
api_integration Remove /api/_xpack/usage and /api/_kibana/v1/stats (#20800) 2018-07-19 13:46:52 -07:00
functional Reactify users roles (#20739) 2018-07-19 16:40:12 -04:00
reporting Remove /api/_xpack/usage and /api/_kibana/v1/stats (#20800) 2018-07-19 13:46:52 -07:00
saml_api_integration Option to run kibana from build for CI (#19125) (#19225) 2018-05-21 08:31:30 -05:00
mocha.opts Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00