IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Proxy HTTP GET request

edit

Proxies the HTTP GET request to the cluster. You must specify the X-Management-Request HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.

Request

edit

GET /api/v1/clusters/kibana/{cluster_id}/proxy/{kibana_path}

Path parameters

edit
Name Type Required Description

cluster_id

string

Y

The Kibana deployment identifier

kibana_path

string

Y

The URL part to proxy to the Kibana cluster. Example: /api/spaces/space or /api/upgrade_assistant/status

Headers

edit
Name Type Required Description

X-Management-Request

string

Y

When set to true, includes the X-Management-Request header value.

Responses

edit
200

The request has been processed successfully through the proxy

404

(BasicFailedReply) The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request example

edit
curl -XGET {{hostname}}/api/v1/clusters/kibana/{cluster_id}/proxy/{kibana_path} \
-u $CLOUD_USER:$CLOUD_KEY \
-H X-Management-Request: string