Skip to content

_xpack

Dummy API to provide API compatibility with ES

Request

GET /es/_xpack

Response

{
  "build": {

  },
  "features": {

  },
  "license": {
    "status": "active"
  }
}