Space API is not working in 7.1

I followed https://www.elastic.co/guide/en/kibana/7.1/spaces-api-post.html page to create space in Kibana. The space is getting created without any error but not able to see those spaces in UI. Even space created through UI is not showing up in GET command

Steps to reproduce:

  1. Create space using API call (POST /api/spaces/space)
  2. Open Kibana UI and navigate to Spaces
  3. Newly created space is not visible.

If I try to add a new space through api again it's updating my existing space which i have created in step#1

Got it worked. I was running it on Kibana--> Dev Tools. Once i run the command on kibana(5601) it started working.

Thanks,
Sagesh

2 Likes

Thanks for sharing your solution here @Sagesh, it's very helpful for others which might be having the same issue.

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