Spaces settings in Kibana
By default, spaces is enabled in Kibana. To secure spaces, enable security.
General settings
- xpack.spaces.maxSpaces
-
Supported on:
Set the maximum number of spaces that you can use with the Kibana instance. Some Kibana operations return all spaces using a single
_searchfrom Elasticsearch, so you must configure this setting lower than theindex.max_result_windowin Elasticsearch. The default is1000.Datatype:
intDefault:
1000 - xpack.spaces.defaultSolution
-
Supported on:
Set
es,oblt, orsecurityas the solution view for your default space.Datatype:
enumOptions:
-
es- Elasticsearch -
oblt- Observability -
security- Security
-