You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fleet creates two data views when any integration is installed:
logs-*
metrics-*
These data views are a useful tool for browsing generic data ingested by integrations, and they're depended on by many integrations that query for data with filters like event.dataset = my_integration.logs, etc.
These data views are currently only created in the current space. Fleet should create them such that they are available across all spaces, e.g.
…ces (#172991)
## Summary
Closes#172009
Adds a call to `updateObjectsSpaces` with `['*']` as the spaces list
after Fleet's managed data views are created.
Existing data views will be updated to be global whenever
`installKibanaAssets` is called.
### Checklist
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
Fleet creates two data views when any integration is installed:
logs-*
metrics-*
These data views are a useful tool for browsing generic data ingested by integrations, and they're depended on by many integrations that query for data with filters like
event.dataset = my_integration.logs
, etc.These data views are currently only created in the current space. Fleet should create them such that they are available across all spaces, e.g.
The text was updated successfully, but these errors were encountered: