tmp13
(Petr Degtiarev)
April 7, 2026, 10:58am
1
Hi.
I use Kibana 9.3
I cant find how to disable auto create dataview like:
logs-*
metrics-*
All logs
Thnx.
Hello @tmp13
Found below documentation :
opened 08:00PM - 03 Dec 24 UTC
closed 02:26PM - 08 Jan 25 UTC
Team:Fleet
QA:Validated
v8.18.0
## User Story
As a **security-conscious administrator using Kibana spaces for d… ata segregation**, I want the ability to disable the automatic creation of global `logs-*` and `metrics-*` data views, so that I can prevent information leakage and ensure that users only see data views relevant to their access permissions.
## Acceptance Criteria
- [x] Add a configuration setting (`xpack.fleet.enableManagedLogsAndMetricsDataviews`) that:
- [x] Defaults to `true` to maintain existing behavior.
- [x] Allows administrators to opt-out of the creation of these global data views.
- [x] Ensure this setting is allowlisted in the ESS cloud user settings editor for configurability in cloud environments.
opened 09:39AM - 25 Jul 24 UTC
closed 03:04PM - 29 Jan 25 UTC
Feature:Discover
Team:obs-onboarding
🛑 Blocked by https://github.com/elastic/kibana/issues/201669
As part of https:/… /github.com/elastic/observability-dev/issues/3498 , a central setting is introduced that signifies where observability-related logs can be found. The intent is to replace the existing logs setting of the logs stream app and align across as many places as possible, so the user doesn't have to configure logs data access in multiple places.
One of these places is KQL-based Discover - Users have a flexible tool with data views to configure what data to show. To make it easy to always get back to all logs (in the sense of the central observability setting), there should be an implicit ad-hoc data view synced to the setting that's always available:
* When going to Discover in an observability context, an "All logs" ad-hoc data view is added to the state based on the advanced setting
* The default data view logic is not changed
This gives the user an easy way to always look at all logs.
For All Logs → If you are not using Observability , in Space Solution view can only select Elasicsearch instead of Classic
Thanks!!
1 Like
tmp13
(Petr Degtiarev)
April 7, 2026, 1:21pm
3
I using Observability but only apm-server, and i need Classic view.