Enroll Kibana Added in 8.0.0

GET /_security/enroll/kibana

Enable a Kibana instance to configure itself for communication with a secured Elasticsearch cluster.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • token object Required

      Additional properties are allowed.

      Hide token attributes Show token attributes object
    • http_ca string Required
GET /_security/enroll/kibana
curl \
 -X GET http://api.example.com/_security/enroll/kibana
Response examples (200)
{
  "token": {
    "name": "string",
    "value": "string"
  },
  "http_ca": "string"
}