- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.13
- Kibana concepts
- Quick start
- Set up
- Install Kibana
- Configure Kibana
- Alerting and action settings
- APM settings
- Banners settings
- Development tools settings
- Graph settings
- Fleet settings
- i18n settings
- Logging settings
- Logs settings
- Metrics settings
- Machine learning settings
- Monitoring settings
- Reporting settings
- Secure settings
- Search sessions settings
- Security settings
- Spaces settings
- Task Manager settings
- Telemetry settings
- URL drilldown settings
- Start and stop Kibana
- Access Kibana
- Securing access to Kibana
- Add data
- Upgrade Kibana
- Embed Kibana content in a web page
- Configure monitoring
- Configure security
- Production considerations
- Discover
- Dashboard
- Canvas
- Maps
- Machine learning
- Graph
- Alerting
- Observability
- APM
- Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Fleet
- Reporting
- REST API
- Kibana plugins
- Accessibility
- Release notes
- Developer guide
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Spaces settings in Kibana
editSpaces settings in Kibana
editBy default, spaces is enabled in Kibana. To secure spaces, enable security.
-
xpack.spaces.enabled
-
[7.16.0]
Deprecated in 7.16.0. In 8.0 and later, this setting will no longer be supported and it will not be possible to disable this plugin.
To enable spaces, set to
true
. The default istrue
. -
xpack.spaces.maxSpaces
-
The maximum number of spaces that you can use with the Kibana instance. Some Kibana operations
return all spaces using a single
_search
from Elasticsearch, so you must configure this setting lower than theindex.max_result_window
in Elasticsearch. The default is1000
.
Was this helpful?
Thank you for your feedback.