Spacesedit

Spaces enable you to organize your dashboards and other saved objects into meaningful categories. Once inside a space, you see only the dashboards and saved objects that belong to that space.

Kibana creates a default space for you. After you create your own spaces, you’re asked to choose a space when you log in to Kibana. You can change your current space at any time by using the menu.

Change current space menu

Kibana supports spaces in several ways. You can:

View, create, and delete spacesedit

Go to Management > Spaces for an overview of your spaces. This view provides actions for you to create, edit, and delete spaces.

Space management

Create or edit a spaceedit

You can create as many spaces as you like. Click Create a space and provide a name, URL identifier, optional description.

The URL identifier is a short text string that becomes part of the Kibana URL when you are inside that space. Kibana suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier once you create the space.

Kibana also has an API if you prefer to create spaces programatically.

Space management

Delete a spaceedit

Deleting a space permanently removes the space and all of its contents. Find the space on the Spaces overview page and click the trash icon in the Actions column. You can’t delete the default space, but you can customize it to your liking.

Control feature access based on user needsedit

You have control over which features are visible in each space. For example, you might hide Dev Tools in your "Executive" space or show Stack Monitoring only in your "Admin" space. You can define which features to show or hide when you add or edit a space.

Controlling feature visibility is not a security feature. To secure access to specific features on a per-user basis, you must configure Kibana Security.

Controlling features visiblity

Control feature access based on user privilegesedit

When using Kibana with security, you can configure applications and features based on your users’ privileges. This means different roles can have access to different features in the same space. Power users might have privileges to create and edit visualizations and dashboards, while analysts or executives might have Dashboard and Canvas with read-only privileges. See Kibana privileges for details.

Controlling features visiblity

Move saved objects between spacesedit

You can copy objects from one space to another in Management > Saved objects.

Alternately, you can move objects using Kibana’s import and export interface.

  1. Navigate to the space that contains your saved objects.
  2. Export your saved objects.
  3. Navigate to the space where you want to import the objects.
  4. Import your saved objects.
  5. (Optional) Delete objects in the export space that you no longer need.

Kibana also has beta import and export APIs if you want to automate this process.

Configure a Space-level landing pageedit

You can create a custom experience for users by configuring the Kibana landing page on a per-space basis. The landing page can route users to a specific dashboard, application, or saved object as they enter each space.

To configure the landing page, use the default route setting in Management > Advanced settings. For example, you might set the default route to /app/kibana#/dashboards.

Configure space-level landing page

Disable and version updatesedit

Spaces are automatically enabled in Kibana. If you don’t want use this feature, you can disable it by setting xpack.spaces.enabled to false in your kibana.yml configuration file.

If you are upgrading your version of Kibana, the default space will contain all of your existing saved objects.