Skip to main content

Export Kibana objects

POST 

/v1/kibana/export

Exports the configuration of Kibana objects. All objects of a single type (search, visualization, or dashboard) are returned as an array of JSON objects. For example, if you export visualization, each visualization is returned as a JSON object.

You can import objects using the /kibana/import endpoint.

Request

Body

    type stringrequired

    Possible values: [search, visualization, dashboard]

    The object type to export

Responses

successful operation

Schema
    kibanaVersion string

    The version of Kibana used at the time of export

    hits object[]

    Exported Kibana objects

Loading...