mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Files] Make files namespace agnostic (#144019)
* make files namespace agnostic * updated files SO hash
This commit is contained in:
parent
2fb12fbc54
commit
7b04631640
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ describe('checking migration metadata changes on all registered SO types', () =>
|
|||
"event_loop_delays_daily": "d2ed39cf669577d90921c176499908b4943fb7bd",
|
||||
"exception-list": "fe8cc004fd2742177cdb9300f4a67689463faf9c",
|
||||
"exception-list-agnostic": "49fae8fcd1967cc4be45ba2a2c66c4afbc1e341b",
|
||||
"file": "280f28bd48b3ad1f1a9f84c6c0ae6dd5ed1179da",
|
||||
"file": "70c2a768473057157f6ee5d29a436e5288d22ff4",
|
||||
"file-upload-usage-collection-telemetry": "8478924cf0057bd90df737155b364f98d05420a5",
|
||||
"fileShare": "3f88784b041bb8728a7f40763a08981828799a75",
|
||||
"fleet-fleet-server-host": "f00ca963f1bee868806319789cdc33f1f53a97e2",
|
||||
|
|
|
@ -48,7 +48,7 @@ const properties: Properties = {
|
|||
export const fileObjectType: SavedObjectsType<FileMetadata> = {
|
||||
name: FILE_SO_TYPE,
|
||||
hidden: true,
|
||||
namespaceType: 'multiple-isolated',
|
||||
namespaceType: 'agnostic',
|
||||
management: {
|
||||
importableAndExportable: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue