Kibana and spaces API

How can I create and manage spaces in kibana 7.4? I've tried to follow this documentation but when i post the request in the example I get this error:

#! Deprecation: [types removal] Specifying types in document index requests is deprecated, use the typeless endpoints instead (/{index}/_doc/{id}, /{index}/_doc, or /{index}/_create/{id}).

@boubakr,

It looks like you tried to use this API against Elasticsearch, instead of Kibana (Kibana's built-in dev tools can't be used for Kibana's APIs).

Can you try to issue the request against Kibana instead, and report back?

:see_no_evil::see_no_evil: yeah, you're right. I've tried to request against port 5601 and it works. Really thank you!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.