Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kibana should tell the user she can't create a space with already existing name instead of just error #55040

Closed
bhavyarm opened this issue Jan 16, 2020 · 3 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Security/Spaces Platform Security - Spaces feature Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!

Comments

@bhavyarm
Copy link
Contributor

bhavyarm commented Jan 16, 2020

Kibana version: 7.5.2 BC1

Elasticsearch version: 7.5.2 BC1

Server OS version: darwin_x86_64

Browser version: chrome latest

Browser OS version: os x

Original install method (e.g. download page, yum, from source, etc.): from staging

Describe the bug: Kibana displays "Error saving space:" when user tries to create a space with existing space name.

Kibana should tell the user - space name needs to be modified.

Steps to reproduce:

  1. Create a space_a
  2. Try to create space_a again
  3. Kibana displays Error saving space

Screenshots (if relevant):
Screen Shot 2020-01-16 at 8 50 37 AM

Errors in browser console (if relevant):

Failed to load resource: the server responded with a status of 409 (Conflict)

@bhavyarm bhavyarm added bug Fixes for quality problems that affect the customer experience Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! Feature:Security/Spaces Platform Security - Spaces feature labels Jan 16, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-security (Team:Security)

@marius-dr
Copy link
Member

Same in 7.6.0. A few more details on it:

  • the error comes from the URL identifier as that has to be unique.
  • if you change the identifier with the "Customize" option, you can have spaces with the same name.

@jportner
Copy link
Contributor

This was fixed in 7.7 and 8.0 when the Spaces client was migrated to the New Platform (#54298):

image

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Security/Spaces Platform Security - Spaces feature Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Projects
None yet
Development

No branches or pull requests

4 participants