update screenshots and light copy edits (#36649)

This commit is contained in:
Sarah Hersh 2019-05-21 09:48:22 -04:00 committed by Sarah Hersh
parent e7ec433db3
commit fb1a4ab792
8 changed files with 18 additions and 13 deletions

View file

@ -1,8 +0,0 @@
[role="xpack"]
[[spaces-getting-started]]
=== Getting Started
Spaces are automatically enabled in {kib}. If you don't wish to use this feature, you can disable it
by setting `xpack.spaces.enabled` to `false` in your `kibana.yml` configuration file.
{kib} automatically creates a default space for you. If you are upgrading from another version of {kib}, then the default space will contain all of your existing saved objects. Although you can't delete the default space, you can customize it to your liking.

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 280 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 168 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 182 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 214 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

View file

@ -3,15 +3,28 @@
== Spaces
With spaces, you can organize your dashboards and other saved objects into meaningful categories.
After creating your own spaces, you will be asked to choose a space when you enter {kib}. Once inside a space,
you will only see the dashboards and other saved objects that belong to that space. You can change your active space at any time.
After creating your own spaces, you will be asked to choose a space when you enter Kibana.
Once inside a space, you will only see the dashboards and other saved objects that belong to that space.
With security enabled, you can control which users have access to individual spaces.
You can change your current space at any time, by clicking on the space avatar in the top left.
[role="screenshot"]
image::spaces/images/space-selector.png["Space selector screen"]
image::spaces/images/change-space.png["Change current space"]
With security enabled, you can <<spaces-securing, control which users have access to individual spaces>>.
[float]
[[spaces-getting-started]]
=== Getting Started
Spaces are automatically enabled in {kib}. If you don't wish to use this feature, you can disable it
by setting `xpack.spaces.enabled` to `false` in your `kibana.yml` configuration file.
{kib} automatically creates a default space for you. If you are upgrading from another
version of {kib}, then the default space will contain all of your existing saved objects.
Although you can't delete the default space, you can customize it to your liking.
include::getting-started.asciidoc[]
include::managing-spaces.asciidoc[]
include::securing-spaces.asciidoc[]
include::moving-saved-objects.asciidoc[]